Skip to content

Releases: beyondoss/postgres

server/v0.1.9

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:13
b89af74
beyond-pg server v0.1.9

fix(init): redial the substrate vsock instead of going silent forever.

An instd restart (every deploy:compute:local) left a postgres VM running but
permanently invisible to the host: the substrate thread exited on EOF and never
redialled, so instd saw no ready, no heartbeat replies, no PSI reports and no
workload logs, and marked the VM Degraded (guest disconnected). keep_alive now
distinguishes a disconnect (redial with capped backoff, re-sending
Ready{reconnect:true}) from an explicit Shutdown (stop for good). A first-connect
failure stays soft-fail, so Docker/no-AF_VSOCK environments are unchanged.

server/v0.1.8

Choose a tag to compare

@jaredLunde jaredLunde released this 14 Jul 03:08
11bdb04
perf(tuning): coalesce a scale-up into one retune, and stop sleeping …

server/v0.1.7

Choose a tag to compare

@jaredLunde jaredLunde released this 13 Jul 18:23
1d6a54b

What's Changed

  • fix(ci): sink release fires on server tags and breaks on slashed refs by @jaredLunde in #12

Full Changelog: server/v0.1.6...server/v0.1.7

server/v0.1.6

Choose a tag to compare

@jaredLunde jaredLunde released this 13 Jul 18:16
d8cb539

What's Changed

  • feat(pgbouncer): peer so_reuseport workers to forward cross-worker query cancels by @jaredLunde in #10
  • fix(tuning): retune shared_buffers behind a pgbouncer PAUSE by @jaredLunde in #11

Full Changelog: server/v0.1.5...server/v0.1.6

server/v0.1.5

Choose a tag to compare

@github-actions github-actions released this 26 Jun 23:19
4e4571b
beyond-pg v0.1.5: control-file extension filter + batched post_start

server/v0.1.4

Choose a tag to compare

@github-actions github-actions released this 26 Jun 16:42
89db3e5
beyond-pg v0.1.4: pre-baked PGDATA template (skip first-boot initdb)

server/v0.1.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:29
beyond-pg server/v0.1.3 — skip IPv6 DAD (nodad): fixes ~5s per-depend…

server/v0.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 15:09
beyond-pg v0.1.2: gate service.ready on pgbouncer :5432 accepting

server/v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 06:13
beyond-pg v0.1.1: emit ServiceKind::Ready so the postgres primitive c…

server/v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 00:26
beyond-pg + beyond-pg-init v0.1.0 (static musl)