Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pgElephant/pgraft

pgraft 1.0.0

29 Oct 16:01
@github-actions github-actions

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

Assets 7
Loading

pgraft 1.0.0

25 Oct 22:47
@pgelephant2025 pgelephant2025

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;

Loading

AltStyle によって変換されたページ (->オリジナル) /