summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-03Fix oversight in commit 0dca5d68d.Tom Lane
2025-04-03oauth: Remove timeout from t/002_client when not neededDaniel Gustafsson
2025-04-03oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Add test for HeapBitmapScan's broken skip_fetch optimizationAndres Freund
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02tests: Fix incompatibility of test_aio with *_FORCE_RELEASEAndres Freund
2025-04-02tests: Cope with WARNINGs during failed CREATE DB on windowsAndres Freund
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-02tests: Cope with io_method in TEMP_CONFIG in test_aioAndres Freund
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01aio: Add test_aio moduleAndres Freund
2025-04-01aio: Add pg_aios viewAndres Freund