Commit Graph

983 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)

Author SHA1 Message Date
Alvaro Herrera 06646f52ea Don't balance vacuum cost delay when per-table settings are in effect 11 years ago
Tom Lane f21afe4214 Avoid wholesale autovacuuming when autovacuum is nominally off. 12 years ago
Tom Lane da05e57f70 Fix unportable setvbuf() usage in initdb. 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Tom Lane 9ad94ba084 Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 12 years ago
Bruce Momjian bed499ed1d check socket creation errors against PGINVALID_SOCKET 12 years ago
Tom Lane 093d3da1dc Block signals earlier during postmaster startup. 12 years ago
Tom Lane b7a4243714 Fix assorted issues in client host name lookup. 12 years ago
Tom Lane 2b52069011 Fix bugs in manipulation of PgBackendStatus.st_clienthostname. 12 years ago
Tom Lane 3f721588ae Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Tom Lane ddf177228f Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane 915d8230cb Reset OpenSSL randomness state in each postmaster child process. 13 years ago
Tom Lane d6f9b2cac3 Fix possible failure to send final transaction counts to stats collector. 13 years ago
Tom Lane 866f2dd784 Don't launch new child processes after we've been told to shut down. 13 years ago
Tom Lane 473320e6c8 Close un-owned SMgrRelations at transaction end. 13 years ago
Magnus Hagander 64d64a0530 Fix upper limit of superuser_reserved_connections, add limit for wal_senders 14 years ago
Tom Lane 118b941614 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 14 years ago
Tom Lane 2f961b1b5f Improve coding around the fsync request queue. 14 years ago
Tom Lane 9255d21d2f Move postmaster's RemovePgTempFiles call to a less randomly chosen place. 14 years ago
Tom Lane 1869f000b0 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Heikki Linnakangas ef29bb1f72 Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 60243e89a7 Fix syslogger to not lose log coherency under high load. 14 years ago
Magnus Hagander 3d2aa2c086 Avoid double close of file handle in syslogger on win32 14 years ago
Tom Lane ef19c9dfaa Fix postmaster to attempt restart after a hot-standby crash. 14 years ago
Tom Lane 2767158978 Prevent autovacuum transactions from running in serializable mode. 14 years ago
Bruce Momjian 96a263f885 Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly 14 years ago
Peter Eisentraut 457333d5c2 Message style improvements of errmsg_internal() calls 15 years ago
Peter Eisentraut 6b23ba1093 Unify spelling of "canceled", "canceling", "cancellation" 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Tom Lane b4b6923e03 Fix VACUUM so that it always updates pg_class.reltuples/relpages. 15 years ago
Bruce Momjian 76e5b4c85d Add C comment about the fact that the autovacuum limit can go backwards 15 years ago
Andrew Dunstan ab0ba6e73a Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 15 years ago
Andrew Dunstan 348c10efe0 Revert "Remove hard coded formats for INT64 and use configured settings instead." 15 years ago
Andrew Dunstan 9b1508af89 Remove hard coded formats for INT64 and use configured settings instead. 15 years ago
Bruce Momjian 76dd09bbec Add postmaster/postgres undocumented -b option for binary upgrades. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Simon Riggs 88f32b7ca2 Avoid assuming there will be only 3 states for synchronous_commit. 15 years ago
Robert Haas 240067b3b0 Merge synchronous_replication setting into synchronous_commit. 15 years ago
Robert Haas 38b27792ea Avoid possible hang during smart shutdown. 15 years ago
Robert Haas 19584ec659 Remove synchronous_replication/max_wal_senders cross-check. 15 years ago
Robert Haas 727589995a Move synchronous_standbys_defined updates from WAL writer to BG writer. 15 years ago
Robert Haas 9a56dc3389 Fix various possible problems with synchronous replication. 15 years ago
Tom Lane 7193a90fc1 Zero out vacuum_count and related counters in pgstat_recv_tabstat(). 15 years ago
Heikki Linnakangas 97e3dacd84 Begin error message with lower-case letter. 15 years ago
Simon Riggs a8a8a3e096 Efficient transaction-controlled synchronous replication. 15 years ago
Robert Haas 4a25bc145a Add client_hostname field to pg_stat_activity. 15 years ago
Robert Haas 4695da5ae9 pg_ctl promote 15 years ago
Magnus Hagander 4c468b37a2 Track last time for statistics reset on databases and bgwriter 15 years ago
Robert Haas 32896c40ca Avoid having autovacuum workers wait for relation locks. 15 years ago
Robert Haas 7f242d880b Try to avoid running with a full fsync request queue. 15 years ago