Skip to content

Rename postgresfts backend to postgres - #47

Merged
jamessewell merged 1 commit into
mainfrom
rename-postgresfts-to-postgres
May 12, 2026
Merged

Rename postgresfts backend to postgres#47
jamessewell merged 1 commit into
mainfrom
rename-postgresfts-to-postgres

Conversation

@jamessewell

Copy link
Copy Markdown
Collaborator

The postgresfts backend was just the shared postgres driver registered under a different name. PostgreSQL FTS is a core feature, not an extension, so the backend is plain Postgres. Rename it accordingly to avoid confusion.

ParadeDB stays as its own backend since it needs a different container image and adds extension-specific config capture.

Renames: package, registered name, env var (POSTGRES_FTS_URL → POSTGRES_URL), container, docker-compose service/volume, dataset directory, k6 loader binding (LoadPostgresFTS → LoadPostgres), dashboard color key.

The postgresfts backend was just the shared postgres driver registered
under a different name. PostgreSQL FTS is a core feature, not an
extension, so the backend is plain Postgres — rename it accordingly.

ParadeDB stays as its own backend since it needs a different container
image and adds extension-specific config capture.

Renames: package, registered name, env var (POSTGRES_FTS_URL → POSTGRES_URL),
container, docker-compose service/volume, dataset directory, k6 loader
binding (LoadPostgresFTS → LoadPostgres), dashboard color key.
@jamessewell
jamessewell merged commit 410dd5f into main May 12, 2026
8 of 10 checks passed
@jamessewell
jamessewell deleted the rename-postgresfts-to-postgres branch May 12, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant