359 Commits

Author SHA1 Message Date
Adam Chidlow
a52d6a5d5d Fix compile against PostgreSQL 9.6 on Debian by using correct flags. 2016-10-19 10:20:31 +08:00
Paul Ramsey
3929653f51 Merge pull request #110 from pblottiere/fix_ght
fix compilation issue with GHT support
2016-06-16 08:11:22 -07:00
Blottiere Paul
8afd8f9c6d fix compilation issue with GHT support 2016-06-16 16:16:59 +02:00
Blottiere Paul
68c688b688 fix README (#109) 2016-06-16 08:23:32 +02:00
Blottiere Paul
29c8e1c12a update NEWS file for LAZ compression (#107) 2016-06-15 10:19:19 +02:00
Paul Ramsey
211258b78d Merge pull request #105 from pblottiere/laz
Add lazperf pcpatch
2016-06-14 05:59:51 -07:00
Blottiere Paul
b3764bd5dc Add lazperf pcpatch 2016-06-14 10:22:16 +02:00
Paul Ramsey
206bd54c45 Merge pull request #103 from mbredif/PC_PointN 2016-06-07 09:46:57 -07:00
Mathieu Brédif
3eeae8ef06 readme 2016-03-09 16:38:39 +01:00
Mathieu Brédif
5a0f7944fd new PC_PointN function 2016-03-07 15:57:05 +01:00
Sandro Santilli
c15d4ef395 Merge pull request #97 from ldgeo/master
fix crash when a child node is empty in pc schema
2016-03-07 13:01:10 +01:00
Blottiere Paul
1508f405bb fix crash when a child node is empty in pc schema
add unit test in case of an empty child node in schema
2016-03-06 15:48:08 +01:00
Sandro Santilli
e6a8e062a9 Merge pull request #101 from mbredif/patch-2
Enable valgrind checks in Travis, fix reported errors and leaks.
2016-03-05 15:55:06 +01:00
Sandro Santilli
3841d7d830 Merge pull request #99 from mbredif/patch-1
pc_bytes_sigbits_decode compression -> PC_DIM_NONE
2016-03-05 15:53:07 +01:00
Mathieu Brédif
da5a5a9823 Valgrind issue with option --show-leak-kinds=all 2016-03-03 19:11:23 +01:00
Mathieu Brédif
8b64d2d5bc install valgrind in travis 2016-03-03 18:10:39 +01:00
Mathieu Brédif
19a57ee89b Testing compression type of dimensional bytes 2016-03-03 17:35:20 +01:00
Mathieu Brédif
dbc47c7064 valgrind check in travis 2016-03-03 17:05:57 +01:00
Mathieu Brédif
897d7c086d fix valgrind errors using CLAMP in pc_val, due to incorrect formatting 2016-03-03 00:53:27 +01:00
Mathieu Brédif
40b2e49d89 Adding missing xmlCleanupParser calls
Fixes memory leaks
2016-03-03 00:05:05 +01:00
Mathieu Brédif
0826a986a0 fix memory leak in test_uncompressed_filter 2016-03-02 23:48:13 +01:00
Mathieu Brédif
76e3040d5f pc_bytes_sigbits_decode compression -> PC_DIM_NONE
Output compression was erroneously set to PC_DIM_SIGBITS instead of_DIM_NONE. Thanks @pblottiere for spotting this!
2016-02-29 15:44:32 +01:00
Sandro Santilli
0c588207bf Add git attributes file.
Fixes #17 (should)
2015-10-10 20:03:58 +02:00
Sandro Santilli
7fdcd49480 Add pc_lib_version(), pc_script_version() and compare in pc_version()
Fixes #40
2015-08-17 18:33:03 +02:00
Sandro Santilli
9ff42f8ade Import 1.0.1 section in NEWS file 2015-08-09 11:10:11 +02:00
Vincent Picavet
a94e4c045d Fix PG 9.5 compatibility. 2015-07-30 17:26:54 +02:00
Sandro Santilli
3612254615 Add PC_Upgrade item 2015-05-15 16:06:50 +02:00
Sandro Santilli
82429d4461 Add a pc_upgrade([<version>]) function 2015-05-15 16:00:58 +02:00
Sandro Santilli
bb0d7b4b6f Force override when linking "next" script 2015-05-15 15:32:06 +02:00
Sandro Santilli
48868f55b9 Create in-development upgrade scripts ("next" prefix) 2015-05-15 15:27:48 +02:00
Sandro Santilli
38944e72df Implement PC_Patch{Min,Max,Avg}(PcPatch) returns PcPoint
Closes #77

NOTE: changes the C function signature so you need to properly
      upgrade scripts for things to work again.
2015-05-15 15:19:47 +02:00
Sandro Santilli
bb02dd0454 Allow passing 0 to --iterate for skipping queries 2015-05-14 17:12:59 +02:00
Sandro Santilli
335aad2a67 Include total number of points in the table 2015-05-14 15:29:27 +02:00
Sandro Santilli
c9c8c4ca31 Show up to 2 decimal digits for average bytes per point 2015-05-14 11:37:43 +02:00
Sandro Santilli
f335d5ef3f Print average bytes per point 2015-05-13 18:26:11 +02:00
Sandro Santilli
79f6b701b1 PDAL writer plugin for pgpointcloud does not take a "capacity" param
See #48
2015-05-08 10:08:20 +02:00
Sandro Santilli
07877f8e23 Remove superfluos newline from output of multiple iterations run 2015-05-07 17:46:47 +02:00
Sandro Santilli
3105488cbb Include block size in output 2015-05-07 17:46:02 +02:00
Sandro Santilli
5a5c10a9b7 Remove PC_AsText from the default list of queries
.. it is too slow to be useful as a default ..
2015-05-05 16:14:16 +02:00
Sandro Santilli
3477d85d1c Speed up base info query 2015-05-05 13:40:38 +02:00
Sandro Santilli
347ccfebbb Print percent of IO/CPU in addition to bare numbers 2015-05-05 13:09:46 +02:00
Sandro Santilli
bdf8e30ac2 Show IO times separately, WARN if track_io_timing is not on
Closes #80
2015-05-05 12:27:50 +02:00
Sandro Santilli
c052d38e0b Add relation sizes (main, toasts, indexes) 2015-05-04 18:14:51 +02:00
Sandro Santilli
022708bcba Fix stat computed by PC_Filter for scaled/offsetted dimensions.
Closes #78.
Includes testcase.
2015-04-30 13:31:13 +02:00
Sandro Santilli
a632241185 Fix max stat computed by PC_Filter for unscaled dimensions.
Closes #79.
Includes testcase.
2015-04-30 11:58:40 +02:00
Sandro Santilli
ce505591f4 Add support for an --iterate switch, default to 1 (rather than 3) 2015-04-28 17:32:47 +02:00
Sandro Santilli
72b920133c Change default column name to "pa", matching PDAL import 2015-04-27 13:34:54 +02:00
Sandro Santilli
65600f70bb Allow passing custom function to be run by the benchmarker 2015-04-24 18:24:05 +02:00
Sandro Santilli
3c37e6d6fa Add "type" field in the example PC_Summary output 2015-04-24 16:44:23 +02:00
Sandro Santilli
7061bbb549 Add "type" field in pc_summary dimension output 2015-04-24 16:41:21 +02:00