Skip to content

Tags: cybertec-postgresql/pg_timetable

Tags

v5.13.0

Toggle v5.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[-] fix `refetchTimeout` interval drift with `time.Ticker`, fixes #690 (

#693)

v5.12.0

Toggle v5.12.0's commit message
[-] fix markdown issues

v5.11.0

Toggle v5.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] switch to `VirtualXID` from `TransactionXID`, solves #674 (#675)

Turned out issuing `txid_current()` at the beginning of every chain
transaction is creating a session that's sits idle in transaction for
the duration of the entire chain. In current case, with a single task
`{kind == PROGRAM}`, that idle transaction doesn't do anything aside
from pin the `xmin` horizon and block vacuum for 6+ hours.
The same issue occurs for SQL tasks that are `Remote` or `Autonomous`.

v5.10.0

Toggle v5.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] bump `jackc/pgx/v5` from 5.6.0 to 5.7.1 (#669)

upgraded github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
upgraded github.com/pashagolub/pgxmock/v4 v4.0.0 => v4.3.0
upgraded golang.org/x/crypto v0.27.0 => v0.31.0
upgraded golang.org/x/sync v0.8.0 => v0.10.0
upgraded golang.org/x/sys v0.25.0 => v0.28.0
upgraded golang.org/x/text v0.18.0 => v0.21.0
upgraded github.com/cybertec-postgresql/pgx-migrator v1.0.0 => v1.0.2
upgraded github.com/fsnotify/fsnotify v1.7.0 => v1.8.0
upgraded github.com/jessevdk/go-flags v1.5.0 => v1.6.1
upgraded github.com/magiconair/properties v1.8.7 => v1.8.9
upgraded github.com/pelletier/go-toml/v2 v2.2.2 => v2.2.3
upgraded github.com/sagikazarmark/locafero v0.4.0 => v0.6.0
upgraded github.com/sethvargo/go-retry v0.2.4 => v0.3.0
upgraded github.com/spf13/cast v1.6.0 => v1.7.0
upgraded github.com/spf13/viper v1.18.2 => v1.19.0
upgraded golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 => v0.0.0-20241210194714-1829a127f884

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Golub <[email protected]>

v5.9.0

Toggle v5.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] bump `jackc/pgx/v5` from 5.5.3 to 5.5.4 (#643)

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[-] fix self-destruct interval chains, fixes #631 (#637)

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[+] add `timetable.execution_log.ignore_error` column, closes #629 (#630

)

* [+] add `timetable.execution_log.ignore_error` column, closes #629

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #611 from cybertec-postgresql/bump-pgxmock-v3.1.0

[+] bump `pashagolub/pgxmock/v3` from v3.0.0 to v3.1.0

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #570 from cybertec-postgresql/569-unhide-panics

[-] make sure panics output won't be hidden, fixes #569

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #561 from cybertec-postgresql/560-txid-over-max-int4

[-] alter timetable.execution_log.txid column type to bigint, fixes #560