-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/4291
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 10 files changed
- 2 contributors
Commits on Apr 8, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for b8e288f - Browse repository at this point
Copy the full SHA b8e288fView commit details -
Setup counters for parallel vacuums
This can be used by other patches such as the one for pg_stat_database.
Configuration menu - View commit details
-
Copy full SHA for 5ec83f9 - Browse repository at this point
Copy the full SHA 5ec83f9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4be318d - Browse repository at this point
Copy the full SHA 4be318dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb6426 - Browse repository at this point
Copy the full SHA 2eb6426View commit details -
[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 committedApr 8, 2025 Configuration menu - View commit details
-
Copy full SHA for 134d41f - Browse repository at this point
Copy the full SHA 134d41fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cf/4291~1...cf/4291