summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-151-17/+6
* Remove tabs after spaces in C commentsBruce Momjian2014-05-067-87/+87
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-161-1/+1
* Block signals earlier during postmaster startup.Tom Lane2014-04-051-29/+29
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-6/+0
* Reset OpenSSL randomness state in each postmaster child process.Tom Lane2013-03-271-0/+9
* Fix possible failure to send final transaction counts to stats collector.Tom Lane2013-02-071-2/+2
* Fix syslogger so that log_truncate_on_rotation works in the first rotation.Tom Lane2012-07-312-14/+34
* Improve coding around the fsync request queue.Tom Lane2012-07-171-25/+46
* Backport fsync queue compaction logic to all supported branches.Robert Haas2012-06-261-9/+120
* Fix syslogger's rotation disable/re-enable logic.Tom Lane2012-04-271-6/+20
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-081-0/+10
* Fix syslogger to not lose log coherency under high load.Tom Lane2012-04-041-61/+71
* Avoid double close of file handle in syslogger on win32Magnus Hagander2012-02-211-2/+5
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-301-13/+3
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-161-3/+2
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-151-2/+3
* Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane2010-11-191-18/+45
* Fix canAcceptConnections() bugs introduced by replication-related patches.Tom Lane2010-11-141-12/+17
* Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas2010-10-271-1/+1
* Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander2010-09-161-1/+14
* Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane2010-05-111-9/+20
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-161-33/+28
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-011-4/+7
* Ignore attempts to set "application_name" in the connection startup packet.Tom Lane2009-12-021-1/+3
* Fix memory leak in syslogger: logfile_rotate() would leak a copy of theTom Lane2009-11-191-17/+33
* Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane2009-10-021-2/+3
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-271-39/+47
* Try to make silent_mode behave somewhat reasonably.Tom Lane2009-08-241-29/+72
* Small correction to previous patch: we shouldn't ReleasePostmasterChildSlotTom Lane2009-08-241-2/+3
* Avoid calling kill() in a postmaster signal handler.Alvaro Herrera2009-08-242-5/+21
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-08-111-2/+21
* Fast shutdown stop should forcibly disconnect any active backends, evenHeikki Linnakangas2009-08-071-1/+2
* Remove no-longer-necessary transmission of postmaster's LC_COLLATE andTom Lane2009-07-081-9/+1
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-262-20/+22
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-251-2/+11
* Fix several places where a function was declared static and then definedTom Lane2009-06-121-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-117-197/+206
* Fix typo, per TomAlvaro Herrera2009-06-091-2/+2
* Dynamically set a lower bound on autovacuum nap time so that we don't rebuildAlvaro Herrera2009-06-091-5/+16
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-061-1/+8
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-041-5/+5
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-153-18/+42
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-051-72/+97
* Fix missed usage of DLNewElem()Tom Lane2009-05-041-3/+4
* Avoid a memory allocation in the backend startup code, to avoid having to checkAlvaro Herrera2009-05-041-4/+4
* Install some simple defenses in postmaster startup to help ensure a usefulTom Lane2009-05-021-15/+56
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-051-2/+2
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-8/+8
* Gettext plural supportPeter Eisentraut2009-03-261-2/+4