aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Rename two functions that wake up other processesHeikki Linnakangas2024-11-01
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Fix WAL_DEBUG buildPeter Eisentraut2024-10-28
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Fix inconsistent reporting of checkpointer stats.Fujii Masao2024-10-02
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov2024-09-17
* Unify some error messages to ease work of translatorsMichael Paquier2024-09-04
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Add redo LSN to pgstats filesMichael Paquier2024-08-02
* Replace static buf with a stack-allocated one in ReadControlFileHeikki Linnakangas2024-07-30
* Replace static buf with palloc in str_time()Heikki Linnakangas2024-07-30
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* Get rid of a global variablePeter Eisentraut2024-07-23
* Initialize wal_level in the initial checkpoint record.Robert Haas2024-07-22
* Do not summarize WAL if generated with wal_level=minimal.Robert Haas2024-07-18
* Use safe string copy routineDaniel Gustafsson2024-07-02
* Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas2024-06-28
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Fix bugs in MultiXact truncationHeikki Linnakangas2024-06-26
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Fix an assortment of typosDavid Rowley2024-05-04
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Add XLogCtl->logInsertResultAlvaro Herrera2024-04-07
* Operate XLogCtl->log{Write,Flush}Result with atomicsAlvaro Herrera2024-04-05
* Split XLogCtl->LogwrtResult into separate struct membersAlvaro Herrera2024-04-03
* Add error codes to some PANIC/FATAL errors reportsDaniel Gustafsson2024-04-03
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-02
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Add regression test for restart points during promotionMichael Paquier2024-03-04
* Convert unloggedLSN to an atomic variable.Nathan Bossart2024-02-29
* Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas2024-02-22
* Add assert to WALReadFromBuffers().Jeff Davis2024-02-16
* Read WAL directly from WAL buffers.Jeff Davis2024-02-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix incorrect data type choices in some read and write calls.Tom Lane2023-12-27
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis2023-12-19
* Use 64-bit atomics for xlblocks array elements.Jeff Davis2023-12-19
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Fix compilation on Windows with WAL_DEBUGMichael Paquier2023-12-06
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas2023-11-27
* C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian2023-11-25
* Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila2023-11-10