summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-07-09Fix postmaster's handling of a startup-process crash.Tom Lane
2015-06-20Fix thinko in comment (launcher -> worker)Alvaro Herrera
2015-06-19Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-04-08Fix autovacuum launcher shutdown sequenceAlvaro Herrera
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-19Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane
2015-01-07On Darwin, detect and report a multithreaded postmaster.Noah Misch
2014-10-03Don't balance vacuum cost delay when per-table settings are in effectAlvaro Herrera
2014-07-30Avoid wholesale autovacuuming when autovacuum is nominally off.Tom Lane
2014-05-15Fix unportable setvbuf() usage in initdb.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-04-16Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-05Block signals earlier during postmaster startup.Tom Lane
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-03-27Reset OpenSSL randomness state in each postmaster child process.Tom Lane
2013-02-07Fix possible failure to send final transaction counts to stats collector.Tom Lane
2012-11-21Don't launch new child processes after we've been told to shut down.Tom Lane
2012-08-10Fix upper limit of superuser_reserved_connections, add limit for wal_sendersMagnus Hagander
2012-07-31Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-06-26Backport fsync queue compaction logic to all supported branches.Robert Haas
2012-04-27Fix syslogger's rotation disable/re-enable logic.Tom Lane
2012-04-08Do stack-depth checking in all postmaster children.Heikki Linnakangas
2012-04-04Fix syslogger to not lose log coherency under high load.Tom Lane
2012-02-21Avoid double close of file handle in syslogger on win32Magnus Hagander
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane
2010-12-15Fix up getopt() reset management so it works on recent mingw.Tom Lane
2010-11-19Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane
2010-11-16Send paramHandle to subprocesses as 64-bit on Win64Magnus Hagander
2010-11-14Fix canAcceptConnections() bugs introduced by replication-related patches.Tom Lane
2010-11-08Fix permanent memory leak in autovacuum launcherAlvaro Herrera
2010-10-27Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas
2010-09-16Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-24Add stray "else" that seems to have gone missing.Robert Haas
2010-06-16Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut
2010-06-03Fix some inconsistent quoting of wal_level values in messagesPeter Eisentraut
2010-05-27Avoid starting walreceiver in states where it shouldn't be running.Robert Haas
2010-05-26More fixes for shutdown during recovery.Robert Haas
2010-05-15Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas
2010-05-14We now accept read-only connections in state PM_RECOVERY_CONSISTENT.Robert Haas
2010-05-11Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane
2010-04-28Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas