postgresql/src/backend/utils
Tom Lane 94daee3cb7 Further cleanup of ps_status setup code. On platforms where the
environment strings need to be moved around, do so when called from
initial startup (main.c), not in init_ps_status.  This eliminates the
former risk of invalidating saved environment-string pointers, since
no code has yet had a chance to grab any such pointers when main.c
is running.
2001-10-22 19:41:38 +00:00
..
adt Fix transposed arguments for typmod for one INTERVAL production. 2001-10-20 01:02:22 +00:00
cache Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
error Fix memory leakage when sending notice messages to client. 2001-10-18 23:07:29 +00:00
fmgr Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
hash Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
init Fix FindExec() for case where executable is found via a relative path 2001-10-21 03:43:54 +00:00
mb Ok, here is the modified encoding table (column1 is the standard name, 2001-10-16 10:09:17 +00:00
misc Further cleanup of ps_status setup code. On platforms where the 2001-10-22 19:41:38 +00:00
mmgr Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
sort Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
time Transaction IDs wrap around, per my proposal of 13-Aug-01. More 2001-08-26 16:56:03 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh The Watcom preprocessor adds a space at the start of each line. Therefore 2001-05-22 12:06:51 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00