postgres
postgres copied to clipboard
Unmodified Postgres with some useful plugins
previously, the build scripts from pg_cron extension had output migrations patterned like 1.5-1.6 etc recently we rewrote the packages to support multiple versions, and in the process did not have...
### Summary When attempting to create the `pgmq` extension on Supabase Postgres images version 17.6.1.016 and later, the installation fails with a PostgreSQL error `42725: function name "pgmq.drop_queue" is not...
This was split off from #1843 and contains the new and improved pg_regress tests that @samrose wrote
Removed execute permissions that enabled COPY...PROGRAM: - /usr/bin/cat rix - /usr/bin/dash rix - /usr/bin/mknod rix Added explicit deny rules: # Explicitly deny shell execution to block COPY ... PROGRAM deny...
Improvement of #1902 (reverted in #1905). Manually create unique Postgres version names in branch often leads to version conflicts with the base branch versions. These conflicts force developers to deal...
This complements the existing AMI tests in testinfra by providing a faster feedback loops for Ansible development without requiring a full VM. We are also using testinfra to validate that...
No SQL changes are done. Only C library fixes. This bumps from 0.19.5 straight to 0.20.0: - https://github.com/supabase/pg_net/releases/tag/v0.19.6 - https://github.com/supabase/pg_net/releases/tag/v0.19.7 - https://github.com/supabase/pg_net/releases/tag/v0.20.0 + Adds prepared statements as a new feature...