aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Add support for runtime arguments in injection pointsMichael Paquier9 days
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Get rid of WALBufMappingLockAlexander Korotkov2025-04-02
* Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson2025-03-27
* Revert "Add redo LSN to pgstats files"Michael Paquier2025-03-17
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Invalidate inactive replication slots.Amit Kapila2025-02-19
* Revert: Get rid of WALBufMappingLockAlexander Korotkov2025-02-17
* Move wal_buffers_full from PgStat_PendingWalStats to WalUsageMichael Paquier2025-02-17
* Get rid of WALBufMappingLockAlexander Korotkov2025-02-17
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Add data for WAL in pg_stat_io and backend statisticsMichael Paquier2025-02-04
* Fix typo in xlog.cMichael Paquier2025-02-03
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04
* 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