Releases: flightaware/speedtables
Speedtables v1.13.18
Speedtables v1.13.14
What's Changed
Full Changelog: v1.13.13...v1.13.14
Speedtables v1.13.13
Modify ctables/aclocal.m4 to work with nix
Speedtables v1.13.12
Convert CI to Github Actions from Jenkins.
Speedtables 1.13.11
Don't assume runtime libpq location (and fix other Nix compatibility issues)
Speedtables 1.13.10
- Remove "register" keywords in speedtableHash.c
- Fix Linux tests.
Speedtables 1.13.9
Update Linux configuration to match, uses pg_config to locate libpq-fe.h.
Speedtables 1.13.8
Revert configuration changes from Linux branch that were brought in with the 1.13.7 release.
Speedtables 1.13.7
Fix a bug in ctable search when searching a list of integers.
Speedtables 1.13.6
More nested search fixes - track what skiplists are actually in use at any given time and don't re-use them in nested searches. Actually limits the block to when the skiplist is active... if you're buffering a search it doesn't restrict searches on the same key in inner loops, because the skiplist is closed before the actions part of the search starts.