postgresql/src/bin
Tom Lane 0434c46db0 Invent an assign-hook mechanism for psql variables similar to the one
existing for backend GUC variables, and use this to eliminate repeated
fetching/parsing of psql variables in psql's inner loops.  In a trivial
test with lots of 'select 1;' commands, psql's CPU time went down almost
10%, although of course the effect on total elapsed time was much less.
Per discussion about how to ensure the upcoming FETCH_COUNT patch doesn't
cost any performance when not being used.
2006-08-29 15:19:51 +00:00
..
initdb Fixed a few trivial memory leaks reported by Coverity just to test my setup. 2006-08-20 16:08:09 +00:00
ipcclean Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config Suppress MSVC warnings about weak functions by using 2006-08-09 03:09:56 +00:00
pg_controldata Make the server track an 'XID epoch', that is, maintain higher-order bits 2006-08-21 16:16:31 +00:00
pg_ctl Fixed a few memory leaks. One indeed was part of a loop. 2006-08-21 10:48:21 +00:00
pg_dump Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +00:00
pg_resetxlog Make the server track an 'XID epoch', that is, maintain higher-order bits 2006-08-21 16:16:31 +00:00
pgevent Fix some makefiles that fail to yield good results from 'make -qp'. 2006-07-15 03:33:14 +00:00
psql Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
scripts Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00