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
/
access
Age
Commit message (
Expand
)
Author
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Fix bogus log message when starting from a cleanly shut down state.
Heikki Linnakangas
2022-02-16
Fix read beyond buffer bug introduced by the split xlog.c patch.
Heikki Linnakangas
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
Move code around in StartupXLOG().
Heikki Linnakangas
2022-02-16
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
Heikki Linnakangas
2022-02-16
Run pgindent on xlog.c.
Heikki Linnakangas
2022-02-15
Update "don't truncate with failsafe" rationale.
Peter Geoghegan
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
Make origin data initialization consistent other fields in 2PC header
Michael Paquier
2022-02-13
Silence minor compiler warnings.
Tom Lane
2022-02-12
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2022-02-10
Fix typo in multixact.c
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-07
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
vacuumlazy.c: Rename state field for consistency.
Peter Geoghegan
2022-01-25
Improve errors related to incorrect TLI on checkpoint record replay
Michael Paquier
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-21
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-20
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-17
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-15
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-14
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-12
vacuumlazy.c: fix "garbage tuples" reference.
Peter Geoghegan
2022-01-11
Fix typo in rewriteheap.c.
Amit Kapila
2022-01-10
Rename functions to avoid future conflicts
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-04
Remove redundant initialization of BrinMemTuple.
Tom Lane
2022-01-04
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2021-12-29
Fix incorrect format placeholders
Peter Eisentraut
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-22
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-15
Improve parallel vacuum implementation.
Amit Kapila
2021-12-14
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-12-13
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
Improve description of some WAL records with transaction commands
Michael Paquier
2021-12-09
Fix some typos with {a,an}
Michael Paquier
2021-12-09
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
[next]