]> granicus.if.org Git - postgresql/history - src/include/postmaster/postmaster.h
Centralize definition of integer limits.
[postgresql] / src / include / postmaster / postmaster.h
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-02 Alvaro HerreraFix background workers for EXEC_BACKEND
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-06 Alvaro HerreraBackground worker processes
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-07-04 Tom LaneRemove missed reference to SilentMode.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-20 Robert HaasAdd restart_after_crash GUC.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
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-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
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-05-30 Tom LaneImplement new PostmasterIsAlive() check for WIN32,...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...