mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
22 lines
464 B
Plaintext
22 lines
464 B
Plaintext
1.1.0
|
|
-----
|
|
|
|
- New functions
|
|
- PC_PCId(pcpoint|pcpatch)
|
|
- PC_Get(pcpoint) returns float8[]
|
|
- PC_Summary(pcpatch)
|
|
- PC_Patch{Min,Max,Avg}(pcpatch) returns pcpoint (#77)
|
|
- PC_Upgrade([<target_version>])
|
|
- Enhancements
|
|
- Support sigbits encoding for 64bit integers (#61)
|
|
- Warn about truncated values (#68)
|
|
- Compatibility with PostgreSQL 9.5 (#90)
|
|
|
|
1.0.0
|
|
-----
|
|
|
|
Initial release, also known as:
|
|
- 0.1.0 (git tag v0.1.0)
|
|
- 1.0 (extension script filename)
|
|
|