postgresql/src/bin
Tom Lane 35af5422f6 Make the server track an 'XID epoch', that is, maintain higher-order bits
of the transaction ID counter.  Nothing is done with the epoch except to
store it in checkpoint records, but this provides a foundation with which
add-on code can pretend that XIDs never wrap around.  This is a severely
trimmed and rewritten version of the xxid patch submitted by Marko Kreen.
Per discussion, the epoch counter seems the only part of xxid that really
needs to be in the core server.
2006-08-21 16:16:31 +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 Cause psql to report both the returned data and the command status tag 2006-08-13 21:10:04 +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