aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Make autovacuum more selective about temp tables to keepAlvaro Herrera2018-12-27
* Prioritize history files when archivingMichael Paquier2018-12-24
* Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier2018-08-29
* Make syslogger more robust against failures in opening CSV log files.Tom Lane2018-08-26
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-07
* Make local copy of client hostnames in backend status array.Heikki Linnakangas2018-04-11
* Avoid holding AutovacuumScheduleLock while rechecking table statistics.Tom Lane2018-03-13
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Report failure to start a background worker.Robert Haas2017-12-06
* Provide for forward compatibility with future minor protocol versions.Robert Haas2017-11-21
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-10
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-26
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-26
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-29
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Fix postmaster's handling of fork failure for a bgworker process.Tom Lane2017-04-24
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Avoid useless respawining the autovacuum launcher at high speed.Robert Haas2017-01-20
* If the stats collector dies during Hot Standby, restart it.Robert Haas2016-10-27
* Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane2016-10-13
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-13
* Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane2016-10-01
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Fix bogus coding in WaitForBackgroundWorkerShutdown().Tom Lane2016-08-04
* Remove duplicate InitPostmasterChild() call while starting a bgworker.Tom Lane2016-08-02
* Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.Tom Lane2016-06-22
* Avoid crash in "postgres -C guc" for a GUC with a null string value.Tom Lane2016-06-16
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane2016-05-25
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-10
* 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
* Message improvementsPeter Eisentraut2015-11-16
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-05
* Fix typo in bgworker.cRobert Haas2015-10-30
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Fix uninitialized-variable bug.Tom Lane2015-10-09
* 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