summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-27Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-18Re-#include <time.h> in checkpointer.c.Robert Haas
2019-12-17Add missing "void" to prototypes.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-17Use PostgresSigHupHandler in more places.Robert Haas
2019-12-17Move interrupt-handling code into subroutines.Robert Haas
2019-11-25Use procsignal_sigusr1_handler for auxiliary processes.Robert Haas
2019-11-13Avoid using SplitIdentifierString to parse ListenAddresses, too.Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-23Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-07Check for too many postmaster children before spawning a bgworker.Tom Lane
2019-09-11Rearrange postmaster's startup sequence for better syslogger results.Tom Lane
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-09-04Fix thinko when ending progress report for a backendMichael Paquier
2019-08-26Fix postmaster state machine to handle dead_end child crashes better.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-19Revert "postmaster: Start syslogger earlier".Tom Lane
2019-05-16More message style fixesAlvaro Herrera
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane
2019-05-01Fix union for pgstat message typesMagnus Hagander
2019-04-28Use preprocessor conditions compatible with Emacs indent.Noah Misch
2019-04-25Fix function names in comments.Fujii Masao
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
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-05Wake up interested backends when a checkpoint fails.Thomas Munro