postgresql/src/backend/utils
Andrew Dunstan 44b5efbae6 Reduce memory requirements for writing CSVlogs, so it will work with about
the same amount of memory in ErrorContext as standard logs.
2007-08-23 01:24:43 +00:00
..
adt Remove extraneous semicolon --- buildfarm member bear, for one, 2007-08-21 06:34:42 +00:00
cache Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the 2007-08-22 01:39:46 +00:00
error Reduce memory requirements for writing CSVlogs, so it will work with about 2007-08-23 01:24:43 +00:00
fmgr Fix security definer functions with polymorphic arguments. This case has 2007-07-31 15:49:49 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
init Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
mb Suppress an integer-overflow warning. 2007-07-12 21:17:09 +00:00
misc Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
mmgr Remove an "optimization" I installed in 2001, to make repalloc() attempt to 2007-08-12 20:39:14 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Fix a memory leak in tuplestore_end(). Unlikely to be significant during 2007-08-02 17:48:52 +00:00
time Fix oversight in async-commit patch: there were some places in heapam.c 2007-08-14 17:35:18 +00:00
.cvsignore
Gen_fmgrtab.sh Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d