aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster
Commit message (Expand)AuthorAge
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Add restart_after_crash GUC.Robert Haas2010-07-20
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-16
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane2009-09-08
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Improve autovacuum launcher's ability to detect a problem in worker startup,Alvaro Herrera2007-06-25
* Implement a chunking protocol for writes to the syslogger pipe, with messagesAndrew Dunstan2007-06-14
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-18
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Code review for SSLKEY patch.Tom Lane2007-02-16
* SSL improvements:Bruce Momjian2007-02-16
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-15
* Add missing identification comment, remove entirely inappropriate includeTom Lane2005-03-13
* Refactor fork()-related code. We need to do various housekeeping tasksNeil Conway2005-03-10
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-29
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29