Erik Nordström
7b94c573ba
Refactor directory structure and tests
...
- Directory structure now matches common practices
- Regression tests now run with pg_regress via the PGXS infrastructure.
- Unit tests do not integrate well with pg_regress and have to be run
separately.
- Docker functionality is separate from main Makefile. Run with
`make -f docker.mk` to build and `make -f docker.mk run` to run
the database in a container.
2017-01-31 20:14:19 +01:00
Olof Rensfelt
0f3aa8d557
* Add _meta schema to allow all code to be loaded on both meta and nodes.
...
* Split SQL into functions and setup.
* Remove hash-lib dependency.
* Makes code into Postgresql extension.
2016-12-20 16:10:59 +01:00
Matvey Arye
f56701f738
Fix non existant hypertable case
2016-11-28 21:49:44 -05:00
Olof Rensfelt
12f260f893
Update unit tests
2016-11-23 18:52:31 +01:00
Matvey Arye
939a4008ad
Cleanup after refactor
2016-11-22 16:42:19 -05:00
Matvey Arye
582671f926
Queries again work after previous refactoring
2016-11-22 16:41:28 -05:00
Matvey Arye
bfcb25642e
added meta table and communication from data nodes to meta
2016-11-22 16:41:27 -05:00
Matvey Arye
42ee7c8586
starting refactor of clustering and naming logic
...
This fix allows more flexible placement of tables on a node; better
and more flexible logic for remote placement of chunks on nodes.
2016-11-22 16:41:27 -05:00
Olof Rensfelt
e15da09f45
add test from postgres-kafka-consumer
...
Added missing files.
2016-11-21 18:39:19 +01:00
Olof Rensfelt
e199a1bcf7
Add setup scripts and cleanup test directories
2016-11-02 17:25:22 +01:00