File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.2.0, 2018-08-22
2+ -----------------
3+
4+ - New features
5+ - Add PC_MakePatch(pcid integer, values float8[]) #220
6+ - Mark functions as PARALLEL SAFE #227
7+
8+ - Bug fixes
9+ - patch fails to compress as GHT #35
10+ - libght breaks schema parsing #196
11+ - Fix memcpy size in pc_patch_wkb_set_int32 #226
12+
13+ - Enhancements
14+ - Improve doc for PC_FilterBetween #217
15+ - Remove GHT support #214
16+ - Fix installcheck when lazperf is disabled #222
17+ - Fix compilation and installcheck when lazperf is disabled #224
18+
1191.1.1, 2018-06-12
220-----------------
321
Original file line number Diff line number Diff line change 1- 1.1.1
1+ 1.2.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CREATE EXTENSION pointcloud;
33SELECT PC_Version();
44 pc_version
55------------
6- 1.1.1
6+ 1.2.0
77(1 row)
88
99INSERT INTO pointcloud_formats (pcid, srid, schema)
You can’t perform that action at this time.
0 commit comments