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