Release History¶
Release 2.0.14 (2015-12-28)¶
- Move to Sphinx / Restructured text documentation
Release 2.0.13 (2015-09-12)¶
- Fix pqaccum for the case where state is not null but pq is null
Release 2.0.12 (2015-04-15)¶
Rename pg_hl7 schema to hdl
No minor version upgrade since the pg_hl7 schema contains internal functions such as Gist support functions.
Release 2.0.11 (2015-02-26)¶
- Add support for R2 complex types
Release 2.0.10 (2014-11-17)¶
- Switch to INIT_CRC32C from INIT_CRC32 after commit 78b4ffc460
Release 2.0.9 (2014-10-03)¶
- Documentation improvements
Release 2.0.8 (2014-08-19)¶
- Automatic installation for distributed GP clusters
Release 2.0.7 (2014-08-02)¶
Add support for GP4.3
- Improve usability of Greenplum scripts.
- remove hardcoded GP4.2 paths from scripts
- add 8.3 tablefunc contrib to regression and install into local GP if necessary
- let install_hdl take PGPORT et.al. from environment as well as option
Let GP install use SQL files from sharedir/contrib instead of ../
Release 2.0.6 (2014-06-17)¶
- Added GUC hdl.concept_print_mode=”code” to emit code only for cv
- Fix output of infinity for unit-less pq intervals.
- For PQ values, we now assume that there are 20% values that are comparable.
Release 2.0.5 (2014-05-28)¶
- Add simple coded type to complex type translations
Release 2.0.4 (2014-05-14)¶
- Add SRF each(ANY) that returns all (key,value) pairs in ANY
Release 2.0.3 (2014-04-23)¶
- GP support
Release 2.0.2 (2014-03-13)¶
- Initial GP support
Release 2.0.1 (2014-01-03)¶
Pre GP release
This release adds functionality for working with the JSON complex types.
Release 2.0.0 (2013-11-06)¶
Initial Hstore based JSON complex types for R1 types
This release adds support for complex types in JSON form for the R1 types.