File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- 3.0:
2
- ----
1
+ 3.0: Mar 22, 2017
2
+ -----------------
3
3
* Support defining new units at runtime.
4
+ * Import unit definitions from GNU units.
5
+ * Add sqrt() and cbrt() functions.
4
6
* Extension is not relocatable after installation anymore.
7
+ * Bump extension version to 3.
5
8
* Bump minimum supported PostgreSQL version to 9.5 so we can use
6
9
hash_create(HASH_BLOBS).
10
+ * Bump license to GPL-3+ to match GNU units' license.
7
11
8
12
2.0: Jan 9, 2017
9
13
----------------
Original file line number Diff line number Diff line change 1
- postgresql-unit (3.0) UNRELEASED ; urgency=medium
1
+ postgresql-unit (3.0) experimental ; urgency=medium
2
2
3
3
* Support defining new units at runtime.
4
4
* Import unit definitions from GNU units.
@@ -9,7 +9,7 @@ postgresql-unit (3.0) UNRELEASED; urgency=medium
9
9
hash_create(HASH_BLOBS).
10
10
* Bump license to GPL-3+ to match GNU units' license.
11
11
12
- -- Christoph Berg <
[email protected] >
Sun , 22
Jan 2017
16:32:46 +0100
12
+ -- Christoph Berg <
[email protected] >
Wed , 22
Mar 2017
18:33:22 +0100
13
13
14
14
postgresql-unit (2.0) unstable; urgency=medium
15
15
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Vcs-Git: https://github.com/ChristophBerg/postgresql-unit.git
12
12
Vcs-Browser: https://github.com/ChristophBerg/postgresql-unit
13
13
Homepage: https://github.com/ChristophBerg/postgresql-unit
14
14
15
- Package: postgresql-10 -unit
15
+ Package: postgresql-9.6 -unit
16
16
Architecture: any
17
- Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-10
17
+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-9.6
18
18
Description: SI Units for PostgreSQL
19
19
postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
20
20
base units can be combined to named and unnamed derived units using operators
You can’t perform that action at this time.
0 commit comments