Skip to content

Commit

Permalink
Implement all API functions in PL/pgSQL (#212)
Browse files Browse the repository at this point in the history
* Move list queues to PL/pgSQL
* Move purge queue to PL/pgSQL
* Add integration test for purge queue
* Move detach archive to PL/pgSQL
* Move pop to PL/pgSQL, add integration test for pop
* Move set_vt to PL/pgSQL
* Move drop_queue to PL/pgSQL
* Move create and create non partitioned to PL/pgSQL
* Move create_unlogged to PL/pgSQL
* Move create partitioned to PL/pgSQL
* Remove dead code
* Better formatting
* v1.2.0 bump
  • Loading branch information
v0idpwn authored May 17, 2024
1 parent c8e6acd commit e1ba004
Show file tree
Hide file tree
Showing 11 changed files with 985 additions and 546 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgmq"
version = "1.1.1"
version = "1.2.0"
edition = "2021"
authors = ["Tembo.io"]
description = "Postgres extension for PGMQ"
Expand Down
Loading

0 comments on commit e1ba004

Please sign in to comment.