summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-24Fix recently added incorrect assertionAlvaro Herrera
2022-10-19Get rid of XLogCtlInsert->forcePageWritesAlvaro Herrera
2022-10-19Remove pg_backup_start_callback and reuse similar codeAlvaro Herrera
2022-10-04Cleanup useless assignments and checksMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix some comments of do_pg_backup_start() and do_pg_backup_stop()Michael Paquier
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-22Clear ps display of startup process at the end of recoveryMichael Paquier
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-19Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-26More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-17Use SetInstallXLogFileSegmentActive() in more places in xlog.cMichael Paquier
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-05Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-22Remove unnecessary Windows-specific basebackup code.Thomas Munro
2022-07-22Remove O_FSYNC and associated macros.Thomas Munro
2022-07-20Fix assertion failure and segmentation fault in backup code.Fujii Masao
2022-07-07Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-11Remove dead code in do_pg_backup_start().Tom Lane
2022-04-08Rename delayChkpt to delayChkptFlags.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-15Fix pg_basebackup with in-place tablespaces.Thomas Munro
2022-02-20Fix uninitialized variable.Heikki Linnakangas
2022-02-16Fix read beyond buffer bug introduced by the split xlog.c patch.Heikki Linnakangas
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-16Move code around in StartupXLOG().Heikki Linnakangas
2022-02-16Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.Heikki Linnakangas
2022-02-16Run pgindent on xlog.c.Heikki Linnakangas