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
/
transam
Commit message (
Expand
)
Author
Age
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Remove unnecessary Windows-specific basebackup code.
Thomas Munro
2022-07-22
*
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-20
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Revert "Add single-item cache when looking at topmost XID of a subtrans XID"
Michael Paquier
2022-05-28
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-09
*
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-30
*
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
*
Replace existing durable_rename_excl() calls with durable_rename()
Michael Paquier
2022-04-28
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
Don't retry restore_command while reading ahead.
Thomas Munro
2022-04-17
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Check XLogRecHasBlockRef() before XLogRecHasBlockImage().
Jeff Davis
2022-04-08
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
Fix typo in xlogrecovery.c code comment
Daniel Gustafsson
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
*
Fix compilation with WAL_DEBUG.
Andres Freund
2022-04-06
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
Add single-item cache when looking at topmost XID of a subtrans XID
Michael Paquier
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: normalize function naming.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Fix unsigned output format in SLRU error reporting
Peter Eisentraut
2022-04-06
*
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
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
*
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
*
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
*
Fix uninitialized variable.
Heikki Linnakangas
2022-02-20
[next]