Sandro Santilli
28b4c1f817
Update expected version
2015-02-12 16:07:21 +01:00
Sandro Santilli
490bce0ae0
Get version from Version.config
2015-02-12 13:41:40 +01:00
Sandro Santilli
196a623ad7
Only create pointcloud_formats table if it doesn't exist
2015-02-12 13:25:58 +01:00
Sandro Santilli
0a668a703e
Automate creation of extension scripts, including upgrades
...
Closes #39
2015-02-12 13:15:03 +01:00
Sandro Santilli
2ecca0b602
Expose PC_Get(pcpoint) returning an array of float8 at the SQL level
...
Initial code by Remi-C, refactored to reduce code extent and equipped
with regress test.
2015-02-12 12:08:23 +01:00
Sandro Santilli
2c25529a73
Fix pointcloud_columns view definition to handle null-typmoded cols
...
Closes #27
2015-02-10 10:41:26 +01:00
Sandro Santilli
59b5db04b2
Cleanup after test
2015-02-10 10:39:15 +01:00
Sandro Santilli
fb7823930e
Enable GHT regress testing, allow configuring --without-libght
2015-02-04 11:59:01 +01:00
Sandro Santilli
7b7d063591
Add top-level "installcheck" rule, fix expected result
2015-02-04 10:28:50 +01:00
Paul Ramsey
d0e39ac27b
Support missing CUnit
2014-10-08 11:12:41 -07:00
Paul Ramsey
4c4bb5d394
Rework OS dependncies
2013-10-29 13:32:28 -07:00
Paul Ramsey
10f2810c6b
Formalize mingw linking line in CMake file
2013-10-29 11:45:31 -07:00
Paul Ramsey
b225423337
Merge branch 'master' into cmake
2013-10-23 11:04:02 -07:00
Paul Ramsey
6475de9ad2
Match removed ght test
2013-10-23 09:59:34 -07:00
Paul Ramsey
4cca228929
For #4 , return teeny bbox for single-point patches
2013-10-22 16:09:37 -07:00
Paul Ramsey
7468312894
Include win32 includes when building there
2013-10-22 15:56:31 -07:00
Paul Ramsey
dc970fbf0f
Merge branch 'master' into cmake
2013-10-22 15:54:18 -07:00
Paul Ramsey
67bdc764b7
Remove ght dependency
2013-10-22 15:53:56 -07:00
Paul Ramsey
ded9587b6d
Comment out ght tests
2013-10-22 14:23:58 -07:00
Paul Ramsey
64bc94d130
bundle_loader is OSX option only
2013-10-22 13:03:23 -07:00
Paul Ramsey
87f875eabf
Build against Centos6
2013-10-22 12:55:55 -07:00
Paul Ramsey
7fd10cf67b
Add install targets to all builds
2013-10-22 11:32:19 -07:00
Paul Ramsey
28da32e323
First cut of cmake support
2013-10-21 21:38:43 -07:00
Paul Ramsey
116b4bfc8b
Performance improvements on GHT filtering,
...
fix the pcpatch storage declaration (oops)
don't bother to free the trees you instantiate
because it takes more time than just letting
the memory manager get them in bulk at the
end of the query
2013-06-28 14:21:16 -07:00
Paul Ramsey
b8ff674ac4
Replace uncompressed filter hack with native GHT filtering for GHT cases.
2013-06-28 11:35:27 -07:00
Paul Ramsey
9e3354845e
Link in a more "mingw friendly" order ( closes #1 )
2013-06-26 09:56:14 -07:00
Paul Ramsey
c61ff69332
Remove unused variable (issue #2 )
2013-06-26 09:46:35 -07:00
Paul Ramsey
12123bdbb1
astyle pass
2013-06-12 17:13:19 -07:00
Paul Ramsey
fed44911a8
Astyle pas
2013-06-12 17:10:57 -07:00
Paul Ramsey
c4dbf6377d
Quiet warnings in Centos6
2013-06-10 13:17:15 -07:00
Paul Ramsey
668d2413b2
Tests in place for patchlevel filtering
...
much optimization left to do
2013-06-04 14:53:42 -07:00
Paul Ramsey
69ec4d3ce0
More rejig
2013-05-31 16:17:15 -07:00
Paul Ramsey
b87389e818
Use external storage, so disallow
...
pgsql applying zlib to our data independently
2013-05-31 15:45:28 -07:00
Paul Ramsey
61bb43be52
move patch functions into patch section
2013-05-31 15:41:43 -07:00
Paul Ramsey
8174fa4ca3
Finish implementation of patch-level stats
2013-05-31 15:36:23 -07:00
Paul Ramsey
89611f6101
Working draft of stats on serialization and patches, oof
2013-05-31 12:07:48 -07:00
Paul Ramsey
b76a3b8300
Continue with stats calculation reworking
2013-05-30 16:18:42 -07:00
Paul Ramsey
52d6e0243f
Rough draft of stats w/ serialize/deserialize
2013-05-28 19:20:53 -07:00
Paul Ramsey
8d70753800
Some commenting
2013-05-27 11:55:07 -07:00
Paul Ramsey
5c752e17b8
Fix pgsql 9.1 issue
2013-05-16 15:50:21 -07:00
Paul Ramsey
bde5bd4bc6
SQL binding for compression type reader
2013-05-09 06:35:47 -07:00
Paul Ramsey
0afb39f7ac
Move WKB extent extract to db side,
...
so it can do higher performance datum
slicing instead of pulling the whole
object off disk
2013-05-08 13:52:45 -07:00
Paul Ramsey
26b44326ee
Add PC_Version function to read library version
2013-05-08 11:17:19 -07:00
Paul Ramsey
379f22f24a
Detoasting only a slice modifies the VARSIZE value
...
in the returned pointer, so no good for getsize
call.
2013-05-08 09:47:39 -07:00
Paul Ramsey
fb4f657106
More more functions to slice-based access for header info
2013-05-08 09:34:20 -07:00
Paul Ramsey
0a8ab4dc0a
Only detoast a slice of patch to read npoints
2013-05-07 14:14:20 -07:00
Paul Ramsey
3be4b4102b
Working GHT in the database
2013-05-06 15:00:59 -07:00
Paul Ramsey
0b30dc5d0b
Test for GHT patch
2013-05-06 13:49:36 -07:00
Paul Ramsey
c4f92fa223
Add to string functions, extent function
2013-05-06 09:40:22 -07:00
Paul Ramsey
c6df52281c
Roughing GHT support. WKB read, serialization, deserialization done. WKB write remains to do.
2013-05-06 05:56:17 -07:00