Commit Graph

8301 Commits (e1458f2f1b56cfe07b3e8fc99b223ea8c852d7ce)

Author SHA1 Message Date
Nathan Bossart 304862973e Fixed signed/unsigned mismatch in test_dsm_registry. 7 months ago
Álvaro Herrera e6f98d8848
Avoid bogus scans of partitions when marking FKs enforced 7 months ago
Álvaro Herrera cc733ed164
Avoid bogus scans of partitions when validating FKs to partitioned tables 7 months ago
Tom Lane 4b05ebf095 Change role names used in trigger test. 7 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 7 months ago
Dean Rasheed b006bcd531 Fix MERGE into a plain inheritance parent table. 7 months ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 7 months ago
Michael Paquier 4fbb46f612 Adjust regex for test with opening parenthesis in character classes 7 months ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Michael Paquier 52a1df85f2 Fix race condition in subscription TAP test 021_twophase 7 months ago
Jacob Champion cbc8fd0c9a oauth: Limit JSON parsing depth in the client 8 months ago
Daniel Gustafsson fb844b9f06 Revert function to get memory context stats for processes 8 months ago
Melanie Plageman cb1456423d Replace deprecated log_connections values in docs and tests 8 months ago
Tom Lane d376ab570e In ExecInitModifyTable, don't scribble on the source plan. 8 months ago
Heikki Linnakangas cbf53e2b8a Fix cross-version upgrade test failure 8 months ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 8 months ago
Alexander Korotkov 3d3a81fc24 Fix tuple_fraction calculation in generate_orderedappend_paths() 8 months ago
Richard Guo fe29b2a1da Fix Assert failure in XMLTABLE parser 8 months ago
Daniel Gustafsson 6e289f2d5d Fix order of parameters in POD documentation 8 months ago
Amit Kapila 8ede692de5 Fix the race condition in the test added by 7c99dc587. 8 months ago
Michael Paquier c259ba881c aio: Use runtime arguments with injections points in tests 8 months ago
Michael Paquier 36e5fda632 injection_points: Add support and tests for runtime arguments 8 months ago
Michael Paquier 371f2db8b0 Add support for runtime arguments in injection points 8 months ago
Tom Lane 95129709fd Skip RSA-PSS ssl test when using LibreSSL. 8 months ago
Tom Lane 75d73331d0 Hack one ssl test case to pass with current LibreSSL. 8 months ago
Tom Lane 0aaf69965d Centralize ssl tests' check for whether we're using LibreSSL. 8 months ago
Nathan Bossart 16bf24e0e4 Remove pg_replication_origin's TOAST table. 8 months ago
Peter Eisentraut c0cf282551 Remove some tabs in C string literals 8 months ago
Noah Misch 627acc3caa With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
Noah Misch 5be213caaa Refactor test_escape.c for additional ways of testing. 8 months ago
Álvaro Herrera c83a38758d
Handle self-referencing FKs correctly in partitioned tables 8 months ago
Peter Eisentraut 81eaaa2c41 Make "directory" setting work with extension_control_path 8 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 8 months ago
Alexander Korotkov 2260c7f6d9 Fixes for ChangeVarNodes_walker() 8 months ago
Peter Eisentraut c893245ec3 test_slru: Fix incorrect format placeholders 8 months ago
Álvaro Herrera 0e13b13d26
Fix pg_dump for inherited validated not-null constraints 8 months ago
Alexander Korotkov 1aa7cf9eb8 Disallow removing placeholders during Self-Join Elimination. 8 months ago
Jacob Champion 005ccae0f2 oauth: Support Python 3.6 in tests 9 months ago
Alexander Korotkov 9f404d7922 Properly prepare varinfos in estimate_multivariate_bucketsize() 9 months ago
Tom Lane 3db61db48e Change the names generated for child foreign key constraints. 9 months ago
Daniel Gustafsson 994a100b37 Allocate JsonLexContexts on the heap to avoid warnings 9 months ago
Amit Kapila 0e091ce409 Fix an oversight in 3f28b2fcac. 9 months ago
Tom Lane e0f373ee42 Re-enable SSL connect_fails tests, and fix related race conditions. 9 months ago
Tom Lane da83b1ea10 Avoid depending on post-UPDATE row order in float4/float8 tests. 9 months ago
Michael Paquier 02c63f9438 Rename injection point for invalidation messages at end of transaction 9 months ago
Jeff Davis 90260e2ec6 Fix INITCAP() word boundaries for PG_UNICODE_FAST. 9 months ago
Tom Lane 80b727eb9d Use the same cmd_context throughout a walsender's lifetime. 9 months ago
Noah Misch 714bd9e3a7 Test restartpoints in archive recovery. 9 months ago
Noah Misch 2d5350cfbd Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 9 months ago
David Rowley d47f922246 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 9 months ago