postgresql/src/backend
Tom Lane 13ac54d1ca Since HPUX now exists for Itanium, we should decouple the assumption
that OS=hpux is the same as CPU=hppa.  First steps at doing this.
With these patches, we still work on hppa with either gcc or HP's cc.
We might work on hpux/itanium with gcc, but I can't test it.  Definitely
will not work on hpux/itanium with non-gcc compiler, for lack of spinlock
code.
2003-08-01 19:12:52 +00:00
..
access Fix longstanding error in _bt_search(): should moveright at top of loop not 2003-07-29 22:18:38 +00:00
bootstrap elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 2003-07-27 21:49:55 +00:00
catalog While having a parallel-make-safe genbki.sh is good, it's better not to 2003-08-01 16:12:32 +00:00
commands Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, 2003-08-01 13:53:36 +00:00
executor Adjust 'permission denied' messages to be more useful and consistent. 2003-08-01 00:15:26 +00:00
lib Error message editing in backend/bootstrap, /lib, /nodes, /port. 2003-07-22 23:30:39 +00:00
libpq Fix inconsistent static-vs-not-static declarations. 2003-08-01 18:03:57 +00:00
main elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 2003-07-27 21:49:55 +00:00
nodes A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
optimizer Add error stack traceback support for SQL-language functions. 2003-07-28 18:33:18 +00:00
parser Adjust 'permission denied' messages to be more useful and consistent. 2003-08-01 00:15:26 +00:00
po Add missing PO files from last commit. 2003-06-29 10:13:13 +00:00
port Since HPUX now exists for Itanium, we should decouple the assumption 2003-08-01 19:12:52 +00:00
postmaster A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Adjust 'permission denied' messages to be more useful and consistent. 2003-08-01 00:15:26 +00:00
storage A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
tcop Fix inconsistent static-vs-not-static declarations. 2003-08-01 18:03:57 +00:00
utils Fix inconsistent static-vs-not-static declarations. 2003-08-01 18:03:57 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk elog() is no longer a gettext trigger --- all remaining uses are considered 2003-07-28 00:25:21 +00:00