Named NOT NULL Constraints — Deferrable and Introspectable
PostgreSQL 18 allows naming NOT NULL constraints explicitly. This seems minor until you need to disable a constraint for a bulk load, add a deferrable not-null, or get clear error messages in application code.