summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/inherit.out
AgeCommit message (Expand)Author
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-08Fix underspecified sort order in inherit.sqlAndres Freund
2023-04-07Fix table name clash in recently introduced testAndres Freund
2023-04-07Fix underspecified sort order in test queryAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-13Remove incidental md5() function uses from main regression testsPeter Eisentraut
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2020-03-23Add regression tests for constraint errors in partitioned tables.Andres Freund
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-11-26Allow access to child table statistics if user can read parent table.Tom Lane
2019-08-18Disallow changing an inherited column's type if not all parents changed.Tom Lane
2019-04-07Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-03-25Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane
2019-02-22Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-06Optimize nested ConvertRowtypeExpr nodes.Andrew Gierth
2018-11-01Remove obsolete pg_constraint.consrc columnPeter Eisentraut
2018-07-01Add tests for inheritance trees mixing permanent and temporary relationsMichael Paquier
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera
2018-03-21Improve predtest.c's handling of cases with NULL-constant inputs.Tom Lane
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-11-28Add null test to partition constraint for default range partitions.Robert Haas
2017-09-16After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas
2017-09-14Expand partitioned table RTEs level by level, without flattening.Robert Haas
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-05-19Copy partitioned_rels lists to avoid shared substructure.Robert Haas
2017-05-13Fix multi-column range partitioning constraints.Robert Haas
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-11Improve expression evaluation test coverage.Andres Freund
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2017-01-04Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-11-02Don't convert Consts into Vars during setrefs.c processing.Tom Lane
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-03-15Fix typos.Robert Haas
2015-08-07Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane
2014-04-15psql: conditionally display oids and replication identityBruce Momjian
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-26psql: update "replica identity" display for \d+Bruce Momjian
2013-12-14Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane