Skip to content

Releases: KBVE/postgres

PostgreSQL 17 KBVE Build 17.6.1.084-kbve

13 Feb 07:31

Choose a tag to compare

PostgreSQL 17 Docker Image (KBVE Build)

Docker Image

docker pull ghcr.io/kbve/postgres:17.6.1.084-kbve

CNPG Cluster Usage

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: postgres-kbve
spec:
  instances: 3
  imageName: ghcr.io/kbve/postgres:17.6.1.084-kbve
  postgresql:
    shared_preload_libraries:
      - "pg_stat_statements"
      - "pg_failover_slots"

Fork Customizations

  • kilobase (pgrx 0.16.1 extension)
  • vchord / VectorChord (pgrx 0.17.0 — scalable vector search)
  • pg_failover_slots (logical replication slot failover)
  • All standard Supabase PostgreSQL extensions

Build Details

  • PostgreSQL 17
  • Platform: linux/amd64
  • Base: Supabase PostgreSQL distribution
  • Built with Nix reproducible builds

PostgreSQL 17 KBVE Build 17.6.1.083-kbve

12 Feb 20:25

Choose a tag to compare

PostgreSQL 17 Docker Image (KBVE Build)

Docker Image

docker pull ghcr.io/kbve/postgres:17.6.1.083-kbve

CNPG Cluster Usage

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: postgres-kbve
spec:
  instances: 3
  imageName: ghcr.io/kbve/postgres:17.6.1.083-kbve
  postgresql:
    shared_preload_libraries:
      - "pg_stat_statements"
      - "pg_failover_slots"

Fork Customizations

  • kilobase (pgrx 0.16.1 extension)
  • pg_failover_slots (logical replication slot failover)
  • All standard Supabase PostgreSQL extensions

Build Details

  • PostgreSQL 17
  • Platform: linux/amd64
  • Base: Supabase PostgreSQL distribution
  • Built with Nix reproducible builds

PostgreSQL 17 KBVE Build 17.6.1.082-kbve

12 Feb 11:36

Choose a tag to compare

PostgreSQL 17 Docker Image (KBVE Build)

Docker Image

docker pull ghcr.io/kbve/postgres:17.6.1.082-kbve

CNPG Cluster Usage

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: postgres-kbve
spec:
  instances: 3
  imageName: ghcr.io/kbve/postgres:17.6.1.082-kbve
  postgresql:
    shared_preload_libraries:
      - "pg_stat_statements"
      - "pg_failover_slots"

Fork Customizations

  • kilobase (pgrx 0.16.1 extension)
  • pg_failover_slots (logical replication slot failover)
  • All standard Supabase PostgreSQL extensions

Build Details

  • PostgreSQL 17
  • Platform: linux/amd64
  • Base: Supabase PostgreSQL distribution
  • Built with Nix reproducible builds

PostgreSQL 17 with Kilobase Extension

05 Aug 03:39

Choose a tag to compare

PostgreSQL 17 Docker Image with Kilobase Extension

This release contains a complete PostgreSQL 17 Docker image with the kilobase extension included.

Docker Image:

docker pull ghcr.io/kbve/postgres:17.4.1.069-kilobase

CNPG Cluster Usage:

apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
  name: postgres-kilobase
spec:
  instances: 3
  imageName: ghcr.io/kbve/postgres:17.4.1.069-kilobase
  postgresql:
    shared_preload_libraries:
      - "pg_stat_statements"
      - "pg_failover_slots"
  bootstrap:
    initdb:
      postInitSQL:
        - "CREATE EXTENSION IF NOT EXISTS kilobase;"

Extensions Included:

  • kilobase (PostgreSQL extension built with pgrx 0.15.0)
  • pg_failover_slots
  • All standard Supabase extensions

Build Details:

  • PostgreSQL 17
  • Built for: linux/amd64
  • Base: Supabase PostgreSQL distribution
  • Built with Nix reproducible builds