summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-02-15Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-05Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-14Add some noreturn attributes based on compiler recommendationsPeter Eisentraut
2014-05-07When a background worker exists with code 0, unregister it.Robert Haas
2014-05-07Restart bgworkers immediately after a crash-and-restart cycle.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-18Export a few more symbols required for test_shm_mq module.Andrew Dunstan
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-10-18Provide a reliable mechanism for terminating a background worker.Robert Haas
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