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
/
sql
/
constraints.sql
Age
Commit message (
Expand
)
Author
6 days
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
12 days
pg_dump: include comments on valid not-null constraints, too
Álvaro Herrera
2025-04-28
Fix pg_dump for inherited validated not-null constraints
Álvaro Herrera
2025-04-16
Elide not-null constraint checks on child tables during PK creation
Álvaro Herrera
2025-04-07
Use specific collation where needed in new test
Álvaro Herrera
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-03-04
Fix ALTER TABLE error message
Álvaro Herrera
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-07-12
Add ORDER BY to new test query
Alvaro Herrera
2024-07-12
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-02
Disallow NO INHERIT not-null constraints on partitioned tables
Alvaro Herrera
2024-04-19
Better handle indirect constraint drops
Alvaro Herrera
2024-04-18
Fix restore of not-null constraints with inheritance
Alvaro Herrera
2024-04-15
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint
Alvaro Herrera
2024-04-15
Fix propagating attnotnull in multiple inheritance
Alvaro Herrera
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2023-09-01
Fix not-null constraint test
Alvaro Herrera
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-08-04
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2021-12-20
Remove dynamic translation of regression test scripts, step 2.
Tom Lane