Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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/5325~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/5325
Choose a head ref
  • 2 commits
  • 29 files changed
  • 2 contributors

Commits on Apr 2, 2025

  1. Add support for sorted gist index builds to btree_gist

    This enables sortsupport in the btree_gist extension for faster
    builds of gist indexes.
    
    Sorted gist index build strategy is the new default now. Regression
    tests are unchanged (except for one small change in the 'enum' test to
    add coverage for enum values added later) and are using the sorted
    build strategy instead.
    
    One version of this was committed a long time ago already, in commit
    9f984ba, but it was reverted because of buildfarm failures. The
    failures were presumably caused by some small bugs, but we never got
    around to debug and commit it again. This patch was written from
    scratch, implementing the same idea, with some fragments copied from
    the original patch.
    
    Author: Bernd Helmle <mailings@oopsware.de>
    Author: Andrey Borodin <x4mmm@yandex-team.ru>
    Discussion: https://www.postgresql.org/message-id/64d324ce2a6d535d3f0f3baeeea7b25beff82ce4.camel@oopsware.de
    hlinnaka authored and Commitfest Bot committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    05dbba7 View commit details
    Browse the repository at this point in the history
  2. [CF 5325] v2 - Add sortsupport for range types and btree_gist

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5325
    
    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/2d3078fa-4700-431f-99a5-91ae8ee3bf86@iki.fi
    Author(s): Bernd Helmle, Christoph Heiss
    Commitfest Bot committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    06b09ba View commit details
    Browse the repository at this point in the history
Loading