index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
...
*
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-03-20
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
*
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
*
Fix pg_basebackup with in-place tablespaces.
Thomas Munro
2022-03-15
*
VACUUM VERBOSE: tweak scanned_pages logic.
Peter Geoghegan
2022-03-13
*
vacuumlazy.c: Standardize rel_pages terminology.
Peter Geoghegan
2022-03-12
*
vacuumlazy.c: document vistest and OldestXmin.
Peter Geoghegan
2022-03-12
*
Normalize heap_prepare_freeze_tuple argument name.
Peter Geoghegan
2022-03-11
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
*
Fix header inclusion order in xloginsert.c with lz4.h
Michael Paquier
2022-03-11
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-03-03
*
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-28
*
vacuumlazy.c: Remove obsolete num_tuples field.
Peter Geoghegan
2022-02-24
*
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
*
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-24
*
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-21
*
Fix uninitialized variable.
Heikki Linnakangas
2022-02-20
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
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-16
*
Update "don't truncate with failsafe" rationale.
Peter Geoghegan
2022-02-15
*
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-14
*
Silence minor compiler warnings.
Tom Lane
2022-02-13
*
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-11
*
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-11
*
Fix typo in multixact.c
Michael Paquier
2022-02-10
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
vacuumlazy.c: Rename state field for consistency.
Peter Geoghegan
2022-01-28
*
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-25
*
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-21
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
*
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-17
*
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
*
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-13
*
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-13
[prev]
[next]