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
...
*
Generalize how VACUUM skips all-frozen pages.
Peter Geoghegan
2022-04-03
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
vacuumlazy.c: Clean up variable declarations.
Peter Geoghegan
2022-04-02
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-24
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
*
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-21
*
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
[prev]
[next]