cataloguing NOT NULL constraints

Edit
ID 3869
Title cataloguing NOT NULL constraints
Topic Server Features
Created 2022-08-31 22:19:58
Last modified 2023-08-31 11:29:59 (1 year, 2 months ago)
Latest email 2023-09-06 19:09:20 (1 year, 2 months ago)
Status
2023-09: Committed
2023-07: Moved to next CF
2023-03: Moved to next CF
2023-01: Moved to next CF
2022-11: Moved to next CF
2022-09: Moved to next CF
Target version
Authors Álvaro Herrera (alvherre)
Reviewers Peter Eisentraut (petere)Become reviewer
Committer Álvaro Herrera (alvherre)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3869
git checkout commitfest/cf/3869
Emails
cataloguing NOT NULL constraints
First at 2022-08-17 18:12:49 by Alvaro Herrera <alvherre at alvh.no-ip.org>
Latest at 2023-09-06 19:09:20 by Vik Fearing <vik at postgresfriends.org>
Latest attachment (0001-Fix-not-null-constraint-test.patch) at 2023-08-31 10:26:47 from Alvaro Herrera <alvherre at alvh.no-ip.org>
    Attachment (0001-Fix-not-null-constraint-test.patch) at 2023-08-31 10:26:47 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v19-0001-Catalog-NOT-NULL-constraints.patch) at 2023-08-23 17:08:18 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v18-0001-Catalog-NOT-NULL-constraints.patch) at 2023-08-21 18:01:01 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (0001-fixup-Have-psql-print-the-NOT-NULL-constraints-on-d.patch.nocfbot) at 2023-08-16 10:09:33 from Peter Eisentraut <peter at eisentraut.org> (Patch: Yes)
    Attachment (v17-0001-Remember-PK-oid-for-partitioned-tables-even-when.patch) at 2023-08-11 13:54:22 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v16-0001-Remember-PK-oid-for-partitioned-tables-even-when.patch) at 2023-07-25 12:35:54 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v15-0001-Remember-PK-oid-for-partitioned-tables-even-when.patch) at 2023-07-24 17:18:54 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v14-0001-Remember-PK-oid-for-partitioned-tables-even-when.patch) at 2023-07-20 15:31:48 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v13-0001-Remember-PK-oid-for-partitioned-tables-even-when.patch) at 2023-07-12 17:10:59 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v12-0001-Add-pg_constraint-rows-for-NOT-NULL-constraints.patch) at 2023-07-11 17:29:04 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v11-0001-Add-pg_constraint-rows-for-NOT-NULL-constraints.patch) at 2023-07-11 14:17:20 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v10-0001-Add-pg_constraint-rows-for-NOT-NULL-constraints.patch) at 2023-07-10 16:52:13 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (0001-fixup-Add-pg_constraint-rows-for-NOT-NULL-constraint.patch.nocfbot) at 2023-07-03 14:02:37 from Peter Eisentraut <peter at eisentraut.org> (Patch: Yes)
    Attachment (v9-0001-Add-pg_constraint-rows-for-NOT-NULL-constraints.patch) at 2023-06-30 11:44:03 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v8-0001-Catalog-NOT-NULL-constraints.patch) at 2023-04-07 12:49:36 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v7-0001-Catalog-NOT-NULL-constraints.patch) at 2023-04-07 02:14:13 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v6-0001-Catalog-NOT-NULL-constraints.patch) at 2023-04-05 23:33:56 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (0001-Add-tests-for-information-schema-constraints.patch.nocfbot) at 2023-03-29 14:46:16 from Peter Eisentraut <peter.eisentraut at enterprisedb.com> (Patch: Yes)
    Attachment (v5-0001-Catalog-NOT-NULL-constraints.patch) at 2023-03-15 22:44:40 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v4-0001-ALTER-TABLE-ADD-PRIMARY-KEY-mention-table-name-in.patch) at 2023-03-01 12:03:48 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v3-0001-ALTER-TABLE-ADD-PRIMARY-KEY-mention-table-name-in.patch) at 2023-02-28 19:15:37 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (notnull-constraints-2.patch) at 2022-09-09 17:58:13 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (notnull-constraints-1.patch) at 2022-08-31 22:19:10 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
History
When Who What
2023-08-31 11:29:59 Álvaro Herrera (alvherre) Closed in commitfest 2023-09 with status: Committed
2023-08-25 20:29:48 Peter Eisentraut (petere) New status: Ready for Committer
2023-08-02 19:22:15 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2023-07 with status: Moved to next CF
2023-07-10 16:52:42 Álvaro Herrera (alvherre) New status: Needs review
2023-07-06 08:24:53 Peter Eisentraut (petere) New status: Waiting on Author
2023-06-30 17:00:16 Álvaro Herrera (alvherre) New status: Needs review
2023-04-13 11:36:27 Álvaro Herrera (alvherre) Closed in commitfest 2023-03 with status: Moved to next CF
2023-04-13 11:36:10 Álvaro Herrera (alvherre) New status: Waiting on Author
2023-04-07 23:03:48 Álvaro Herrera (alvherre) Closed in commitfest 2023-03 with status: Committed
2023-04-07 23:03:47 Álvaro Herrera (alvherre) Changed committer to alvherre
2023-03-30 06:40:25 Peter Eisentraut (petere) New status: Ready for Committer
2023-03-29 06:27:58 Peter Eisentraut (petere) New status: Waiting on Author
2023-03-01 08:32:47 Álvaro Herrera (alvherre) New status: Needs review
2023-01-31 16:56:47 vigneshwaran C (vignesh.postgres) Closed in commitfest 2023-01 with status: Moved to next CF
2022-11-30 13:07:50 Ian Barwick (barwick) Closed in commitfest 2022-11 with status: Moved to next CF
2022-09-30 21:57:41 Peter Eisentraut (petere) Closed in commitfest 2022-09 with status: Moved to next CF
2022-09-16 14:41:58 Peter Eisentraut (petere) New status: Waiting on Author
2022-09-01 12:35:00 Peter Eisentraut (petere) Added petere as reviewer
2022-08-31 22:20:22 Álvaro Herrera (alvherre) Changed authors to Álvaro Herrera (alvherre)
2022-08-31 22:19:58 Álvaro Herrera (alvherre) Attached mail thread 20220817181249.q7qvj3okywctra3c@alvherre.pgsql
2022-08-31 22:19:58 Álvaro Herrera (alvherre) Created patch record
Edit