summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-03Prevent pgstats from getting confused when relkind of a relation changesAndres Freund
2022-11-30Reject missing database name in pg_regress and cohorts.Tom Lane
2022-11-29Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane
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-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-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
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-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-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
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
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-03-23Try to stabilize vacuum test.Thomas Munro
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-04Fix pg_regress to print the correct postmaster address on Windows.Tom Lane
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane