Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5554~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5554
Choose a head ref
  • 3 commits
  • 29 files changed
  • 2 contributors

Commits on Apr 4, 2025

  1. Fix MergeWithExistingConstraint()

    If the child already has a valid constraint and we are creating an invalid
    one with same definition on it.  The child's constraint will remain valid,
    but can no longer be marked as local.
    lathiarb authored and Commitfest Bot committed Apr 4, 2025
    Copy the full SHA
    42534a8 View commit details
  2. Support NOT VALID and VALIDATE CONSTRAINT for named NOT NULL constrai…

    …nts.
    
    Commit also add support for pg_dump to dump NOT VALID named NOT NULL
    constraints, testcases as well as documentation changes.
    lathiarb authored and Commitfest Bot committed Apr 4, 2025
    Copy the full SHA
    da3fe65 View commit details
  3. [CF 5554] Support NOT VALID / VALIDATE constraint options for named N…

    …OT NULL constraints
    
    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5554
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CAGPqQf2jXkkcHzicPJD6_PjMCp1cVG-ZNtftp9cvWn6XUve9wA@mail.gmail.com
    Author(s): Rushabh Lathia
    Commitfest Bot committed Apr 4, 2025
    Copy the full SHA
    d361ed9 View commit details
Loading