Commit Graph

62455 Commits (8a27d418f8fc08b62f371c1b167efbfbf0a2a24e)
 

Author SHA1 Message Date
Peter Eisentraut 8a27d418f8 Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago
Peter Eisentraut aa4535307e formatting.c cleanup: Change fill_str() return type to void 2 months ago
Peter Eisentraut da2052ab9a formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_* 2 months ago
Peter Eisentraut 378212c68a formatting.c cleanup: Change several int fields to enums 2 months ago
Peter Eisentraut ce5f6817e4 formatting.c cleanup: Change TmFromChar.clock field to bool 2 months ago
Michael Paquier c9e38a569c Add test tracking WAL receiver shutdown for primary_conninfo updates 2 months ago
Bruce Momjian 3896e861b3 doc: rewrite random_page_cost description 2 months ago
Andres Freund 9c398fdf48 ci: macos: Upgrade to Sequoia 2 months ago
Andres Freund 0a8a4be866 ci: Fix Windows and MinGW task names 2 months ago
Tom Lane c106ef0807 Use BumpContext contexts in TupleHashTables, and do some code cleanup. 2 months ago
Peter Eisentraut e1ac846f3d Mark ItemPointer arguments as const throughout 2 months ago
Álvaro Herrera a27c40bfe8
Simplify coding in ProcessQuery 2 months ago
Peter Eisentraut 8ce795fcb7 Fix some confusing uses of const 2 months ago
Peter Eisentraut 9fcd4874ed docs: Link to the correct protocol version inspection function 2 months ago
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 16edc1b94f
pg_stat_statements: Fix handling of duplicate constant locations 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