Commits

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

DateSubjectAuthorReleases
2022-02-08 Remove MaxBackends variable in favor of GetMaxBackends() function. Robert Haas 15.0
2022-01-29 Fix comments about bgworker registration before MaxBackends initialization Michael Paquier 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2021-11-08 Reject extraneous data after SSL or GSS encryption handshake. Tom Lane 15.0
2021-09-18 process startup: Split single user code out of PostgresMain(). Andres Freund 15.0
2021-09-16 process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND. Andres Freund 15.0
2021-09-16 Support "postgres -C" with runtime-computed GUCs Michael Paquier 15.0
2021-09-08 Introduce GUC shared_memory_size Michael Paquier 15.0
2021-09-07 Consistently use read-only instead of "read only" Magnus Hagander 15.0
2021-08-13 Remove support for background workers without BGWORKER_SHMEM_ACCESS. Andres Freund 15.0
2021-08-05 Call pgwin32_signal_initialize() in postmaster as well. Andres Freund 15.0
2021-08-05 process startup: Centralize pgwin32_signal_initialize() calls. Andres Freund 15.0
2021-08-05 process startup: Move AuxiliaryProcessMain into its own file. Andres Freund 15.0
2021-08-05 process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain. Andres Freund 15.0
2021-08-05 process startup: Rename postmaster's --forkboot to --forkaux. Andres Freund 15.0
2021-08-02 Run checkpointer and bgwriter in crash recovery. Thomas Munro 15.0
2021-07-15 Remove unnecessary assertion in postmaster.c Michael Paquier 15.0