Skip to content

Tags: tembo-io/pgmq

Tags

v1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change pop() and set_vt() to use clock_timestamp() instead of now() (#…

…383)

Aligns with other functions.
Closes #367

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prep v1.5.0 (#361)

* update migration for headers

* update gitignore

* return header

* single quote

v1.4.5

bump control file ver

v1.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow pg_partman to be installed in any schema (#310)

* support pg_partman in user defined schema

* pg_partman ud schema tweaks

* manual schema append to fq_qtable

* manual schema append to fq_atable

* manual schema append to qualified_a_table_name

* 1.4.3 - 1.4.4 migration

* bump default version to 1.4.4

* create or replace everywhere in upgrade script

v1.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
install partman via pgxn (#309)

install pg partman using pgxn now that latest version is published
https://pgxn.org/dist/pg_partman/

v1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
reject escape characters in queue names (#300)

* reject escape characters in queue names

* remove context in output

* less string format

* remove last strfmt

* update migration file

* allow spaces

* Remove remaining uses of %s

If we're at the step of producing SQL, always using %L or %I means not
having to worry about SQL injection for that use.

---------

Co-authored-by: Jason Petersen <jason@tembo.io>

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix typo in part config assignment (#297)

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release v0.1.4.0 (#284)

v1.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release fixes (#248)

* Release fixes

* Do trunk publish outside release

We need to test

* attempt

* cat github output for test

* Get tag from git

* Remove debug statements

* attempt

* remove debug statement

v1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pgmq-rs): make Message public from the `pgmq` module (#247)

Fix regression from #245