|
| 1 | +Version 2.4 - Jun 04 2021 |
| 2 | + |
| 3 | +This version allow use of the extension by non superuser and especially |
| 4 | +the creation and maintenance of GTT. It also fixes compatibility with |
| 5 | +PostgreSQL v14. Here is the full list of changes: |
| 6 | + |
| 7 | + - Fix FailedAssertion "flags & HASH_STRINGS" with PG14. Thanks to |
| 8 | + MigOps for the patch. |
| 9 | + - Check for minimum pg version in the C code instead of Makefile. |
| 10 | + Thanks to MigOps for the patch. |
| 11 | + - Fixed compiling for PostgreSQL 14. Thanks to Dmitry Ukolov for |
| 12 | + the patch. |
| 13 | + - Fix documentation about privilege to set on pgtt_schema for a |
| 14 | + non superuser role. |
| 15 | + - Allow creation and maintenance of Global Temporary Tables by non |
| 16 | + superuser. This require that the user can use schema pgtt_schema |
| 17 | + and can write to table pg_schema.pg_global_temp_tables. |
| 18 | + - The library can now be loaded by the user using: |
| 19 | + LOAD '$libdir/plugins/pgtt.so'; |
| 20 | + Thanks to Dmitry Ukolov for the feature request. |
| 21 | + - Fix two crashes when --enable-cassert is used. Thanks to hanson69 |
| 22 | + for the report. |
| 23 | + - Fix comment and index on PGTT table. Thanks to Dmitry Ukolov for |
| 24 | + the report. |
| 25 | + - Fix unexpected error "attempt to create referential integrity |
| 26 | + constraint on global temporary table" when creating a regular |
| 27 | + table and fix detection of FK and throw an error on create global |
| 28 | + temporary table statement. Thanks to Dmitry Ukolov for the report. |
| 29 | + - Fix impossibility to recreate GTT if it was dropped in another |
| 30 | + session. Thanks to Dmitry Ukolov for the report. |
| 31 | + - Remove useless extension's downgrade files. Thanks to MigOps |
| 32 | + for the patch. |
| 33 | + |
| 34 | + |
1 | 35 | Version 2.3 - Apr 02 2021 |
2 | 36 |
|
3 | 37 | This version fix the compatibility with PostgreSQL 10 and 11. |
|
0 commit comments