summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-19Rename injection points used in AIO testsMichael Paquier
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-13Make AIO error test more portableAndrew Dunstan
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-12Fix instability with WAL fsync test in stats.sqlMichael Paquier
2025-04-09Fix performance issue in deadlock-parallel isolation test.Tom Lane
2025-04-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-04-09Adjust AdjustUpgrade.pm for commit b1720fe63.Tom Lane
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Use specific collation where needed in new testÁlvaro Herrera
2025-04-07Fix some issues in contrib/spi/refint.c.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04Avoid extra index searches through preprocessing.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Stabilize regression test from c0962a113.Tom Lane
2025-04-04Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriateAlexander Korotkov