summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-09-19Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-25modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian
2023-08-28Tweak pg_promote() to report failures on kill() or postmaster failuresMichael Paquier
2023-05-19Message style improvementsPeter Eisentraut
2023-04-08Allow logical decoding on standbysAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier
2022-12-20Add pg_dissect_walfile_name()Michael Paquier
2022-10-22Improve memory handling across SQL-callable backup functionsMichael Paquier
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-13Rename macro related to pg_backup_stop()Michael Paquier
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-03Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-11Be clear about whether a recovery pause has taken effect.Robert Haas
2021-02-10Fix lack of message pluralizationPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-03-24Prefer standby promotion over recovery pause.Fujii Masao
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-23Message style fixesPeter Eisentraut
2019-09-06Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-25Add pg_promote functionMichael Paquier