postgresql/src/test
Tom Lane f9b5b41ef9 Code review for ON COMMIT patch. Make the actual on-commit action happen
before commit, not after :-( --- the original coding is not only unsafe
if an error occurs while it's processing, but it generates an invalid
sequence of WAL entries.  Resurrect 7.2 logic for deleting items when
no longer needed.  Use an enum instead of random macros.  Editorialize
on names used for routines and constants.  Teach backend/nodes routines
about new field in CreateTable struct.  Add a regression test.
2002-11-11 22:19:25 +00:00
..
bench Make sure -L and -I's for our source tree are always before system include 2001-02-20 19:20:30 +00:00
examples Update copyright to 2002. 2002-06-20 20:29:54 +00:00
locale Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
mb Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
performance /usr/local/bin/perl => /usr/bin/perl 2001-09-04 11:41:04 +00:00
regress Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00
Makefile New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00