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
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-07
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-04-11
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-03-13
Avoid holding AutovacuumScheduleLock while rechecking table statistics.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2017-11-21
Provide for forward compatibility with future minor protocol versions.
Robert Haas
2017-07-10
On Windows, retry process creation if we fail to reserve shared memory.
Tom Lane
2017-06-26
Don't lose walreceiver start requests due to race condition in postmaster.
Tom Lane
2017-06-26
Ignore old stats file timestamps when starting the stats collector.
Tom Lane
2017-05-29
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-15
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-20
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2016-10-27
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-01
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-06-22
Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.
Tom Lane
2016-06-16
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-05-31
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-25
Ensure that backends see up-to-date statistics for shared catalogs.
Tom Lane
2016-05-10
Fix autovacuum for shared relations
Alvaro Herrera
2016-04-18
Fix --disable-spinlocks in 9.2 and 9.3 branches.
Tom Lane
2016-03-09
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-01-26
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-06
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
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-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
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-14
Make logging_collector=on work with non-windows EXEC_BACKEND again.
Andres Freund
2015-01-07
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-10-03
Don't balance vacuum cost delay when per-table settings are in effect
Alvaro Herrera
2014-10-01
Block signals while computing the sleep time in postmaster's main loop.
Andres Freund
2014-07-30
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
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
[next]