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/5635~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/5635
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 18, 2025

  1. pg_dump: Allow pg_dump to dump the statistics for foreign tables.

    Commit 1fd1bd8 introduced support for dumping statistics with
    pg_dump and pg_dumpall, covering tables, materialized views, and indexes.
    However, it overlooked foreign tables, even though functions like
    pg_restore_relation_stats() support them.
    
    This commit fixes that oversight by allowing pg_dump and pg_dumpall
    to include statistics for foreign tables.
    
    Author: Fujii Masao <[email protected]>
    Reviewed-by: Corey Huinker <[email protected]>
    Reviewed-by: Nathan Bossart <[email protected]>
    Discussion: https://postgr.es/m/[email protected]
    MasaoFujii committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    c2e2589 View commit details
    Browse the repository at this point in the history
Loading