mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
commit
ab9d35662a
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
||||
1.2.0, 2018-08-22
|
||||
-----------------
|
||||
|
||||
- New features
|
||||
- Add PC_MakePatch(pcid integer, values float8[]) #220
|
||||
- Mark functions as PARALLEL SAFE #227
|
||||
|
||||
- Bug fixes
|
||||
- patch fails to compress as GHT #35
|
||||
- libght breaks schema parsing #196
|
||||
- Fix memcpy size in pc_patch_wkb_set_int32 #226
|
||||
|
||||
- Enhancements
|
||||
- Improve doc for PC_FilterBetween #217
|
||||
- Remove GHT support #214
|
||||
- Fix installcheck when lazperf is disabled #222
|
||||
- Fix compilation and installcheck when lazperf is disabled #224
|
||||
|
||||
1.1.1, 2018-06-12
|
||||
-----------------
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1.1.1
|
||||
1.2.0
|
||||
|
||||
@ -3,7 +3,7 @@ CREATE EXTENSION pointcloud;
|
||||
SELECT PC_Version();
|
||||
pc_version
|
||||
------------
|
||||
1.1.1
|
||||
1.2.0
|
||||
(1 row)
|
||||
|
||||
INSERT INTO pointcloud_formats (pcid, srid, schema)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user