index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
inherit.out
Age
Commit message (
Expand
)
Author
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-07-08
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-06-28
Message style improvements
Peter Eisentraut
2025-04-16
Elide not-null constraint checks on child tables during PK creation
Álvaro Herrera
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-27
Expand test a bit
Peter Eisentraut
2025-03-27
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT
Álvaro Herrera
2025-03-05
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
Álvaro Herrera
2025-02-17
Adjust tuples estimate for appendrels
Richard Guo
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-09
Fix inconsistencies in error messages
Alvaro Herrera
2024-05-02
Disallow direct change of NO INHERIT of not-null constraints
Alvaro Herrera
2024-04-15
Fix propagating attnotnull in multiple inheritance
Alvaro Herrera
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-02-20
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-16
Improve compression and storage support with inheritance
Peter Eisentraut
2024-01-31
Fix costing bug in MergeAppend
David Rowley
2024-01-24
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-09-07
Move privilege check to the right place
Alvaro Herrera
2023-09-01
ATPrepAddPrimaryKey: ignore non-PK constraints
Alvaro Herrera
2023-08-29
Disallow changing NO INHERIT status of a not-null constraint
Alvaro Herrera
2023-08-25
Rename test table to avoid cs_CZ locale problem
Alvaro Herrera
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-08-24
Add test for inherited CHECK constraint drop
Alvaro Herrera
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-08
Fix underspecified sort order in inherit.sql
Andres Freund
2023-04-07
Fix table name clash in recently introduced test
Andres Freund
2023-04-07
Fix underspecified sort order in test query
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2021-08-03
Allow ordered partition scans in more cases
David Rowley
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2020-03-23
Add regression tests for constraint errors in partitioned tables.
Andres Freund
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-11-26
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-08-18
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-04-07
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
[next]