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 vector #4

Merged
merged 1,094 commits into from
Jun 28, 2024
Merged

Update pg vector #4

merged 1,094 commits into from
Jun 28, 2024

Conversation

bf4
Copy link
Member

@bf4 bf4 commented Jun 28, 2024

No description provided.

ankane and others added 25 commits April 29, 2024 09:26
Currently pgvector does not create any WAL records for unlogged tables

Postgres assumes INIT_FORK of unlogged tables is persistent and uses it
to reset the table index to its default empty state after a server
crash.

This patch makes INIT_FORK of unlogged table WAL-tracked, which ensures
an unlogged table is usable after a crash-restart
@bf4 bf4 force-pushed the update_pg_vector branch from 694d6e3 to c4e5f02 Compare June 28, 2024 03:19
@bf4 bf4 merged commit 5aac66f into master Jun 28, 2024
19 of 23 checks passed
@bf4 bf4 deleted the update_pg_vector branch June 28, 2024 03:20
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.

4 participants