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: 2648eab
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: 682ad9f
Choose a head ref
  • 3 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 1, 2025

  1. Move normalize tuple logic from nbtcheck to verify_common

    Preparational patch to reuse index tuple normalize logic
    in GiST amcheck.
    reshke authored and Commitfest Bot committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    30651d7 View commit details
    Browse the repository at this point in the history
  2. Add gist_index_check() function to verify GiST index

    This function traverses GiST with a depth-fisrt search and checks
    that all downlink tuples are included into parent tuple keyspace.
    This traverse takes lock of any page until some discapency found.
    To re-check suspicious pair of parent and child tuples it aqcuires
    locks on both parent and child pages in the same order as page
    split does.
    
    Author: Andrey Borodin <[email protected]>
    Author: Heikki Linnakangas <[email protected]>
    Reviewed-By: José Villanova <[email protected]>
    Reviewed-By: Aleksander Alekseev <[email protected]>
    Reviewed-By: Nikolay Samokhvalov <[email protected]>
    Reviewed-By: Andres Freund <[email protected]>
    Reviewed-By: Tomas Vondra <[email protected]>
    Discussion: https://postgr.es/m/45AC9B0A-2B45-40EE-B08F-BDCF5739D1E1%40yandex-team.ru
    x4m authored and Commitfest Bot committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    3df84ec View commit details
    Browse the repository at this point in the history
  3. [CF 5879] v20251022 - amcheck: support for GiST

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5879
    
    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/CALdSSPhs4sCd5S_euKxTufk8sOA739ydBwhoGFYQenya7YZyiA@mail.gmail.com
    Author(s): Andrey Borodin
    Commitfest Bot committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    682ad9f View commit details
    Browse the repository at this point in the history
Loading