Skip to content

Releases: orioledb/postgres

Version 18_1

Choose a tag to compare

@za-arthur za-arthur released this 19 Jun 14: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_20

Choose a tag to compare

@pashkinelfe pashkinelfe released this 29 May 08:16
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

Choose a tag to compare

@pashkinelfe pashkinelfe released this 29 May 08:17
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

Choose a tag to compare

@pashkinelfe pashkinelfe released this 28 Apr 07:21
Added oriole files for recovery tests

Also added patch for 027 recovery tests.

Version 16_46

Choose a tag to compare

@pashkinelfe pashkinelfe released this 28 Apr 07:18
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

Choose a tag to compare

@pashkinelfe pashkinelfe released this 15 Apr 16:08
patches17_18

enabled priviliges test

Version 16_45

Choose a tag to compare

@pashkinelfe pashkinelfe released this 15 Apr 16:06
patches16_45

enabled priviliges test

Version 16_44

Choose a tag to compare

@pashkinelfe pashkinelfe released this 24 Feb 13:31
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

Choose a tag to compare

@pashkinelfe pashkinelfe released this 24 Feb 13:30
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

Choose a tag to compare

@pashkinelfe pashkinelfe released this 05 Feb 12:37
patches17_16

Add missing CustomErrorCleanup