Skip to content

Releases: cybertec-postgresql/pg_timetable

v2.0.1

13 Mar 00:37
fc150de

Choose a tag to compare

Changelog

fc150de Merge pull request #107 from cybertec-postgresql/100_fix_crash

v2.0.0

06 Mar 13:48

Choose a tag to compare

The new major v2 release introduces:

  • brand new cron-style schedules;
  • @reboot, @every and @after jobs;
  • disallow executing the shell tasks using --no-shell-tasks command line parameter;
  • continuos testing implemented with GitHub Actions;
  • release packages for different platforms available (.rpm, .deb, .tar.gz, .zip; Linux, macOS, Windows)
  • no external .sql files for bootstrapping, only single binary shipped;
  • upgrade machinery with database migrations implemented, see --upgrade option;
  • notice processing added, e.g., RAISE NOTICE ... from tasks collected into the log

v0.1.2

26 Feb 17:11

Choose a tag to compare

Changelog

6b99ed9 - fix insert statements in samples #70

v0.1.0

25 Feb 14:35

Choose a tag to compare

Embedded SQL and migrations