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
*
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
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-03
*
Remove synchronous_replication/max_wal_senders cross-check.
Robert Haas
2011-03-23
*
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-18
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
Zero out vacuum_count and related counters in pgstat_recv_tabstat().
Tom Lane
2011-03-07
*
Begin error message with lower-case letter.
Heikki Linnakangas
2011-03-07
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-17
*
pg_ctl promote
Robert Haas
2011-02-15
*
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-02-10
*
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-02-07
*
Try to avoid running with a full fsync request queue.
Robert Haas
2011-01-29
*
Avoid treating WAL senders as normal backends.
Robert Haas
2011-01-21
*
Code review for postmaster.pid contents changes.
Tom Lane
2011-01-13
*
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-03
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]