-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vik Fearing
committed
Aug 25, 2019
1 parent
36e7541
commit 2fd8f7a
Showing
5 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0] – 2019-08-25 | ||
|
||
### Added | ||
|
||
- Initial release. Supports all features of the SQL Standard | ||
concerning periods and `SYSTEM VERSIONING`. | ||
|
||
[Unreleased]: https://github.com/xocolatl/periods/compare/v1.0...HEAD | ||
[1.0]: https://github.com/xocolatl/periods/releases/tag/v1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
comment = 'Provide Standard SQL functionality for PERIODs and SYSTEM VERSIONING' | ||
default_version = 0.05 | ||
default_version = 1.0 | ||
module_pathname = '$libdir/periods' | ||
relocatable = false | ||
requires = 'btree_gist' |