5 Commits

Author SHA1 Message Date
Sven Klemm
f89fd07c5b Remove year from SQL file license text
This changes the license text for SQL files to be identical
with the license text for C files.
2019-01-13 23:30:22 +01:00
Sven Klemm
5943b98782 Replace hardcoded database name in test files
Replace hardcoded databases name with :TEST_DBNAME in test scripts
and :DBNAME in include files. This will allow parallel execution
of test scripts.
2019-01-08 21:19:10 +01:00
Joshua Lockerman
0436d3b4b0 Edit launcher to load TSL strictly after timescale itself
Reloading shared libraries (which is done to start parallel
workers) is done is the order in which load_file completes.
If we try to load the TSL from PG_init, this causes postgres to
attempt to load the TSL before timescale itself, which causes an
error.

Also disables the warning on normal TSL startup.
2019-01-02 15:43:48 -05:00
Joshua Lockerman
20ec6914c0 Add license headers to SQL files and test code 2018-10-29 13:28:19 -04:00
Matvey Arye
c3b6fb90d9 Fix bug with negative dimension values
Previously, negative dimension values had an off-by-one bug where the
wrong chunk was created for points on chunk borders. This PR fixes that.
2017-08-28 10:29:05 -04:00