index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Commit message (
Expand
)
Author
Age
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix async.c to not register any SLRU stats counts in the postmaster.
Tom Lane
2020-05-13
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Initialize SLRU stats entries to zero.
Fujii Masao
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Fix GSS client to non-GSS server connection
Stephen Frost
2020-05-02
*
Remove superfluous memset from pgstat_recv_resetslrucounter
Tomas Vondra
2020-05-02
*
Remove pg_xact entry from SLRU stats
Tomas Vondra
2020-05-02
*
Fix checkpoint signalling
Alvaro Herrera
2020-04-29
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Remove debugging elog from pgstat_recv_resetslrucounter
Tomas Vondra
2020-04-07
*
Recompute stack base in forked postmaster children.
Andres Freund
2020-04-05
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
*
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-23
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
*
Add wait events for WAL archive and recovery pause.
Fujii Masao
2020-03-24
*
Rename the recovery-related wait events.
Fujii Masao
2020-03-19
*
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-02-17
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-27
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Re-#include <time.h> in checkpointer.c.
Robert Haas
2019-12-18
*
Add missing "void" to prototypes.
Robert Haas
2019-12-17
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
*
Move interrupt-handling code into subroutines.
Robert Haas
2019-12-17
*
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-25
*
Avoid using SplitIdentifierString to parse ListenAddresses, too.
Tom Lane
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Clean up properly error_context_stack in autovacuum worker on exception
Michael Paquier
2019-10-23
[next]