Commit Graph

1280 Commits (6c349d83b607cfe20a685a5f66a4fa0e24dbe458)

Author SHA1 Message Date
Michael Paquier 6c349d83b6 Re-add GUC track_wal_io_timing 7 months ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 7 months ago
Masahiko Sawada 44fe30fdab Add default_char_signedness field to ControlFileData. 7 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 7 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 7 months ago
Alexander Korotkov 3fb58625d1 Revert: Get rid of WALBufMappingLock 7 months ago
Michael Paquier eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage 7 months ago
Alexander Korotkov 6a2275b895 Get rid of WALBufMappingLock 7 months ago
Peter Eisentraut ed5e5f0710 Remove unnecessary (char *) casts [xlog] 7 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 7 months ago
Michael Paquier a051e71e28 Add data for WAL in pg_stat_io and backend statistics 7 months ago
Michael Paquier fcce828529 Fix typo in xlog.c 8 months ago
Nathan Bossart c758119e5b Allow changing autovacuum_max_workers without restarting. 8 months ago
David Rowley 11012c5037 Fix an assortment of spelling mistakes and typos 9 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 9 months ago
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure 11 months ago
Heikki Linnakangas 368d8270c8 Rename two functions that wake up other processes 11 months ago
Heikki Linnakangas a9c546a5a3 Use ProcNumbers instead of direct Latch pointers to address other procs 11 months ago
Peter Eisentraut 8a98822bcc Fix WAL_DEBUG build 11 months ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 11 months ago
Alexander Korotkov 5035172e4a Move LSN waiting declarations and definitions to better place 11 months ago
Fujii Masao 17cc5f666f Fix inconsistent reporting of checkpointer stats. 12 months ago
Fujii Masao 559efce1d6 Add num_done counter to the pg_stat_checkpointer view. 12 months ago
Alexander Korotkov 85b98b8d5a Minor cleanup related to pg_wal_replay_wait() procedure 1 year ago
Michael Paquier a68159ff2b Unify some error messages to ease work of translators 1 year ago
Michael Paquier b4db64270e Apply more quoting to GUC names in messages 1 year ago
Peter Eisentraut 2b5f57977f Add const qualifiers to XLogRegister*() functions 1 year ago
Michael Paquier c7cd2d6ed0 Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder 1 year ago
Alexander Korotkov 3c5db1d6b0 Implement pg_wal_replay_wait() stored procedure 1 year ago
Michael Paquier b860848232 Add redo LSN to pgstats files 1 year ago
Heikki Linnakangas da8a587e2e Replace static buf with a stack-allocated one in ReadControlFile 1 year ago
Heikki Linnakangas 6151cb7876 Replace static buf with palloc in str_time() 1 year ago
Robert Haas 8a53539bd6 Wait for WAL summarization to catch up before creating .partial file. 1 year ago
Peter Eisentraut 935e675f3c Get rid of a global variable 1 year ago
Robert Haas 6a6ebb92b0 Initialize wal_level in the initial checkpoint record. 1 year ago
Robert Haas 402b586d0a Do not summarize WAL if generated with wal_level=minimal. 1 year ago
Daniel Gustafsson e930c872b6 Use safe string copy routine 1 year ago
Robert Haas 065583cf46 Prevent summarizer hang when summarize_wal turned off and back on. 1 year ago
Heikki Linnakangas cbfbda7841 Fix MVCC bug with prepared xact with subxacts on standby 1 year ago
Heikki Linnakangas b1ffe3ff0b Fix bugs in MultiXact truncation 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
David Rowley a42fc1c903 Fix an assortment of typos 1 year ago
Alexander Korotkov 772faafca1 Revert: Implement pg_wal_replay_wait() stored procedure 1 year ago
Alvaro Herrera f3ff7bf83b
Add XLogCtl->logInsertResult 1 year ago
Alvaro Herrera ee1cbe806d
Operate XLogCtl->log{Write,Flush}Result with atomics 1 year ago
Alvaro Herrera c9920a9068
Split XLogCtl->LogwrtResult into separate struct members 1 year ago
Daniel Gustafsson 226261f387 Add error codes to some PANIC/FATAL errors reports 1 year ago
Alexander Korotkov 06c418e163 Implement pg_wal_replay_wait() stored procedure 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Michael Paquier 6782709df8 Add regression test for restart points during promotion 2 years ago