postgresql/src/backend
Tom Lane 4e0b63b0b9 Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case
where no function stats entries exist.  Partial response to Pavel's
observation that small VACUUM operations are noticeably slower in CVS HEAD
than 8.3.
2008-12-08 15:44:54 +00:00
..
access MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of 2008-12-06 17:31:37 +00:00
bootstrap Add %expect 0 to all parser input files to prevent conflicts slipping by. 2008-11-26 08:45:12 +00:00
catalog Default values for function arguments 2008-12-04 17:51:28 +00:00
commands Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 2008-12-06 23:22:46 +00:00
executor Ensure that the contents of a holdable cursor don't depend on out-of-line 2008-12-01 17:06:21 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Properly unregister OpenSSL callbacks when libpq is done with 2008-12-03 20:04:26 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Default values for function arguments 2008-12-04 17:51:28 +00:00
optimizer Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to 2008-12-08 00:16:09 +00:00
parser Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 2008-12-06 23:22:46 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Revert previous patch to put the shared memory segment on win32 2008-10-30 17:04:09 +00:00
postmaster Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case 2008-12-08 15:44:54 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Rethink the way FSM truncation works. Instead of WAL-logging FSM 2008-11-19 10:34:52 +00:00
snowball pg_do_encoding_conversion cannot return NULL (at least not unless the input 2008-11-10 15:18:40 +00:00
storage Fix a couple of snapshot management bugs in the new ResourceOwner world: 2008-12-04 14:51:02 +00:00
tcop Default values for function arguments 2008-12-04 17:51:28 +00:00
tsearch Fix bug in the tsvector stats collection function, which caused a crash if 2008-11-27 21:17:39 +00:00
utils Better descriptions in pg_get_keywords(), consistent with the documentation 2008-12-05 13:41:20 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00