postgresql/src/backend/access
Tom Lane 6f4cfe48ac Improve GIN index build's tracking of memory usage by using
GetMemoryChunkSpace, not just the palloc request size.  This brings the
allocatedMemory counter close enough to reality (as measured by
MemoryContextStats printouts) that I think we can get rid of the arbitrary
factor-of-2 adjustment that was put into the code initially.  Given the
sensitivity of GIN build to work memory size, not using as much of work
memory as we're allowed to seems a pretty bad idea.
2007-11-16 21:55:59 +00:00
..
common pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
gin Improve GIN index build's tracking of memory usage by using 2007-11-16 21:55:59 +00:00
gist pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
hash pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
heap Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
index pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
nbtree Repair still another bug in the btree page split WAL reduction patch: 2007-11-16 19:53:50 +00:00
transam Small comment spacing improvement. 2007-11-16 01:51:22 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00