aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Fix startup so that log prefix %h works for the log_connections message.Tom Lane2016-01-26
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Fix postmaster's handling of a startup-process crash.Tom Lane2015-07-09
* Fix thinko in comment (launcher -> worker)Alvaro Herrera2015-06-20
* Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera2015-06-19
* Prevent a double free by not reentering be_tls_close().Noah Misch2015-05-18
* Fix autovacuum launcher shutdown sequenceAlvaro Herrera2015-04-08
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane2015-01-19
* Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund2015-01-14
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera2014-10-03
* Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane2014-07-30
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Block signals earlier during postmaster startup.Tom Lane2014-04-05
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane2014-04-01
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Reset OpenSSL randomness state in each postmaster child process.Tom Lane2013-03-27
* Fix possible failure to send final transaction counts to stats collector.Tom Lane2013-02-07
* Don't launch new child processes after we've been told to shut down.Tom Lane2012-11-21
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander2012-08-10
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-31
* Improve coding around the fsync request queue.Tom Lane2012-07-17
* Move postmaster's RemovePgTempFiles call to a less randomly chosen place.Tom Lane2012-05-21
* Fix syslogger's rotation disable/re-enable logic.Tom Lane2012-04-27
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-08
* Fix syslogger to not lose log coherency under high load.Tom Lane2012-04-04
* Avoid double close of file handle in syslogger on win32Magnus Hagander2012-02-21
* Fix postmaster to attempt restart after a hot-standby crash.Tom Lane2012-02-06
* Prevent autovacuum transactions from running in serializable mode.Tom Lane2011-11-29
* Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properlyBruce Momjian2011-09-29
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian2011-05-08
* Add some casts to try to silence most of the remaining format warnings on Min...Andrew Dunstan2011-04-28
* Revert "Remove hard coded formats for INT64 and use configured settings inste...Andrew Dunstan2011-04-27
* Remove hard coded formats for INT64 and use configured settings instead.Andrew Dunstan2011-04-27
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25