index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2020-06-12
Make more use of RELKIND_HAS_STORAGE()
Peter Eisentraut
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-05-21
Clear some style deviations.
Noah Misch
2020-05-17
Mop-up for wait event naming issues.
Tom Lane
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-14
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-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-02
Fix GSS client to non-GSS server connection
Stephen Frost
2020-05-02
Remove superfluous memset from pgstat_recv_resetslrucounter
Tomas Vondra
2020-05-01
Remove pg_xact entry from SLRU stats
Tomas Vondra
2020-04-29
Fix checkpoint signalling
Alvaro Herrera
2020-04-10
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-07
Remove debugging elog from pgstat_recv_resetslrucounter
Tomas Vondra
2020-04-06
Recompute stack base in forked postmaster children.
Andres Freund
2020-04-03
Add wait events for recovery conflicts.
Fujii Masao
2020-04-02
Collect statistics about SLRU caches
Tomas Vondra
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-25
Provide a TLS init hook
Andrew Dunstan
2020-03-24
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-24
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
Add wait events for WAL archive and recovery pause.
Fujii Masao
2020-03-19
Rename the recovery-related wait events.
Fujii Masao
2020-03-13
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-02-29
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-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-17
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-27
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-18
Re-#include <time.h> in checkpointer.c.
Robert Haas
2019-12-17
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-11-25
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-13
Avoid using SplitIdentifierString to parse ListenAddresses, too.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
[next]