summaryrefslogtreecommitdiff
path: root/src/include/postmaster
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-04-11Add an Assert() to max_parallel_workers enforcement.Robert Haas
2017-04-03Make header self-containedPeter Eisentraut
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-03-03Notify bgworker registrant after freeing worker slot.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-11-07add missing include of storage/s_lock.h into clustermon.hTomas Vondra
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-18Fix several compiler warningsPavan Deolasee
2016-10-18fix missing prototypes (and 'implicit declaration' warning)Tomas Vondra
2016-10-18Fix a few compiler warnings.Pavan Deolasee
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
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-12-09Introduce a cluster monitor lock to avoid a race condition between spanshotPavan Deolasee
2015-11-26Add a cluster monitor postmaster processPavan Deolasee
2015-11-05Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
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-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
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