summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix pg_basebackup with in-place tablespaces some more.Robert Haas
2023-04-08Allow logical decoding on standbysAndres Freund
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-19Improve comment about GetWALAvailability's WALAVAIL_REMOVED code.Tom Lane
2023-01-16Refactor code in charge of running shell-based recovery commandsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-15Static assertions cleanupPeter Eisentraut
2022-11-08Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier
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-20Harmonize 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-25More -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-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove 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-08Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier