Releases: xocolatl/periods
Releases · xocolatl/periods
periods 1.2.2
periods 1.2.1
- Fix tests to work with PG 15
v1.2
v1.1
debian/1.0-2
tagging package postgresql-periods version debian/1.0-2
v1.0
v0.05
v0.04
v0.03: Allow SYSTEM_TIME columns to be date, timestamp, and timestamptz.
The SQL standard provides rules for these types, so let's implement them.
Implement FOR PORTION OF for UPDATE
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.