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/5802~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/5802
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 9, 2025

  1. Performance testing infrastructure for normalization.

    jeff-davis authored and Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    d925b5d View commit details
    Browse the repository at this point in the history
  2. Undo perfect hash changes.

    jeff-davis authored and Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    dbbcb5f View commit details
    Browse the repository at this point in the history
  3. Moving Perl functions (Range index) to a common module.

    Functions for forming the Range index in case mapping are transferred to a Perl
    module.
    From src/common/unicode/generate-unicode_case_table.pl to src/tools/Ranges.pm.
    This is necessary for further use of this code to build Range indexes in Unicode
    normalization.
    lexborisov authored and Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    1fb795f View commit details
    Browse the repository at this point in the history
  4. Improve the performance of Unicode Normalization Forms.

    This changes significantly speeds up the normalize() function.
    Similar to the changes in case mapping (fold, lower, upper, or title case),
    here we get rid of perfect hashing and replace it with a range index with
    a nested branch function to check specific ranges of code points.
    This allows us to achieve a performance increase of up to 40%.
    
    Author: Alexander Borisov <[email protected]>
    lexborisov authored and Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    9a2360e View commit details
    Browse the repository at this point in the history
  5. [CF 5802] Improve the performance of Unicode Normalization Forms.

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5802
    
    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/[email protected]
    Author(s): Alexander Borisov
    Commitfest Bot committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    f83df79 View commit details
    Browse the repository at this point in the history
Loading