aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Update copyright for 2023Bruce Momjian2023-01-02
* Static assertions cleanupPeter Eisentraut2022-12-15
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Fix recently added incorrect assertionAlvaro Herrera2022-10-24
* Get rid of XLogCtlInsert->forcePageWritesAlvaro Herrera2022-10-19
* Remove pg_backup_start_callback and reuse similar codeAlvaro Herrera2022-10-19
* Cleanup useless assignments and checksMichael Paquier2022-10-04
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix some comments of do_pg_backup_start() and do_pg_backup_stop()Michael Paquier2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-27
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-26
* Clear ps display of startup process at the end of recoveryMichael Paquier2022-09-22
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier2022-08-17
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* 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
* 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
* Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao2022-07-07
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-05
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-09
* 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
* Remove dead code in do_pg_backup_start().Tom Lane2022-04-11
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Fix pg_basebackup with in-place tablespaces.Thomas Munro2022-03-15
* Fix uninitialized variable.Heikki Linnakangas2022-02-20
* Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas2022-02-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16