Skip to content

Tags: pgmq/pgmq

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Client-side notification tests (#434)

* add client side tests for notifications

---------

Co-authored-by: Christopher Probst-Ranly <christopher@knockturn.io>

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
patch extension config dump (#418)

* fix check on extension installation

* add migration sql

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make extension data pg_dumpable (#413)

* queue and archives are no longer extension member objects in order to support pg_dump. pgmq.meta now works with pg_dump


* remove membership mods

* update notice to mention no-op

* test queue and archive persist through extension drop

* add the member object modifications back to the migration

v1.5.1

Toggle v1.5.1's commit message

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

Toggle v1.5.0's commit message

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

Toggle v1.4.5's commit message
bump control file ver

v1.4.4

Toggle v1.4.4's commit message

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

Toggle v1.4.3's commit message

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

Toggle v1.4.2's commit message

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

Toggle v1.4.1's commit message

Verified

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