summaryrefslogtreecommitdiff
path: root/src/include/postmaster/postmaster.h
Commit message (Expand)AuthorAgeFilesLines
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-011-1/+2
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-151-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-1/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-051-2/+2
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-2/+1
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-1/+2
* Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane2004-05-301-1/+5
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-0/+41