summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of find_tabstat_entry()/get_tabstat_entry()Teodor Sigaev2017-03-271-46/+93
* Show more processes in pg_stat_activity.Robert Haas2017-03-262-25/+170
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-0/+6
* Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane2017-03-181-1/+1
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-181-0/+233
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-171-1/+1
* Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane2017-03-101-2/+2
* Support parallel bitmap heap scans.Robert Haas2017-03-081-0/+3
* Fix user-after-free bug.Robert Haas2017-03-061-2/+4
* Use asynchronous connect API in libpqwalreceiverPeter Eisentraut2017-03-031-2/+2
* Add pg_current_logfile() function.Robert Haas2017-03-032-0/+86
* Notify bgworker registrant after freeing worker slot.Robert Haas2017-03-032-3/+36
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* btree: Support parallel index scans.Robert Haas2017-02-151-0/+3
* Fix typos in comments.Heikki Linnakangas2017-02-062-2/+2
* Fix typo: pg_statistics -> pg_statisticPeter Eisentraut2017-01-251-1/+1
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-201-1/+23
* Logical replicationPeter Eisentraut2017-01-203-1/+37
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-041-4/+4
* Update copyright via script for 2017Bruce Momjian2017-01-0311-11/+11
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-021-5/+40
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-222-20/+33
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-161-7/+3
* Make the different Unix-y semaphore implementations ABI-compatible.Tom Lane2016-12-121-1/+1
* Further cleanup from the strong-random patch.Heikki Linnakangas2016-12-121-4/+4
* Fix two thinkos related to strong random keys.Heikki Linnakangas2016-12-121-0/+1
* Fix query cancellation.Heikki Linnakangas2016-12-071-2/+2
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-74/+72
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-021-1/+4
* Add max_parallel_workers GUC.Robert Haas2016-12-021-1/+44
* Use latch instead of select() in walreceiverPeter Eisentraut2016-12-011-0/+3
* Code review for early drop of orphaned temp relations in autovacuum.Tom Lane2016-11-271-143/+112
* Remove barrier.hRobert Haas2016-11-221-1/+1
* Support condition variables.Robert Haas2016-11-223-0/+6
* Fix uninitialized variable.Tom Lane2016-11-211-1/+1
* autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas2016-11-211-26/+127
* If the stats collector dies during Hot Standby, restart it.Robert Haas2016-10-271-2/+3
* Fix typos in comments.Heikki Linnakangas2016-10-261-1/+1
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-181-41/+112
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-171-112/+41
* Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane2016-10-131-1/+6
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-131-1/+0
* Re-alphabetize #include directives.Robert Haas2016-10-051-2/+2
* Rename WAIT_* constants to PG_WAIT_*.Robert Haas2016-10-051-18/+18
* Fix another Windows compile break.Robert Haas2016-10-041-1/+2
* Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas2016-10-041-1/+2
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-048-18/+246
* Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane2016-10-011-39/+18
* Include <sys/select.h> where neededAlvaro Herrera2016-09-271-0/+3