reshke · GitHub

Commits on Aug 20, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. GIN pageinspect support for entry tree and posting tree internal pages

    This patch provides a new version for the pageinspect contrib module, including
    two new functions:
    * gin_entrypage_items.
    * gin_datapage_items.
    These two functions can be used to examine the GIN entry tree and posting
    tree pages. Namely, gin_entrypage_items can be used for both leaf and
    non-leaf entry tree pages. gin_datapage_items is provided in pairs with
    already-existing gin_leafpage_items to examine the non-leaf posting tree pages.
    We keep the different functions here mainly because of different GIN.
    pages layoff.
    Note that fast-list pages are out of scope of this patch.
    Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
    Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>
    Reviewed-by: Roman Khapov <rkhapov@yandex-team.ru>
    Reviewed-by: Chao Li <li.evan.chao@gmail.com>
    Reviewed-by: Japin Li <japinli@hotmail.com>
    Discussion: https://postgr.es/m/CALdSSPiN13n7feQcY0WCmq8jzxjwqhNrt1E=g=g6aZANyE_OoQ@mail.gmail.com

    reshke authored and Commitfest Bot committed

    Aug 20, 2026
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗