summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/timeline.c
AgeCommit message (Expand)Author
4 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael 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-01-08Update copyright for 2022Bruce Momjian
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-08Report missing wait event for timeline history file.Fujii Masao
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-11Remove HAVE_WORKING_LINKPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-06Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-28Message style improvementsPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-07Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas
2013-01-23Fix more issues with cascading replication and timeline switches.Heikki Linnakangas
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-30Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-05Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas
2012-12-04Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-11-19Fix archive_cleanup_command.Heikki Linnakangas
2012-10-03Fix two bugs introduced in the xlog.c split.Heikki Linnakangas