Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pg_search to v0.10.1 #972

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.16.0"
version = "0.16.1"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions tembo-stacks/src/stacks/specs/paradedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ postgres_config:
- name: pg_stat_statements.track
value: top
- name: shared_preload_libraries
value: pg_stat_statements,pg_cron
value: pg_stat_statements,pg_search,pg_analytics,pg_cron
- name: track_io_timing
value: 'on'
- name: wal_level
Expand All @@ -33,7 +33,7 @@ trunk_installs:
- name: pg_analytics
version: 0.1.4
- name: pg_search
version: 0.10.0
version: 0.10.1
- name: pg_cron
version: 1.6.2
- name: pgvector
Expand All @@ -52,7 +52,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.10.0
version: 0.10.1
- name: vector
locations:
- database: postgres
Expand Down