aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/inherit.sql
Commit message (Expand)AuthorAge
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* 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
* Add regression tests for constraint errors in partitioned tables.Andres Freund2020-03-23
* Allow access to child table statistics if user can read parent table.Tom Lane2019-11-26
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Optimize nested ConvertRowtypeExpr nodes.Andrew Gierth2018-11-06
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Add tests for inheritance trees mixing permanent and temporary relationsMichael Paquier2018-07-01
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Add null test to partition constraint for default range partitions.Robert Haas2017-11-28
* After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas2017-09-15
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Copy partitioned_rels lists to avoid shared substructure.Robert Haas2017-05-19
* Fix multi-column range partitioning constraints.Robert Haas2017-05-13
* Don't scan partitioned tables.Robert Haas2017-03-21
* Improve expression evaluation test coverage.Andres Freund2017-03-11
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-06
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-04
* Implement table partitioning.Robert Haas2016-12-07
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-13
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* Fix typos.Robert Haas2016-03-15
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Improve regression test for #8410.Tom Lane2013-08-30
* Add test case for bug #8410.Tom Lane2013-08-30
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Fix name collision between concurrent regression tests.Tom Lane2012-07-22
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Add ORDER BY to a query to prevent occasional regression test failures.Tom Lane2012-02-10
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Tweak new regression test case for more portability.Tom Lane2011-11-09
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14