Skip to content

Releases: pgElephant/pgraft

pgraft 1.0.0

29 Oct 16:01

Choose a tag to compare

pgraft 1.0.0-1

Raft consensus extension for PostgreSQL.

📦 Build Artifacts

  • PostgreSQL versions: 16, 17, 18
  • Platforms: Ubuntu (.so), Rocky Linux (.so), macOS (.dylib)

🚀 Installation

# Build from source
make PG_CONFIG=/path/to/pg_config
sudo make install PG_CONFIG=/path/to/pg_config

✨ Features

  • Raft consensus protocol (etcd-io/raft)
  • Automatic leader election
  • Log replication and persistence
  • Split-brain prevention
  • etcd-compatible SQL views

📚 Documentation

✅ Verification

sha256sum -c SHA256SUMS

Full Changelog: REL_1_0...v1.0.0

pgraft 1.0.0

25 Oct 22:47

Choose a tag to compare

pgraft 1.0.0

Raft consensus extension for PostgreSQL.

Installation

RPM: sudo dnf install pgraft_17-*.rpm
DEB: sudo dpkg -i postgresql-17-pgraft_*.deb && sudo apt-get install -f

Packages Included

  • PostgreSQL 16, 17, 18
  • RPM (RHEL/CentOS/Rocky Linux)
  • DEB (Ubuntu/Debian)
  • Includes etcd-io/raft consensus library
  • Bitcode files for JIT compilation

Enable: CREATE EXTENSION pgraft;