aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* 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
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Avoid possible hang during smart shutdown.Robert Haas2011-04-03
* Remove synchronous_replication/max_wal_senders cross-check.Robert Haas2011-03-23
* Move synchronous_standbys_defined updates from WAL writer to BG writer.Robert Haas2011-03-18
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* Zero out vacuum_count and related counters in pgstat_recv_tabstat().Tom Lane2011-03-07
* Begin error message with lower-case letter.Heikki Linnakangas2011-03-07
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Add client_hostname field to pg_stat_activity.Robert Haas2011-02-17
* pg_ctl promoteRobert Haas2011-02-15
* Track last time for statistics reset on databases and bgwriterMagnus Hagander2011-02-10
* Avoid having autovacuum workers wait for relation locks.Robert Haas2011-02-07
* Try to avoid running with a full fsync request queue.Robert Haas2011-01-29
* Avoid treating WAL senders as normal backends.Robert Haas2011-01-21
* Code review for postmaster.pid contents changes.Tom Lane2011-01-13
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01