Commit Graph

2001 Commits (76b78721ca49c16dfcbfbd2f4f87fcdb2db2bbb6)

Author SHA1 Message Date
Nathan Bossart 180e7abe68 Remove obsolete autovacuum comment. 1 month ago
Peter Eisentraut a3ea5330fc Fix "inconsistent DLL linkage" warning on Windows MSVC 2 months ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 2 months ago
Amit Kapila 5509055d69 Add sequence synchronization for logical replication. 2 months ago
Álvaro Herrera 0a3d27bfe0
Fix snapshot handling bug in recent BRIN fix 2 months ago
Álvaro Herrera a95e3d84c0
BRIN autosummarization may need a snapshot 2 months ago
Tom Lane fe9c051fd3 Avoid assuming that time_t can fit in an int. 2 months ago
Peter Eisentraut dd3ae37830 Add log_autoanalyze_min_duration 2 months ago
Álvaro Herrera dbf8cfb4f0
Create a separate file listing backend types 3 months ago
Peter Eisentraut a5b35fcedb Remove PointerIsValid() 3 months ago
Amit Kapila e41d954da6 Fix LOCK_TIMEOUT handling during parallel apply. 3 months ago
Peter Eisentraut bce18ef3c6 Fix incorrect const qualifier 3 months ago
Nathan Bossart ed1aad15e0 Move named LWLock tranche requests to shared memory. 4 months ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 4 months ago
Nathan Bossart 67fcf48c3b Make LWLockCounter a global variable. 4 months ago
Masahiko Sawada fabd8b8e2a Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible. 4 months ago
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 4 months ago
Fujii Masao 12da45742c Disallow server start with sync_replication_slots = on and wal_level < logical. 4 months ago
Alexander Korotkov 466c5435fd Fix checkpointer shared memory allocation 5 months ago
Tom Lane db01c90b2f Silence Valgrind leakage complaints in more-or-less-hackish ways. 5 months ago
Masahiko Sawada a2c6c4ed31 Fix typo in AutoVacLauncherMain(). 5 months ago
Alexander Korotkov 258bf0a2ea Process sync requests incrementally in AbsorbSyncRequests 5 months ago
Fujii Masao b5d084c535 Fix background worker not restarting after crash-and-restart cycle. 5 months ago
Thomas Munro 177c1f0593 aio: Remove obsolete IO worker ID references. 6 months ago
Nathan Bossart 8d33fbacba Add FLUSH_UNLOGGED option to CHECKPOINT command. 6 months ago
Nathan Bossart 2f698d7f4b Add MODE option to CHECKPOINT command. 6 months ago
Nathan Bossart a4f126516e Add option list to CHECKPOINT command. 6 months ago
Nathan Bossart bb938e2c3c Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. 6 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 6 months ago
Nathan Bossart 32bcf568cb Make more use of binaryheap_empty() and binaryheap_size(). 6 months ago
Michael Paquier 2252fcd427 Rationalize handling of VacuumParams 6 months ago
Nathan Bossart 706054b11b Ensure we have a snapshot when updating various system catalogs. 7 months ago
Tom Lane 02502c1bca Fix per-relation memory leakage in autovacuum. 7 months ago
Daniel Gustafsson fb844b9f06 Revert function to get memory context stats for processes 7 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
Heikki Linnakangas 0f1433f053 Fix a few oversights in the longer cancel keys patch 9 months ago
Daniel Gustafsson 042a66291b Add function to get memory context stats for processes 9 months ago
Fujii Masao 173c97812f Use XLOG_CONTROL_FILE macro consistently for control file name. 9 months ago
Fujii Masao b53b88109f Improve error message when standby does accept connections. 9 months ago
Andres Freund 08ccd56ac7 aio, bufmgr: Comment fixes/improvements 9 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 9 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 9 months ago
Andres Freund 55b454d0e1 aio: Infrastructure for io_method=worker 9 months ago
Andres Freund 02844012b3 aio: Basic subsystem initialization 9 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 10 months ago
Melanie Plageman 18cd15e706 Add connection establishment duration logging 10 months ago
Melanie Plageman 9219093cab Modularize log_connections output 10 months ago
Heikki Linnakangas 393e0d2314 Split WaitEventSet functions to separate source file 10 months ago
Heikki Linnakangas 635f580120 Rename some signal and interrupt handling functions for consistency 10 months ago