summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
2005-03-13Add missing identification comment, remove entirely inappropriate includeTom Lane
2005-03-10Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-29Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane
2004-08-31Replace log_filename_prefix with more general log_filename parameter,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-05-31Per previous discussions, get rid of use of sync(2) in favor ofTom Lane
2004-05-30Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane