Skip to content

Releases: flightaware/speedtables

Speedtables v1.13.18

Choose a tag to compare

@resuna resuna released this 03 Mar 14:34

Fix casstcl linking in speedtables on FreeBSD

Speedtables v1.13.14

Choose a tag to compare

@conej730 conej730 released this 28 Dec 14:15
eb4f6da

What's Changed

  • Fix casstcl linking on linux / gcc env by @conej730 in #83

Full Changelog: v1.13.13...v1.13.14

Speedtables v1.13.13

Choose a tag to compare

@resuna resuna released this 27 Dec 19:56
46b989b

Modify ctables/aclocal.m4 to work with nix

Speedtables v1.13.12

Choose a tag to compare

@resuna resuna released this 09 Jun 14:55
b2a71bc

Convert CI to Github Actions from Jenkins.

Speedtables 1.13.11

Choose a tag to compare

@resuna resuna released this 04 Mar 23:48
949eaea

Don't assume runtime libpq location (and fix other Nix compatibility issues)

Speedtables 1.13.10

Choose a tag to compare

@resuna resuna released this 11 Jul 18:57
  • Remove "register" keywords in speedtableHash.c
  • Fix Linux tests.

Speedtables 1.13.9

Choose a tag to compare

@resuna resuna released this 16 Jan 17:19

Update Linux configuration to match, uses pg_config to locate libpq-fe.h.

Speedtables 1.13.8

Choose a tag to compare

@resuna resuna released this 03 Oct 13:38

Revert configuration changes from Linux branch that were brought in with the 1.13.7 release.

Speedtables 1.13.7

Choose a tag to compare

@resuna resuna released this 02 Oct 17:39

Fix a bug in ctable search when searching a list of integers.

Speedtables 1.13.6

Choose a tag to compare

@resuna resuna released this 21 Sep 21:05

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.