Commit Graph

1296 Commits (ee54046601de2d14ca9107ba04c50178d9b52fe6)

Author SHA1 Message Date
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 4 months ago
Peter Eisentraut 1469e31297 Fix mixups of FooGetDatum() vs. DatumGetFoo() 5 months ago
Tom Lane e78d1d6d47 Fix assorted pretty-trivial memory leaks in the backend. 5 months ago
Michael Paquier 793928c2d5 Fix performance regression with flush of pending fixed-numbered stats 5 months ago
Amit Kapila 228c370868 Preserve conflict-relevant data during logical replication. 5 months ago
Nathan Bossart 8893c3ab36 Remove XLogCtl->ckptFullXid. 5 months ago
Nathan Bossart bb938e2c3c Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. 5 months ago
Nathan Bossart cd8324cc89 Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. 5 months ago
Amit Kapila 72e6c08fea Fix the handling of two GUCs during upgrade. 5 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 6 months ago
Alexander Korotkov eb124c3d6d Add TAP tests to check replication slot advance during the checkpoint 6 months ago
Michael Paquier 371f2db8b0 Add support for runtime arguments in injection points 8 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 8 months ago
Alexander Korotkov bc22dc0e0d Get rid of WALBufMappingLock 9 months ago
Daniel Gustafsson 058b5152f0 Fix guc_malloc calls for consistency and OOM checks 9 months ago
Michael Paquier 5721e5453e Revert "Add redo LSN to pgstats files" 9 months ago
Michael Paquier 6c349d83b6 Re-add GUC track_wal_io_timing 10 months ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 10 months ago
Masahiko Sawada 44fe30fdab Add default_char_signedness field to ControlFileData. 10 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 10 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 10 months ago
Alexander Korotkov 3fb58625d1 Revert: Get rid of WALBufMappingLock 10 months ago
Michael Paquier eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage 10 months ago
Alexander Korotkov 6a2275b895 Get rid of WALBufMappingLock 10 months ago
Peter Eisentraut ed5e5f0710 Remove unnecessary (char *) casts [xlog] 10 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 10 months ago
Michael Paquier a051e71e28 Add data for WAL in pg_stat_io and backend statistics 11 months ago
Michael Paquier fcce828529 Fix typo in xlog.c 11 months ago
Nathan Bossart c758119e5b Allow changing autovacuum_max_workers without restarting. 12 months ago
David Rowley 11012c5037 Fix an assortment of spelling mistakes and typos 12 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Alexander Korotkov 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure 1 year ago
Heikki Linnakangas 368d8270c8 Rename two functions that wake up other processes 1 year ago
Heikki Linnakangas a9c546a5a3 Use ProcNumbers instead of direct Latch pointers to address other procs 1 year ago
Peter Eisentraut 8a98822bcc Fix WAL_DEBUG build 1 year ago
Peter Eisentraut e18512c000 Remove unused #include's from backend .c files 1 year ago
Alexander Korotkov 5035172e4a Move LSN waiting declarations and definitions to better place 1 year ago
Fujii Masao 17cc5f666f Fix inconsistent reporting of checkpointer stats. 1 year ago
Fujii Masao 559efce1d6 Add num_done counter to the pg_stat_checkpointer view. 1 year 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