Skip to content

Releases: arenadata/diskquota

2.3.0_arenadata5

08 Dec 10:54
5e402a7
Compare
Choose a tag to compare
Merge pull request #26 from arenadata/2.3.0-sync

Sync 2.3.0 changes

2.2.1_arenadata4

06 Oct 15:24
87b5dc3
Compare
Choose a tag to compare
Fix bug: diskquota stop working after removing any extension (#379) (…

…#25)

Fix the bug caused by #220: After the user removes any extension, the bgworker
in the current database will be stopped.

Cherry-picked-from: 8210b78

Co-authored-by: Zhang Hao <hzhang2@vmware.com>

2.2.1_arenadata3

20 Jun 08:25
be945ba
Compare
Choose a tag to compare
fix creating extension with global option appendonly=true (#19)

All tables use primary keys. Unique index tables are created for primary keys.
Unique index tables can not be created for table with appendonly=true.
appendonly=false has been added for each table with primary key.

2.2.1_arenadata2

19 May 05:56
eb6adf5
Compare
Choose a tag to compare
Merge pull request #18 from arenadata/2.2.1-sync

Sync 2.2.1 changes

2.2.0_arenadata2

28 Mar 15:14
472eb06
Compare
Choose a tag to compare
fix updating from 1.x to 2.y when y > 0 (#12)

Functions in the SQL script for each diskquota 2.x version refer to the exact
name of shared library, e.g. for diskquota-2.1.so. As a result, upgrade from
2.0 to 2.2 is impossible without presence of 2.1 shared library as far as each
extension function validated by loading shared library and checking symbol
name. This patch implement symlinks creation logic to coup this problem.
Symlinks for each previous release to the latest shared library will be
created. But we need to control changing of sql function during next syncs.

2.1.0_arenadata1

26 Jan 12:23
2e164f5
Compare
Choose a tag to compare
Merge pull request #11 from arenadata/2.1.0-sync

2.1.0 sync

2.0.1_arenadata1

10 Oct 12:56
7cb464b
Compare
Choose a tag to compare
Merge pull request #10 from arenadata/2.0.1-sync

ADBDEV-3076 2.0.1 sync

2.0.0_arenadata1

25 Aug 13:16
5835af2
Compare
Choose a tag to compare
Merge pull request #8 from arenadata/ADBDEV-2818

ADBDEV-2818: Provide upgrade scripts for diskquota extension

1.0.3_arenadata2

21 Apr 06:36
23d9dc9
Compare
Choose a tag to compare
Merge pull request #5 from arenadata/ADBDEV-1255

implement extension upgrade

1.0.3_arenadata1

12 Jan 09:55
059608e
Compare
Choose a tag to compare
Merge pull request #3 from arenadata/1.0.3-sync

ADBDEV-1244 1.0.3 sync