summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
2008-08-11Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-24Simplify and rename some GUC variables, per various recent discussions:Tom Lane
2007-08-19Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-06-28Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane
2007-06-25Improve autovacuum launcher's ability to detect a problem in worker startup,Alvaro Herrera
2007-06-14Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan
2007-04-18Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera
2007-04-16Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera
2007-02-16Code review for SSLKEY patch.Tom Lane
2007-02-16SSL improvements:Bruce Momjian
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-01-16Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-19Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane
2006-08-08Add a feature for automatic initialization and finalization of dynamicallyTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-01Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-11Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2005-06-30Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
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