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/4291~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/4291
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 11, 2025

  1. Add a guc for parallel worker logging

    The new guc log_parallel_workers controls whether a log message is
    produced to display information on the number of workers spawned when a
    parallel query or utility is executed.
    
    The default value is `none` which disables logging. `all` displays
    information for all parallel queries, whereas `shortage` displays
    information only when the number of workers launched is lower than the
    number of planned workers.
    
    This new parameter can help database administrators and developers
    diagnose performance issues related to parallelism and optimize the
    configuration of the system accordingly.
    blogh authored and Commitfest Bot committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    ba96194 View commit details
    Browse the repository at this point in the history
  2. Implements logging for parallel worker usage in utilities

    This patch implements logging of parallel worker usage for:
    * the index cleanup and bulkdelete phases of vacuum;
    * btree, brin and gin index builds.
    blogh authored and Commitfest Bot committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    23e149b View commit details
    Browse the repository at this point in the history
  3. Implements logging for parallel worker usage in queries

    blogh authored and Commitfest Bot committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    9b35bac View commit details
    Browse the repository at this point in the history
  4. [CF 4291] v9 - Logging parallel worker draught

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/4291
    
    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): Benoit Lobréau
    Commitfest Bot committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    0791fe7 View commit details
    Browse the repository at this point in the history
Loading