Skip to content

Tags: aws/pg_tle

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Warn the user if a hook function is registered but a necessary parame…

…ter is not enabled (#270)

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Start background workers on consistent state (#262)

Allows workers to start on hot standby.

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.3.3 (#255)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Record dependency of default version sql func on the extension (#246)

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow `@` character in extension names (#244)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update docs for cluster-wide passcheck (#236)

Add new parameter `pgtle.passcheck_db_name` and describe how to enable
cluster-wide passcheck.

Correct a previous mistake in the docs that stated only `pgtle_admin`
users can SELECT `pgtle.feature_info`.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add clientauth documentation and example (#231)

Based on the existing documentation for the passcheck hook. Added a SQL file under the examples directory containing a sample clientauth extension that locks out users after repeated failed login attempts.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version number from 1.1.0 to 1.1.1 (#226)

This version fixes a bug preventing pg_upgrade with custom data types.

1.1.0 contains a bug breaking pg_upgrade that is fixed in 1.1.1. To
prevent users from installing a broken version 1.1.0, remove the
install paths to 1.1.0 and replace them with pg_tle--1.0.4--1.1.1.sql
and pg_tle--1.1.1.sql.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pfree char* returned by TextDatumGetCString in is_pgtle_defined_c_fun…

…c. (#222)

Although this is unlikely to cause a memory leak, still be consevative and free the memory.

Co-authored-by: Lyu Pan <[email protected]>

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support full install and uninstall of multiple versions of an extensi…

…on (#194)

* Support install and uninstall of multiple versions of an extension, with
a full install sql script file

* update version to 1.0.4

* Update uninstall with version update to 1.0.4

* Update regression test after pg_tle version update

---------

Co-authored-by: Swaha Miller <[email protected]>