You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
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.
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.
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 <lyup@amazon.com>
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 <swmiller@dev-dsk-swmiller-2c-7c022f50.us-west-2.amazon.com>