aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane2022-09-02
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-27
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-05
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* regress: fix test instabilityAlvaro Herrera2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-04
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Fix PostgreSQL::Test aliasing for Perl v5.10.1.Noah Misch2022-06-25
* For PostgreSQL::Test compatibility, alias entire package symbol tables.Noah Misch2022-06-25
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* Fix whitespacePeter Eisentraut2022-06-08
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Backpatch regression tests added by 2d689babe3cbAlvaro Herrera2022-05-20
* Update xml_1.out and xml_2.outAlvaro Herrera2022-05-18
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-12
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-09
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-09
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-09
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Disable 031_recovery_conflict.pl until after minor releases.Andres Freund2022-05-08
* Temporarily skip recovery deadlock test in back branches.Andres Freund2022-05-06
* Backpatch addition of pump_until() more completely.Andres Freund2022-05-06
* Revert "Fix timing issue in deadlock recovery conflict test."Andres Freund2022-05-04
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-04
* Backpatch 031_recovery_conflict.pl.Andres Freund2022-05-02
* Backpatch addition of wait_for_log(), pump_until().Andres Freund2022-05-02
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Support new perl module namespace in stable branchesAndrew Dunstan2022-04-21
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-20