Commit Graph

46676 Commits (aa749bde323364039f369784071f315ad53c1325)

Author SHA1 Message Date
Peter Eisentraut 3479a0f823 const-qualify ItemPointer comparison functions 2 months ago
Peter Eisentraut e2cf524e4a formatting.c cleanup: Improve formatting of some struct declarations 2 months ago
Peter Eisentraut 9a1a5dfee8 formatting.c cleanup: Remove unnecessary zeroize macros 2 months ago
Peter Eisentraut 38506f55fd formatting.c cleanup: Remove unnecessary extra line breaks in error message literals 2 months ago
Michael Paquier 5ab0b6a248 Expose wal_fpi_bytes in EXPLAIN (WAL) 2 months ago
Michael Paquier d432094689 Fix regression with slot invalidation checks 2 months ago
Richard Guo 257ee78341 Disable parallel plans for RIGHT_SEMI joins 2 months ago
David Rowley 50eb4e1181 Fix bogus use of "long" in AllocSetCheck() 2 months ago
Jeff Davis 3853a6956c Use C11 char16_t and char32_t for Unicode code points. 2 months ago
Álvaro Herrera 94f95d91b0
CheckNNConstraintFetch: Fill all of ConstrCheck in a single pass 2 months ago
Peter Eisentraut a13833c35f Reorganize GUC structs 2 months ago
Peter Eisentraut 2724830929 formatting.c cleanup: Remove unnecessary extra parentheses 2 months ago
Peter Eisentraut 6271d9922e formatting.c cleanup: Use array syntax instead of pointer arithmetic 2 months ago
Peter Eisentraut b9def57a3c formatting.c cleanup: Add some const pointer qualifiers 2 months ago
Peter Eisentraut d98b3cdbaf formatting.c cleanup: Use size_t for string length variables and arguments 2 months ago
Peter Eisentraut f0f2c0c1ae Replace pg_restrict by standard restrict 2 months ago
Peter Eisentraut c094be259b Remove obsolete comment 2 months ago
Michael Paquier d3111cb753 Fix correctness issue with computation of FPI size in WAL stats 2 months ago
Nathan Bossart b3ce55f413 Add psql PROMPT variable for search_path. 2 months ago
Peter Eisentraut 03fbb0814c formatting.c cleanup: Move loop variables definitions into for statement 2 months ago
Peter Eisentraut 95924672d5 formatting.c cleanup: Remove dashes in comments 2 months ago
Álvaro Herrera d5845aa8ad
Don't error out when dropping constraint if relchecks is already zero 2 months ago
Jeff Davis 4da12e9e2e Move comment about casts from pg_wchar. 2 months ago
Peter Eisentraut 35e53b6841 Check that index can return in get_actual_variable_range() 2 months ago
Michael Paquier f9a09aa295 Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() 2 months ago
Amit Kapila 3e8e05596a Add worker type argument to logical replication worker functions. 2 months ago
Michael Paquier 8767b449a3 Simplify newline handling in two TAP tests 2 months ago
Nathan Bossart 123661427b Fix a couple of comments. 2 months ago
Dean Rasheed 2e84248d64 Add new RLS tests to test policies applied by command type. 2 months ago
Peter Eisentraut 10b5bb3bff Add some const qualifications 2 months ago
Peter Eisentraut 76acf4b722 Remove Item type 2 months ago
Peter Eisentraut 64d2b0968e Remove meaninglist restrict qualifiers 2 months ago
Amit Kapila e0dc4bbfb8 Fix GUC check_hook validation for synchronized_standby_slots. 2 months ago
Amit Kapila 549d9c91b1 Improve test in 009_matviews.pl. 2 months ago
Jeff Davis 371a302eec Comment typo fixes: pg_wchar_t should be pg_wchar. 2 months ago
David Rowley 39dcfda2d2 Fix incorrect logic for caching ResultRelInfos for triggers 2 months ago
Dean Rasheed 7e2af1fb11 Guard against division by zero in test_int128 module. 2 months ago
Michael Paquier 5173bfd044 pg_rewind: Skip copy of WAL segments generated before point of divergence 2 months ago
Fujii Masao 14ee8e6403 psql: Improve tab completion for large objects. 2 months ago
Tom Lane e557c82759 Avoid memory leak in validation of a PL/Python trigger function. 2 months ago
Tom Lane 9f9a04368f Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane 798b19d27b Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Amit Kapila f0b3573c3a Introduce "REFRESH SEQUENCES" for subscriptions. 2 months ago
Michael Paquier 6ae08d9583 pg_rewind: Extend code detecting relation files to work with WAL files 2 months ago
Fujii Masao abc2b71383 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Tatsuo Ishii 20628b62e4 Fix coding style with "else". 2 months ago
David Rowley b30da2d233 Fix some misplaced comments in parallel_schedule 2 months ago
Masahiko Sawada 487e2bc534 Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley 6911f80379 Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Tom Lane fe9c051fd3 Avoid assuming that time_t can fit in an int. 2 months ago