summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.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-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-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-09-15In back branches, fix conditions for pullup of FROM-less subqueries.Tom Lane
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-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-05regress: fix test instabilityAlvaro Herrera
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro 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-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-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
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-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-22Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-30Fix overly generic name in with.sql test.Thomas Munro
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-13backpatch "Set application_name per-test in isolation and ecpg tests."Andres Freund
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier