postgresql/src/backend/utils
Bruce Momjian 7ee3c35152 Allow libpgport to call memory allocation routines even though
CurrentMemoryContext is DLLIMPORT on Win32.  Work around that by
creating stubs in the backend for palloc/pstrdup.

Also fix pg_dumpall to do proper quoting on Win32.
2004-08-08 06:44:36 +00:00
..
adt Tighened up syntax checking of array input processing considerably. Junk that 2004-08-08 05:01:55 +00:00
cache Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
error Create a built-in log rotation program, so that we no longer have to 2004-08-05 23:32:13 +00:00
fmgr Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
hash * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
init Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. 2004-08-06 04:15:09 +00:00
mb Add PQmbdsplen() which returns the "display length" of a character. 2004-03-15 10:41:26 +00:00
misc Vacuum delay activated by default. 2004-08-07 03:08:49 +00:00
mmgr Allow libpgport to call memory allocation routines even though 2004-08-08 06:44:36 +00:00
resowner Restructure error handling as recently discussed. It is now really 2004-07-31 00:45:57 +00:00
sort During btree index build, sort equal-keyed tuples according to their 2004-03-17 22:24:58 +00:00
time Fix subtransaction behavior for large objects, temp namespace, files, 2004-07-28 14:23:31 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00