summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2020-06-12Make more use of RELKIND_HAS_STORAGE()Peter Eisentraut
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-21Clear some style deviations.Noah Misch
2020-05-17Mop-up for wait event naming issues.Tom Lane
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Initialize SLRU stats entries to zero.Fujii Masao
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-02Fix GSS client to non-GSS server connectionStephen Frost
2020-05-02Remove superfluous memset from pgstat_recv_resetslrucounterTomas Vondra
2020-05-01Remove pg_xact entry from SLRU statsTomas Vondra
2020-04-29Fix checkpoint signallingAlvaro Herrera
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-07Remove debugging elog from pgstat_recv_resetslrucounterTomas Vondra
2020-04-06Recompute stack base in forked postmaster children.Andres Freund
2020-04-03Add wait events for recovery conflicts.Fujii Masao
2020-04-02Collect statistics about SLRU cachesTomas Vondra
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-24Report wait event for cost-based vacuum delay.Andres Freund
2020-03-24Prefer standby promotion over recovery pause.Fujii Masao
2020-03-24Add wait events for WAL archive and recovery pause.Fujii Masao
2020-03-19Rename the recovery-related wait events.Fujii Masao
2020-03-13Remove am_syslogger global variablePeter Eisentraut
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
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