summaryrefslogtreecommitdiff
path: root/src/bin/scripts/scripts_parallel.c
Commit message (Expand)AuthorAgeFilesLines
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-051-284/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-191-4/+2
* Rethink definition of cancel.c's CancelRequested flag.Tom Lane2020-06-071-23/+9
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier2019-12-041-0/+1
* Fix failure of --jobs with reindexdb and vacuumdb on WindowsMichael Paquier2019-08-271-0/+4
* Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier2019-08-261-14/+12
* Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier2019-08-201-0/+14
* Refactor parallelization processing code in src/bin/scripts/Michael Paquier2019-07-191-0/+283