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 Apr 26, 2025

  1. Add working input function for pg_ndistinct.

    This is needed to import extended statistics.
    @coreyhuinker
    coreyhuinker authored and Commitfest Bot committedApr 26, 2025
    Configuration menu
    Copy the full SHA
    907df9cView 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
    coreyhuinker authored and Commitfest Bot committedApr 26, 2025
    Configuration menu
    Copy the full SHA
    5f382b7View 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 committedApr 26, 2025
    Configuration menu
    Copy the full SHA
    c27e8afView 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
    coreyhuinker authored and Commitfest Bot committedApr 26, 2025
    Configuration menu
    Copy the full SHA
    418aebaView 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 es from an
    email thread registered at:
    
    https://commitfest.postgresql.org//5517
    
    The branch will be overwritten each time a new  version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    (es): https://www.postgresql.org/message-id/CADkLM=cuVMUNsv+C7dGUrc8zF2c4C_LXBcPCtb_zHR0z+fmb1A@mail.gmail.com
    Author(s): Corey Huinker
    Commitfest Bot committedApr 26, 2025
    Configuration menu
    Copy the full SHA
    b0cd98fView commit details
    Browse the repository at this point in the history
Loading