index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
inherit.sql
Commit message (
Expand
)
Author
Age
*
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-24
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-06
*
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-02
*
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-27
*
Add regression tests for constraint errors in partitioned tables.
Andres Freund
2020-03-23
*
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Optimize nested ConvertRowtypeExpr nodes.
Andrew Gierth
2018-11-06
*
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
*
Add tests for inheritance trees mixing permanent and temporary relations
Michael Paquier
2018-07-01
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-19
*
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Improve expression evaluation test coverage.
Andres Freund
2017-03-11
*
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-06
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
Fix typos.
Robert Haas
2016-03-15
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Improve regression test for #8410.
Tom Lane
2013-08-30
*
Add test case for bug #8410.
Tom Lane
2013-08-30
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-22
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Add ORDER BY to a query to prevent occasional regression test failures.
Tom Lane
2012-02-10
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Tweak new regression test case for more portability.
Tom Lane
2011-11-09
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
[next]