Commit Graph

58893 Commits (6c8d2ea7a5fb7f85e5f64994affa33e79c19ddd3)
 

Author SHA1 Message Date
Robert Haas 6c8d2ea7a5 Add missing call to ConditionVariableCancelSleep(). 2 years ago
Alvaro Herrera d329a515f4
postgres_fdw: Split out the query_cancel test to its own file 2 years ago
Andres Freund 9ac6995d6b meson: Add dependency lookups via names used by cmake 2 years ago
Andres Freund 1213875b3a meson: Add support for detecting ossp-uuid without pkg-config 2 years ago
Andres Freund a850701c7d meson: Add support for detecting gss without pkg-config 2 years ago
Andres Freund 5b707bb507 meson: Add missing argument to gssapi.h check 2 years ago
Tom Lane 041a00c480 Correctly check updatability of columns targeted by INSERT...DEFAULT. 2 years ago
Nathan Bossart 3764ee47f7 Add overflow checks to money type. 2 years ago
Melanie Plageman 80c34692e8 Test that vacuum removes tuples older than OldestXmin 2 years ago
Melanie Plageman fd4f12df5e Ensure vacuum removes all visibly dead tuples older than OldestXmin 2 years ago
Heikki Linnakangas b0a8a7ddd3 Move resowner from common JitContext to LLVM specific 2 years ago
Etsuro Fujita 935fe79ea1 postgres_fdw: Avoid "cursor can only scan forward" error. 2 years ago
Michael Paquier 38e271d3c2 Propagate query IDs of utility statements in functions 2 years ago
Robert Haas 2b5819e2b4 Do not summarize WAL if generated with wal_level=minimal. 2 years ago
Tom Lane 4cbd8c6022 Doc: fix minor syntax error in example. 2 years ago
Nathan Bossart 925479b8d8 Use PqMsg_* macros in more places. 2 years ago
Andrew Dunstan 5d797c896f Avoid error in recovery test if history file is not yet present 2 years ago
Amit Langote 2177306a64 SQL/JSON: Rethink c2d93c3802 2 years ago
Jeff Davis b4da732fd6 When creating materialized views, use REFRESH to load data. 2 years ago
Amit Langote b6ed3cf4b0 SQL/JSON: Fix a paragraph in JSON_TABLE documentation 2 years ago
Andres Freund ff3cae4875 Fix bad indentation introduced in 43cd30bcd1 2 years ago
Jeff Davis a15b0edb5d Add missing RestrictSearchPath() calls. 2 years ago
Andres Freund bd40ffd8af ci: Upgrade to Debian Bookworm 2 years ago
Andres Freund 9b047cc0b2 Fix type confusion in guc_var_compare() 2 years ago
Tom Lane 34f457e99a Doc: minor improvements for plpgsql "Transaction Management" section. 2 years ago
Heikki Linnakangas b8bf76cbde Use atomics to avoid locking in InjectionPointRun() 2 years ago
Fujii Masao 6a700da46e Fix unstable tests in partition_merge.sql and partition_split.sql. 2 years ago
Fujii Masao 929390e4d8 Fix tablespace handling in MERGE/SPLIT partition commands. 2 years ago
Tom Lane cf588e10f6 Avoid unhelpful internal error for incorrect recursive-WITH queries. 2 years ago
Andrew Dunstan 5ea9f66616 Use correct collate.windows.win1252.out 2 years ago
Noah Misch 0d3b35c367 Fix new assertion for MERGE view_name ... DO NOTHING. 2 years ago
Noah Misch f5bb46fb2e Don't lose partitioned table reltuples=0 after relhassubclass=f. 2 years ago
Andrew Dunstan dd12eb33af Make sure to run pg_isready on correct port 2 years ago
Thomas Munro 3c1c82d406 Fix lost Windows socket EOF events. 2 years ago
Alvaro Herrera 0340eefd9b
Add ORDER BY to new test query 2 years ago
Alvaro Herrera 30ca4e1ab1
Fix ALTER TABLE DETACH for inconsistent indexes 2 years ago
Amit Kapila ae4e072bad Fix unstable test in 040_pg_createsubscriber. 2 years ago
Masahiko Sawada 068674f4ab Fix possibility of logical decoding partial transaction changes. 2 years ago
Tom Lane a9747be272 Make our back branches compatible with libxml2 2.13.x. 2 years ago
Andrew Dunstan 4506d18a98 Use diff's --strip-trailing-cr flag where appropriate on Windows 2 years ago
Fujii Masao 0248762b2a doc: Update track_io_timing documentation to mention pg_stat_io. 2 years ago
Andrew Dunstan e72f787ea6 Prevent CRLF conversion of inputs in json_parser test module 2 years ago
Jeff Davis d3e076549b Fix missing invalidations for search_path cache. 2 years ago
Amit Langote ce416fadb4 SQL/JSON: Various improvements to SQL/JSON query function docs 2 years ago
Fujii Masao ab4129091c Fix limit block handling in pg_wal_summary_contents(). 2 years ago
Andrew Dunstan d3e213ae13 Symlink pg_replslot robustly on Windows in pg_basebackup test 2 years ago
Andrew Dunstan e68cf81bfe Choose ports for test servers less likely to result in conflicts 2 years ago
Andrew Dunstan e4754f780f Force nodes for SSL tests to start in TCP mode 2 years ago
Dean Rasheed 7a8977d258 Fix scale clamping in numeric round() and trunc(). 2 years ago
Amit Langote d4f8517b0b Typo fix 2 years ago