Skip to content

Releases: pixeltable/pixeltable-pgserver

v0.4.0

10 Oct 22:36
728583f

Choose a tag to compare

Update postgres to 16.10, pgvector to 0.8.1, and enable build for Pyt…

v0.3.1

22 Feb 03:19
68e71f7

Choose a tag to compare

Update postgres to 16.8.

v0.3.0

21 Feb 23:26
97fca99

Choose a tag to compare

Upgrade pgvector to latest version (0.8.0).

v0.2.9

24 Dec 04:08
86d5f9e

Choose a tag to compare

Use `tempfile.gettempdir()` as a fallback if `runtime_path` does not …

v0.2.8

13 Nov 00:47
fd16b1a

Choose a tag to compare

Support Python 3.13

v0.2.7

03 Sep 22:01
13ec9d1

Choose a tag to compare

Add `driver` parameter to `get_uri()` to facilitate psycopg3 support …

v0.2.6

29 Aug 23:04
c562caa

Choose a tag to compare

Hard-code versions of build dependencies (#9)

The `pgserver` build started failing with the setuptools 74.0 release.
This fixes the build dependency versions to prevent such regressions.

v0.2.5

22 Aug 16:02
fb08361

Choose a tag to compare

Fix time zone compilation on Windows build (#8)

v0.2.4

16 Aug 16:47
27e8df7

Choose a tag to compare

Add targets for Linux and Windows ARM wheels (#6)

v0.2.3

16 Aug 07:49
32283e4

Choose a tag to compare

Enable readline support in postgres build; some cleanup (#5)