Releases: orioledb/postgres
Releases · orioledb/postgres
Release list
Version 18_1
Support checking Orioledb tables in pg_amcheck - Add support for extra access method and call verify_orioledb() sql function for them. - As verify_orioledb function resides in orioledb schema do necessary schema checks before the call. No changes in amcheck utility that still supports only heap and btree access methods.
Version 17_20
Support checking Orioledb tables in pg_amcheck - Add support for extra access method and call verify_orioledb() sql function for them. - As verify_orioledb function resides in orioledb schema do necessary schema checks before the call. No changes in amcheck utility that still supports only heap and btree access methods.
Version 16_47
Support checking Orioledb tables in pg_amcheck - Add support for extra access method and call verify_orioledb() sql function for them. - As verify_orioledb function resides in orioledb schema do necessary schema checks before the call. No changes in amcheck utility that still supports only heap and btree access methods.
Version 17_19
Added oriole files for recovery tests Also added patch for 027 recovery tests.
Version 16_46
Added more regress tests Enables brin_bloom, brin_multi, reloptions, opr_sanity, union, join_hash, collate.icu.utf8, limit, stats_ext, identity. Added patch for regress/limit test that is used in orioledb/orioledb CI pipeline.
Version 17_18
patches17_18 enabled priviliges test
Version 16_45
patches16_45 enabled priviliges test
Version 16_44
Modify the way ExecMergeMatched() detects moved partitions Use tupleid for ROW_REF_TID as in upsteam. Use &context->tmfd.ctid for ROW_REF_ROWID as in OrioleDB.
Version 17_17
Modify the way ExecMergeMatched() detects moved partitions Use tupleid for ROW_REF_TID as in upsteam. Use &context->tmfd.ctid for ROW_REF_ROWID as in OrioleDB.
Version 17_16
patches17_16 Add missing CustomErrorCleanup