postgresql/src/backend
Tom Lane 48dfa0d057 Arrange to print the relevant key values when reporting a foreign-key
violation.  Also, factor out some duplicate code in the RI triggers.
Patch by Dmitry Tkach, reviewed by Stephan Szabo and Tom Lane.
2003-03-15 21:19:40 +00:00
..
access Remove unneeded dash blocks around function start comments. 2003-03-14 22:40:31 +00:00
bootstrap Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 2003-03-06 00:04:27 +00:00
catalog Tweak dependency code to suppress NOTICEs generated by new method for 2003-03-06 22:54:49 +00:00
commands Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options 2003-03-11 19:40:24 +00:00
executor Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options 2003-03-11 19:40:24 +00:00
lib Remove bit.c/h routines. Not used anymore. 2003-01-09 01:23:55 +00:00
libpq A typo in src/backend/libpq/hba.c breaks local ident authentication 2003-03-15 16:18:25 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Restructure parsetree representation of DECLARE CURSOR: now it's a 2003-03-10 03:53:52 +00:00
optimizer Make eval_const_expressions simplify FieldSelect from a whole-row Var 2003-03-14 00:55:17 +00:00
parser Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options 2003-03-11 19:40:24 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
postmaster If a shutdown request comes in while we're still starting up, don't 2003-02-23 04:48:19 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Remove REWRITE_INVOKE_MAX in favor of making an accurate check for 2003-02-25 23:47:43 +00:00
storage Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 2003-03-06 00:04:27 +00:00
tcop Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options 2003-03-11 19:40:24 +00:00
utils Arrange to print the relevant key values when reporting a foreign-key 2003-03-15 21:19:40 +00:00
Makefile Move pg_service.conf.sample to /interfaces/libpq. 2003-02-03 14:24:07 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00