summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/inherit.out
AgeCommit message (Expand)Author
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo
2025-06-28Message style improvementsPeter Eisentraut
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-27Expand test a bitPeter Eisentraut
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-05Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera
2025-02-17Adjust tuples estimate for appendrelsRichard Guo
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-09Fix inconsistencies in error messagesAlvaro Herrera
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-04-15Fix propagating attnotnull in multiple inheritanceAlvaro Herrera
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-01-31Fix costing bug in MergeAppendDavid Rowley
2024-01-24Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-09-07Move privilege check to the right placeAlvaro Herrera
2023-09-01ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera
2023-08-29Disallow changing NO INHERIT status of a not-null constraintAlvaro Herrera
2023-08-25Rename test table to avoid cs_CZ locale problemAlvaro Herrera
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-24Add test for inherited CHECK constraint dropAlvaro Herrera
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