summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-04-25Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson
2023-03-17Small tidyup for commit d41a178b, part II.Thomas Munro
2023-03-16Small tidyup for commit d41a178b.Thomas Munro
2023-03-15Fix waitpid() emulation on Windows.Thomas Munro
2023-01-21Reject CancelRequestPacket having unexpected length.Noah Misch
2022-08-31Prevent long-term memory leakage in autovacuum launcher.Tom Lane
2022-08-23Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-05-15Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane
2021-04-05Shut down transaction tracking at startup process exit.Fujii Masao
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-10-15In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2020-09-10Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane
2020-09-09Make archiver's SIGQUIT handler exit via _exit().Tom Lane
2020-09-03Avoid lockup of a parallel worker when reporting a long error message.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-07-16Replace use of sys_siglist[] with strsignal().Tom Lane
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2019-10-23Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier
2019-10-07Check for too many postmaster children before spawning a bgworker.Tom Lane
2019-09-04Fix thinko when ending progress report for a backendMichael Paquier
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-10Avoid counting transaction stats for parallel worker cooperatingAmit Kapila
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-03-24Make current_logfiles use permissions assigned to files in data directoryMichael Paquier
2019-03-19Make checkpoint requests more robust.Tom Lane
2019-02-22Report correct name in autovacuum "work items" activityAlvaro Herrera
2019-01-14Fix typos in documentation and for one wait eventMichael Paquier
2018-12-24Prioritize history files when archivingMichael Paquier
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-08-30Stop bgworkers during fast shutdown with postmaster in startup phaseMichael Paquier
2018-08-26Make syslogger more robust against failures in opening CSV log files.Tom Lane
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-13Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-08-07Fix incorrect initialization of BackendActivityBuffer.Tom Lane
2018-05-03Further improve code for probing the availability of ARM CRC instructions.Tom Lane
2018-04-28In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane
2018-04-11Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas
2018-04-11Make local copy of client hostnames in backend status array.Heikki Linnakangas
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Fix EXEC BACKEND + Windows builds for group privsStephen Frost
2018-04-07Allow group access on PGDATAStephen Frost