index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-09
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-06-20
Fix thinko in comment (launcher -> worker)
Alvaro Herrera
2015-06-19
Clamp autovacuum launcher sleep time to 5 minutes
Alvaro Herrera
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-04-08
Fix autovacuum launcher shutdown sequence
Alvaro Herrera
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-19
Adjust "pgstat wait timeout" message to be a translatable LOG message.
Tom Lane
2015-01-07
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2014-10-03
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-07-30
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-04-16
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-05
Block signals earlier during postmaster startup.
Tom Lane
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2013-04-01
Fix insecure parsing of server command-line switches.
Tom Lane
2013-03-27
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-02-07
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2012-11-21
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-08-10
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-07-31
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-06-26
Backport fsync queue compaction logic to all supported branches.
Robert Haas
2012-04-27
Fix syslogger's rotation disable/re-enable logic.
Tom Lane
2012-04-08
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-04
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-02-21
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-06
Fix postmaster to attempt restart after a hot-standby crash.
Tom Lane
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-15
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-11-19
Fix leakage of cost_limit when multiple autovacuum workers are active.
Tom Lane
2010-11-16
Send paramHandle to subprocesses as 64-bit on Win64
Magnus Hagander
2010-11-14
Fix canAcceptConnections() bugs introduced by replication-related patches.
Tom Lane
2010-11-08
Fix permanent memory leak in autovacuum launcher
Alvaro Herrera
2010-10-27
Fix long-standing segfault when accept() or one of the calls made right
Heikki Linnakangas
2010-09-16
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-24
Add stray "else" that seems to have gone missing.
Robert Haas
2010-06-16
Refactor sprintf calls with computed format strings into multiple calls with
Peter Eisentraut
2010-06-03
Fix some inconsistent quoting of wal_level values in messages
Peter Eisentraut
2010-05-27
Avoid starting walreceiver in states where it shouldn't be running.
Robert Haas
2010-05-26
More fixes for shutdown during recovery.
Robert Haas
2010-05-15
Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.
Robert Haas
2010-05-14
We now accept read-only connections in state PM_RECOVERY_CONSISTENT.
Robert Haas
2010-05-11
Cause the archiver process to adopt new postgresql.conf settings (particularly
Tom Lane
2010-04-28
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
2010-04-28
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
[next]