aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Clear some style deviations.Noah Misch2020-05-21
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane2020-05-13
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Initialize SLRU stats entries to zero.Fujii Masao2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Fix GSS client to non-GSS server connectionStephen Frost2020-05-02
* Remove superfluous memset from pgstat_recv_resetslrucounterTomas Vondra2020-05-02
* Remove pg_xact entry from SLRU statsTomas Vondra2020-05-02
* Fix checkpoint signallingAlvaro Herrera2020-04-29
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Remove debugging elog from pgstat_recv_resetslrucounterTomas Vondra2020-04-07
* Recompute stack base in forked postmaster children.Andres Freund2020-04-05
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Report wait event for cost-based vacuum delay.Andres Freund2020-03-23
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Add wait events for WAL archive and recovery pause.Fujii Masao2020-03-24
* Rename the recovery-related wait events.Fujii Masao2020-03-19
* Remove am_syslogger global variablePeter Eisentraut2020-03-13
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add description about GSSOpenServer wait event into document.Fujii Masao2020-02-17
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier2020-01-27
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Re-#include <time.h> in checkpointer.c.Robert Haas2019-12-18
* Add missing "void" to prototypes.Robert Haas2019-12-17
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Use PostgresSigHupHandler in more places.Robert Haas2019-12-17
* Move interrupt-handling code into subroutines.Robert Haas2019-12-17
* Use procsignal_sigusr1_handler for auxiliary processes.Robert Haas2019-11-25
* Avoid using SplitIdentifierString to parse ListenAddresses, too.Tom Lane2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-23