postgresql/src/backend
Tom Lane 455a55fc29 Tighten inline_function's test for overly complex parameters. This
should catch most situations where repeated inlining blows up the
expression complexity unreasonably, as in Joe Conway's recent example.
2003-08-03 23:46:37 +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 Comment out entries for IPv6 localhost connections, since they fail 2003-08-01 23:40:10 +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 Tighten inline_function's test for overly complex parameters. This 2003-08-03 23:46:37 +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 Postmaster erroneously rejected SSL connections on IPv6. 2003-08-01 23:25:00 +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 Reconsider context for calling callback functions --- original idea 2003-08-03 23:44:44 +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