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: 042a662
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: 134d41f
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 8, 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 Apr 8, 2025
    Configuration menu
    Copy the full SHA
    b8e288f View commit details
    Browse the repository at this point in the history
  2. Setup counters for parallel vacuums

    This can be used by other patches such as the one for pg_stat_database.
    blogh authored and Commitfest Bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    5ec83f9 View commit details
    Browse the repository at this point in the history
  3. 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 and brin index builds.
    blogh authored and Commitfest Bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    4be318d View commit details
    Browse the repository at this point in the history
  4. Implements logging for parallel worker usage in queries

    blogh authored and Commitfest Bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    2eb6426 View commit details
    Browse the repository at this point in the history
  5. [CF 4291] v8 - 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/CAA5RZ0tHb_hpq472oMj6S8F5kgXiOE-mV9QYSJOjn4g+CvZXmA@mail.gmail.com
    Author(s): Benoit Lobréau
    Commitfest Bot committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    134d41f View commit details
    Browse the repository at this point in the history
Loading