]> granicus.if.org Git - postgresql/history - src/include/postmaster
Add 'output file' option for pg_dumpall, especially useful for Win32,
[postgresql] / src / include / postmaster /
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-03-13 Tom LaneAdd missing identification comment, remove entirely...
2005-03-10 Neil ConwayRefactor fork()-related code. We need to do various...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-08-31 Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-30 Tom LaneImplement new PostmasterIsAlive() check for WIN32,...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...