Releases: pgElephant/pgraft
Releases · pgElephant/pgraft
pgraft 1.0.0
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
- Quick Start: https://pgelephant.github.io/pgraft/getting-started/quick-start/
- Full Docs: https://pgelephant.github.io/pgraft/
✅ Verification
sha256sum -c SHA256SUMSFull Changelog: REL_1_0...v1.0.0
pgraft 1.0.0
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;