postgresql/src/backend
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
..
access Improve GIN index build's tracking of memory usage by using 2007-11-16 21:55:59 +00:00
bootstrap pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
catalog Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
commands Small comment spacing improvement. 2007-11-16 01:51:22 +00:00
executor Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
lib pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
libpq pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
main pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
nodes Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
optimizer Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
parser Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
po Translation updates 2007-11-15 20:38:15 +00:00
port Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
postmaster Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
regex pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
rewrite Small comment spacing improvement. 2007-11-16 01:51:22 +00:00
snowball Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
storage Fix stupid typo in recently-added code :-( 2007-11-16 00:57:55 +00:00
tcop Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsearch Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
utils Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. 2007-11-16 15:05:59 +00:00
Makefile
nls.mk