| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xataio-pgstream_sha256_53fc396726024cb372853a1b0c79d047d586cadcc9d518b3aea04a6bc65ca51d.spdx.json | 2026-08-19 | 231.3 kB | |
| checksums.txt | 2026-08-19 | 437 Bytes | |
| pgstream.linux.amd64 | 2026-08-19 | 119.9 MB | |
| pgstream.linux.arm64 | 2026-08-19 | 113.4 MB | |
| pgstream.macos.amd64 | 2026-08-19 | 132.5 MB | |
| pgstream.macos.arm64 | 2026-08-19 | 126.7 MB | |
| pgstream.win.amd64.exe | 2026-08-19 | 125.3 MB | |
| README.md | 2026-08-19 | 1.7 kB | |
| v1.4.1 source code.tar.gz | 2026-08-19 | 4.1 MB | |
| v1.4.1 source code.zip | 2026-08-19 | 4.5 MB | |
| Totals: 10 Items | 626.6 MB | 14 | |
⚡ Highlights
🧬 Replicated bytea values are no longer corrupted on the way to a Postgres target
🧩 Partitioned tables restore with valid indexes and primary keys, so they keep replicating after a snapshot
🔐 Binaries are built with Go 1.26.6, patching stdlib and module CVEs
:dependabot: Dependency updates
What's Changed
Bug fixes
- Decode bytea hex from wal2json before writing to postgres by @siriusfrk in https://github.com/xataio/pgstream/pull/1090
- Restore
ALTER INDEX ... ATTACH PARTITIONwith indices and constraints by @siriusfrk in https://github.com/xataio/pgstream/pull/1094
Dependency updates
- Bump Go to 1.26.6 and patch stdlib / module CVEs by @walidelbiir in https://github.com/xataio/pgstream/pull/1107
- Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.44.0 to 1.45.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/1097
- Bump go.opentelemetry.io/otel/exporters/prometheus from 0.66.0 to 0.67.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/1099
- Bump testcontainers-go postgres, opensearch and elasticsearch modules from 0.43.0 to 0.44.0 by @dependabot[bot] in https://github.com/xataio/pgstream/pull/1098, https://github.com/xataio/pgstream/pull/1100, https://github.com/xataio/pgstream/pull/1096
- Bump clickhouse/clickhouse-server from 26.7.2.59-alpine to 26.7.3.19-alpine by @dependabot[bot] in https://github.com/xataio/pgstream/pull/1095
New Contributors
- @siriusfreak made their first contribution in https://github.com/xataio/pgstream/pull/1090
Full Changelog: https://github.com/xataio/pgstream/compare/v1.4.0...v1.4.1