Commit Graph

62527 Commits (a2b02293bc65dbb2401cb19c724f52c6ee0f2faf)
 

Author SHA1 Message Date
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 0758111f5d Update expected output for contrib/sepgsql's regression tests. 2 months ago
Daniel Gustafsson c0677d8b2e doc: Remove mention of Git protocol support 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
Nathan Bossart d10866f1fd Fix type of infomask parameter in htup_details.h functions. 2 months ago
Tom Lane 716c451128 Remove useless pstrdup() calls. 2 months ago
Tom Lane bc310c6ff3 Fix memory leaks in scripts/vacuuming.c. 2 months ago
Tom Lane 9224c30252 Fix memory leaks in pg_combinebackup/reconstruct.c. 2 months ago
Nathan Bossart 4c5e1d0785 Remove make_temptable_name_n(). 2 months ago
Fujii Masao f33e60a53a Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Tatsuo Ishii 2d7b247cb4 Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS. 2 months ago
Fujii Masao 883a95646a Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Michael Paquier 2519fa8362 Bump catalog version for new function error_on_null() 2 months ago
Michael Paquier 2b75c38b70 Add error_on_null(), checking if the input is the null value 2 months ago
David Rowley 2470ca435c Use CompactAttribute more often, when possible 2 months ago