aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Remove empty statementJohn Naylor2022-08-23
* Adjust assertion in XLogDecodeNextRecord.Robert Haas2022-08-18
* Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier2022-08-17
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Fix obsolete comment in commit_ts.c.Thomas Munro2022-08-09
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-05
* Rephrase comments to make them clearerDaniel Gustafsson2022-08-04
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Add overflow protection for block-related data in WAL recordsMichael Paquier2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Remove useless arguments in ReadCheckpointRecord().Fujii Masao2022-07-25
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-22
* Remove O_FSYNC and associated macros.Thomas Munro2022-07-22
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao2022-07-07
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-05
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-07-01
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier2022-05-28
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-09
* pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis2022-04-30
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier2022-04-28
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-21
* Don't retry restore_command while reading ahead.Thomas Munro2022-04-17
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Remove dead code in do_pg_backup_start().Tom Lane2022-04-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Check XLogRecHasBlockRef() before XLogRecHasBlockImage().Jeff Davis2022-04-08
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Fix typo in xlogrecovery.c code commentDaniel Gustafsson2022-04-07
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Fix warning introduced in 5c279a6d350.Jeff Davis2022-04-07
* Fix compilation with WAL_DEBUG.Andres Freund2022-04-06
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Add single-item cache when looking at topmost XID of a subtrans XIDMichael Paquier2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06