summaryrefslogtreecommitdiff
path: root/src/bin/scripts/scripts_parallel.c
AgeCommit message (Expand)Author
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier
2019-08-27Fix failure of --jobs with reindexdb and vacuumdb on WindowsMichael Paquier
2019-08-26Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier
2019-08-20Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier
2019-07-19Refactor parallelization processing code in src/bin/scripts/Michael Paquier