Skip to content

Releases: xocolatl/periods

periods 1.2.2

24 Oct 14:36
v1.2.2
Compare
Choose a tag to compare
  • Update docs for PG15.

periods 1.2.1

28 Sep 11:35
v1.2.1
Compare
Choose a tag to compare
  • Fix tests to work with PG 15

v1.2

21 Sep 21:19
Compare
Choose a tag to compare
Stamp v1.2

v1.1

04 Feb 23:25
Compare
Choose a tag to compare
Stamp v1.1

debian/1.0-2

31 Oct 12:43
debian/1.0-2
Compare
Choose a tag to compare
tagging package postgresql-periods version debian/1.0-2

v1.0

25 Aug 09:41
Compare
Choose a tag to compare
Stamp v1.0

v0.05

07 Aug 13:02
Compare
Choose a tag to compare
v0.05 Pre-release
Pre-release
Stamp 0.05

v0.04

30 Jul 21:26
Compare
Choose a tag to compare
v0.04 Pre-release
Pre-release
Make sure that all tables remain persistent.

v0.03: Allow SYSTEM_TIME columns to be date, timestamp, and timestamptz.

17 Jul 10:25
Compare
Choose a tag to compare
The SQL standard provides rules for these types, so let's implement
them.

Implement FOR PORTION OF for UPDATE

08 Jul 01:29
Compare
Choose a tag to compare
Pre-release
Implement FOR PORTION OF using views

We can only simulate this for UPDATE; there is no apparent way to
simulate DELETE.  Since updating a portion of a period is not allowed to
touch the columns of the period, we can use changes there to determine
what portion the user wanted to update.