summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
2013-08-28Allow discovery of whether a dynamic background worker is running.Robert Haas
2013-08-16Move more bgworker code to bgworker.c; also, some renaming.Robert Haas
2013-08-01Assorted bgworker-related comment fixes.Robert Haas
2013-07-31Fix a couple of inconsequential typos in new headerAlvaro Herrera
2013-07-24Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane
2013-07-22Remove bgw_sighup and bgw_sigterm.Robert Haas
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-06Background worker processesAlvaro Herrera
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-01After any checkpoint, close all smgr files handles in bgwriterSimon Riggs
2012-05-10Improve control logic for bgwriter hibernation mode.Tom Lane
2012-05-09Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-07-04Remove missed reference to SilentMode.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-07-20Add restart_after_crash GUC.Robert Haas
2010-07-16Add a log_file_mode GUC that allows control of the file permissions set onTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-08Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane
2009-08-31Change the autovacuum launcher to read pg_database directly, rather thanTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-05Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
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