summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-06Fixed signed/unsigned mismatch in test_dsm_registry.Nathan Bossart
2025-06-05Avoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera
2025-06-05Avoid bogus scans of partitions when validating FKs to partitioned tablesÁlvaro Herrera
2025-06-05Change role names used in trigger test.Tom Lane
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-05-31Fix MERGE into a plain inheritance parent table.Dean Rasheed
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-05-28Adjust regex for test with opening parenthesis in character classesMichael Paquier
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-26Fix race condition in subscription TAP test 021_twophaseMichael Paquier
2025-05-23oauth: Limit JSON parsing depth in the clientJacob Champion
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22Replace deprecated log_connections values in docs and testsMelanie Plageman
2025-05-22In ExecInitModifyTable, don't scribble on the source plan.Tom Lane
2025-05-20Fix cross-version upgrade test failureHeikki Linnakangas
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-18Fix tuple_fraction calculation in generate_orderedappend_paths()Alexander Korotkov
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-05-13Fix order of parameters in POD documentationDaniel Gustafsson
2025-05-13Fix the race condition in the test added by 7c99dc587.Amit Kapila
2025-05-10aio: Use runtime arguments with injections points in testsMichael Paquier
2025-05-09injection_points: Add support and tests for runtime argumentsMichael Paquier
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-09Skip RSA-PSS ssl test when using LibreSSL.Tom Lane
2025-05-09Hack one ssl test case to pass with current LibreSSL.Tom Lane
2025-05-09Centralize ssl tests' check for whether we're using LibreSSL.Tom Lane
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-07Remove some tabs in C string literalsPeter Eisentraut
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-05Refactor test_escape.c for additional ways of testing.Noah Misch
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-05-02Make "directory" setting work with extension_control_pathPeter Eisentraut
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-29test_slru: Fix incorrect format placeholdersPeter Eisentraut
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-27Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov
2025-04-23oauth: Support Python 3.6 in testsJacob Champion
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-23Allocate JsonLexContexts on the heap to avoid warningsDaniel Gustafsson
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-22Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane
2025-04-22Avoid depending on post-UPDATE row order in float4/float8 tests.Tom Lane
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-21Use the same cmd_context throughout a walsender's lifetime.Tom Lane
2025-04-20Test restartpoints in archive recovery.Noah Misch