summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-22Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-10Fix alter_table.sql test case to test what it claims to.Tom Lane
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Create FKs properly when attaching table as partitionAlvaro Herrera
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-10-11Ensure all perl test modules are installedAlvaro Herrera
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-12Fix NaN comparison in circle_same testDaniel Gustafsson
2022-09-08Choose FK name correctly during partition attachmentAlvaro Herrera
2022-09-06Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-02Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane
2022-08-27Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-08-16Fix replica identity check for a partitioned table.Amit Kapila
2022-08-12Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07Remove unportable use of timezone in recent testAlvaro Herrera
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-05regress: fix test instabilityAlvaro Herrera
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-04Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane
2022-08-03Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane
2022-07-29Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan
2022-07-29Fix test instabilityAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-06-25Fix PostgreSQL::Test aliasing for Perl v5.10.1.Noah Misch
2022-06-25For PostgreSQL::Test compatibility, alias entire package symbol tables.Noah Misch
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-06-08Fix whitespacePeter Eisentraut
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-20Backpatch regression tests added by 2d689babe3cbAlvaro Herrera
2022-05-18Update xml_1.out and xml_2.outAlvaro Herrera
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane