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

Commits on May 31, 2025

  1. Add working input function for pg_ndistinct.

    This is needed to import extended statistics.
    coreyhuinker authored and Commitfest Bot committed May 31, 2025
    Configuration menu
    Copy the full SHA
    2748089 View commit details
    Browse the repository at this point in the history
  2. Add working input function for pg_dependencies.

    This is needed to import extended statistics.
    coreyhuinker authored and Commitfest Bot committed May 31, 2025
    Configuration menu
    Copy the full SHA
    da54271 View commit details
    Browse the repository at this point in the history
  3. Expose attribute statistics functions for use in extended_stats.

    Many of the operations of attribute stats have analogous operations in
    extended stats.
    
    * get_attr_stat_type()
    * init_empty_stats_tuple()
    * text_to_stavalues()
    * get_elem_stat_type()
    Corey Huinker authored and Commitfest Bot committed May 31, 2025
    Configuration menu
    Copy the full SHA
    559bbb0 View commit details
    Browse the repository at this point in the history
  4. Add extended statistics support functions.

    Add pg_restore_extended_stats() and pg_clear_extended_stats(). These
    functions closely mirror their relation and attribute counterparts,
    but for extended statistics (i.e.  CREATE STATISTICS) objects.
    coreyhuinker authored and Commitfest Bot committed May 31, 2025
    Configuration menu
    Copy the full SHA
    0bebe51 View commit details
    Browse the repository at this point in the history
  5. [CF 5517] v4 - Extended Statistics set/restore/clear functions

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5517
    
    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/CADkLM=cuVMUNsv+C7dGUrc8zF2c4C_LXBcPCtb_zHR0z+fmb1A@mail.gmail.com
    Author(s): Corey Huinker
    Commitfest Bot committed May 31, 2025
    Configuration menu
    Copy the full SHA
    4c6520a View commit details
    Browse the repository at this point in the history
Loading