postgresql/src/backend
Tom Lane 0d97eb6ac8 After elog(PANIC), exit with abort() not proc_exit(). This allows a
core file to be produced for debugging, and avoids trying to run the
normal proc-exit cleanup hooks, which are likely to cause additional
problems if the system is hosed.
2002-11-01 17:55:23 +00:00
..
access Perform transaction cleanup operations in a less ad-hoc, more 2002-10-22 22:44:36 +00:00
bootstrap Ensure that before truncating CLOG, we force a checkpoint even if no 2002-09-26 22:58:34 +00:00
catalog Fix places that were using IsTransactionBlock() as an (inadequate) check 2002-10-21 22:06:20 +00:00
commands Fix miscalculation of remaining free space during tuple chain moving. 2002-10-31 19:25:29 +00:00
executor Make SPI's execution of querystrings follow the rules agreed to for 2002-10-14 23:49:20 +00:00
lib pgindent run. 2002-09-04 20:31:48 +00:00
libpq Add SSL documentation info to README.SSL 2002-10-03 17:26:14 +00:00
main Add missing #include <errno.h>, per gripe from Alessio Bragadini. 2002-10-31 22:37:19 +00:00
nodes Adjust handling of command status strings in the presence of rules, 2002-10-14 22:14:35 +00:00
optimizer Fix range-query estimation to not double-exclude NULLs, per gripe from 2002-10-19 02:56:16 +00:00
parser Clean up gram.y trailing spaces. 2002-10-31 02:31:00 +00:00
po Translation updates 2002-10-14 19:04:28 +00:00
port Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently 2002-10-15 16:04:17 +00:00
postmaster Fix some places that were unportably assuming struct timeval's tv_sec 2002-10-24 23:19:13 +00:00
regex Remove retest Makefile entry because it does not compile. 2002-09-16 16:02:43 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage Fix some bogus comments. 2002-11-01 00:40:23 +00:00
tcop Code review for statement_timeout patch. Fix some race conditions 2002-10-31 21:34:17 +00:00
utils After elog(PANIC), exit with abort() not proc_exit(). This allows a 2002-11-01 17:55:23 +00:00
Makefile > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00