index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2016-01-26
*
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-13
*
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-07-09
*
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-20
*
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-06-19
*
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
*
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-04-08
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-19
*
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-14
*
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-07
*
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-03
*
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
*
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Block signals earlier during postmaster startup.
Tom Lane
2014-04-05
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-04-01
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-03-27
*
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-02-07
*
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-11-21
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-08-10
*
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-31
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Move postmaster's RemovePgTempFiles call to a less randomly chosen place.
Tom Lane
2012-05-21
*
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-27
*
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-08
*
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-04-04
*
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
*
Fix postmaster to attempt restart after a hot-standby crash.
Tom Lane
2012-02-06
*
Prevent autovacuum transactions from running in serializable mode.
Tom Lane
2011-11-29
*
Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly
Bruce Momjian
2011-09-29
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
*
Add C comment about the fact that the autovacuum limit can go backwards
Bruce Momjian
2011-05-08
*
Add some casts to try to silence most of the remaining format warnings on Min...
Andrew Dunstan
2011-04-28
*
Revert "Remove hard coded formats for INT64 and use configured settings inste...
Andrew Dunstan
2011-04-27
*
Remove hard coded formats for INT64 and use configured settings instead.
Andrew Dunstan
2011-04-27
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
[next]