summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-161-0/+3
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-1/+1
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+26
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-041-7/+0
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-231-0/+7
* Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane2021-05-151-1/+12
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-061-0/+19
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-282-36/+13
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-242-13/+87
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2020-10-151-23/+64
* Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane2020-09-101-31/+73
* Make archiver's SIGQUIT handler exit via _exit().Tom Lane2020-09-091-2/+10
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-031-2/+9
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-141-117/+122
* Fix GSS client to non-GSS server connectionStephen Frost2020-05-021-13/+24
* Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane2020-02-281-3/+4
* Add description about GSSOpenServer wait event into document.Fujii Masao2020-02-171-3/+3
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-231-0/+3
* Check for too many postmaster children before spawning a bgworker.Tom Lane2019-10-071-13/+33
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-041-3/+3
* Fix many typos and inconsistenciesMichael Paquier2019-07-011-1/+1
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-141-6/+5
* Update stale comments, and fix comment typos.Noah Misch2019-06-081-2/+2
* Fix assorted inconsistencies.Amit Kapila2019-06-081-1/+1
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-224-17/+17
* Revert "postmaster: Start syslogger earlier".Tom Lane2019-05-191-60/+60
* More message style fixesAlvaro Herrera2019-05-161-3/+4
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-111-109/+179
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-081-0/+1
* Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane2019-05-071-2/+10
* Fix union for pgstat message typesMagnus Hagander2019-05-011-19/+22
* Use preprocessor conditions compatible with Emacs indent.Noah Misch2019-04-281-0/+4
* Fix function names in comments.Fujii Masao2019-04-251-1/+1
* Fix some minor postmaster-state-machine issues.Tom Lane2019-04-241-11/+26
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-231-2/+2
* Consistently test for in-use shared memory.Noah Misch2019-04-121-6/+6
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-121-1/+5
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-101-9/+13
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-081-0/+7
* Wake up interested backends when a checkpoint fails.Thomas Munro2019-04-061-0/+2
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-051-6/+6
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-041-0/+1
* Refactor the fsync queue for wider use.Thomas Munro2019-04-041-26/+14
* Consistently test for in-use shared memory.Noah Misch2019-04-031-6/+6
* GSSAPI encryption supportStephen Frost2019-04-032-5/+81
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-251-1/+1
* Make current_logfiles use permissions assigned to files in data directoryMichael Paquier2019-03-241-2/+19
* Make checkpoint requests more robust.Tom Lane2019-03-191-25/+33
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-181-6/+5