summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-16Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane
2017-05-15Make pgstat tabstat lookup hash table less fragile.Tom Lane
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-06Fix off-by-one possibly leading to skipped XLOG_RUNNING_XACTS records.Andres Freund
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-04-26Allow multiple bgworkers to be launched per postmaster iteration.Tom Lane
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-24Run the postmaster's signal handlers without SA_RESTART.Tom Lane
2017-04-24Fix postmaster's handling of fork failure for a bgworker process.Tom Lane
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-15Avoid passing function pointers across process boundaries.Tom Lane
2017-04-14Report statistics in logical replication workersPeter Eisentraut
2017-04-11Add an Assert() to max_parallel_workers enforcement.Robert Haas
2017-04-11Fix confusion of max_parallel_workers mechanism following crash.Robert Haas
2017-04-07Add ProcArrayGroupUpdate wait event.Robert Haas
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-27Improve performance of find_tabstat_entry()/get_tabstat_entry()Teodor Sigaev
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-18Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-10Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-06Fix user-after-free bug.Robert Haas
2017-03-03Use asynchronous connect API in libpqwalreceiverPeter Eisentraut
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-03-03Notify bgworker registrant after freeing worker slot.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-25Fix typo: pg_statistics -> pg_statisticPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Avoid useless respawining the autovacuum launcher at high speed.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-12Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane
2016-12-12Further cleanup from the strong-random patch.Heikki Linnakangas
2016-12-12Fix two thinkos related to strong random keys.Heikki Linnakangas
2016-12-07Fix query cancellation.Heikki Linnakangas