Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2022-08-23 Doc: prefer sysctl to /proc/sys in docs and comments. Tom Lane 10.23
2021-11-08 Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 10.19
2020-12-24 Fix race condition between shutdown and unstarted background workers. Tom Lane 10.16
2020-10-15 In the postmaster, rely on the signal infrastructure to block signals. Tom Lane 10.15
2020-09-10 Use _exit(2) for SIGQUIT during ProcessStartupPacket, too. Tom Lane 10.15
2020-08-14 Fix postmaster's behavior during smart shutdown. Tom Lane 10.15
2020-07-16 Replace use of sys_siglist[] with strsignal(). Tom Lane 10.14
2019-10-07 Check for too many postmaster children before spawning a bgworker. Tom Lane 10.11
2019-04-24 Fix some minor postmaster-state-machine issues. Tom Lane 10.8
2017-07-10 On Windows, retry process creation if we fail to reserve shared memory. Tom Lane 10.0
2017-06-28 Change pg_ctl to detect server-ready by watching status in postmaster.pid. Tom Lane 10.0
2017-06-26 Don't lose walreceiver start requests due to race condition in postmaster. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-26 Allow multiple bgworkers to be launched per postmaster iteration. Tom Lane 10.0
2017-04-24 Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop." Tom Lane 10.0
2017-04-24 Use pselect(2) not select(2), if available, to wait in postmaster's loop. Tom Lane 10.0
2017-04-24 Run the postmaster's signal handlers without SA_RESTART. Tom Lane 10.0
2017-04-24 Fix postmaster's handling of fork failure for a bgworker process. Tom Lane 10.0
2017-04-21 Avoid depending on non-POSIX behavior of fcntl(2). Tom Lane 10.0
2017-01-04 Re-allow SSL passphrase prompt at server start, but not thereafter. Tom Lane 10.0
2017-01-03 Allow SSL configuration to be updated at SIGHUP. Tom Lane 10.0
2016-12-12 Make the different Unix-y semaphore implementations ABI-compatible. Tom Lane 10.0
2016-10-01 Do ClosePostmasterPorts() earlier in SubPostmasterMain(). Tom Lane 10.0