aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogfuncs.c
Commit message (Expand)AuthorAge
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov2024-10-24
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov2024-09-19
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian2023-11-24
* Tweak pg_promote() to report failures on kill() or postmaster failuresMichael Paquier2023-08-29
* Message style improvementsPeter Eisentraut2023-05-19
* Allow logical decoding on standbysAndres Freund2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier2022-12-23
* Add pg_dissect_walfile_name()Michael Paquier2022-12-20
* Improve memory handling across SQL-callable backup functionsMichael Paquier2022-10-22
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-27
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-26
* Rename macro related to pg_backup_stop()Michael Paquier2022-09-13
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove exclusive backup modeStephen Frost2022-04-06
* Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier2022-03-03
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* Fix lack of message pluralizationPeter Eisentraut2021-02-10
* Update copyright for 2021Bruce Momjian2021-01-02
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-19
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Message style fixesPeter Eisentraut2019-09-23
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-06
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove function names from error messagesAlvaro Herrera2018-12-19
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add pg_promote functionMichael Paquier2018-10-25
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09