Skip to content

v1.4

Choose a tag to compare

@vitabaks vitabaks released this 29 Apr 07:42
· 6 commits to main since this release

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 exist when there is a .psqlrc containing \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