postgresql/src/backend/utils
Tom Lane 316c4c57e2 Clean up some problems in error recovery --- elog() was pretty broken
for the case of errors in backend startup, and proc_exit's method for
coping with errors during proc_exit was *completely* busted.  Fixed per
discussions on pghackers around 11/6/99.
1999-11-22 02:06:31 +00:00
..
adt Some minor corrections to the LZ compression. In fact I wanted to 1999-11-17 22:18:46 +00:00
cache Repair problem exposed by Jan's new parallel-regression-test scaffold: 1999-11-21 01:58:22 +00:00
error Clean up some problems in error recovery --- elog() was pretty broken 1999-11-22 02:06:31 +00:00
fmgr New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00
hash Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
init Repair problem exposed by Jan's new parallel-regression-test scaffold: 1999-11-21 01:58:22 +00:00
mb Eliminate query length limitation imposed by pg_client_to_server 1999-09-11 22:28:11 +00:00
misc New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00
mmgr Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 1999-10-23 03:13:33 +00:00
sort Further performance improvements in sorting: reduce number of comparisons 1999-10-30 17:27:15 +00:00
time XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 1999-10-06 21:58:18 +00:00
Gen_fmgrtab.sh.in Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00