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
/
postmaster.c
Commit message (
Expand
)
Author
Age
*
Eliminate one background-worker-related flag variable.
Robert Haas
2014-10-04
*
Block signals while computing the sleep time in postmaster's main loop.
Andres Freund
2014-10-01
*
Allow escaping of option values for options passed at connection start.
Andres Freund
2014-08-28
*
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-30
*
Add missing serial commas
Peter Eisentraut
2014-07-15
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
*
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
*
When a bgworker exits, always call ReleasePostmasterChildSlot.
Robert Haas
2014-05-07
*
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
*
Never crash-and-restart for bgworkers without shared memory access.
Robert Haas
2014-05-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
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
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
2014-01-28
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-27
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-24
*
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
*
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-08
*
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-08
*
Move new effective_cache_size function
Bruce Momjian
2013-10-08
*
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-08
*
Fix various bugs in postmaster SIGKILL processing
Alvaro Herrera
2013-10-05
*
Make error wording more consistent
Alvaro Herrera
2013-08-29
*
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-28
*
Move more bgworker code to bgworker.c; also, some renaming.
Robert Haas
2013-08-16
*
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-13
*
Message style improvements
Peter Eisentraut
2013-08-07
*
Fix assertion failure by an immediate shutdown.
Fujii Masao
2013-08-08
*
Improve ilist.h's support for deletion of slist elements during iteration.
Tom Lane
2013-07-24
*
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-22
*
Allow background workers to be started dynamically.
Robert Haas
2013-07-16
*
Fix lack of message pluralization
Peter Eisentraut
2013-07-09
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Unbreak postmaster restart-after-crash sequence
Alvaro Herrera
2013-07-03
*
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-06-28
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
[next]