v1.4
This release includes major code refactoring, bugfixes, and introduces the new --jobs option to control the number of parallel workers for faster reindexing.
What's Changed
- Fix the shebang line for systems which do not have bash in /bin by @ivan in #8
- Fix
FATAL: database "Timing" does not existwhen there is a.psqlrccontaining\timing. by @ivan in #9 - Fix Shell linter warnings by @vitabaks in #10
- Disable failed_reindex_limit by default by @vitabaks in #11
- Code refactoring by @vitabaks in #12
- Fix maintenance window handling for overnight time ranges by @vitabaks in #13
- Add –jobs option to control parallel workers for reindexing by @vitabaks in #14
New Contributors
Full Changelog: v1.3...v1.4