Antonin Houska

ah@cybertec.at

Email: ah@cybertec.at
Name: Antonin Houska
Messages: 789
First message: 2014-09-22
Last message: 2026-05-20

Recent messages

DateSubject
2026-05-20T07:54:06Z Re: [PATCH] Fix REPACK decoding worker not cleaned up on FATAL exit
2026-05-13T12:00:38Z Re: Fix REPACK with WITHOUT OVERLAPS replica identity indexes
2026-05-12T16:48:48Z Re: Fix REPACK with WITHOUT OVERLAPS replica identity indexes
2026-05-12T11:08:20Z Re: Adding REPACK [concurrently]
2026-05-12T10:27:08Z [PATCH] Test to demonstrate bug in commit 0d3dba38c7 and to verify a fix.
2026-05-11T19:30:01Z Re: Adding REPACK [concurrently]
2026-05-11T15:17:52Z Re: Adding REPACK [concurrently]
2026-05-06T08:25:44Z Re: Adding REPACK [concurrently]
2026-05-06T07:38:11Z [PATCH 3/3] Distinguish properly when database-specific transaction list should be used.
2026-05-06T07:38:11Z [PATCH] Distinguish properly when database-specific transaction list should be used.
2026-05-05T12:47:46Z Re: Adding REPACK [concurrently]
2026-05-04T13:24:49Z Re: Adding REPACK [concurrently]
2026-05-04T09:52:13Z Re: Report index currently being vacuumed in pg_stat_progress_vacuum
2026-05-04T09:32:21Z [PATCH] Allow progress tracking of sub-commands.
2025-12-13T19:39:21Z Re: Adding REPACK [concurrently]
2025-12-13T18:48:39Z Re: Adding REPACK [concurrently]
2025-12-13T18:27:18Z [PATCH 6/6] Use multiple snapshots to copy the data.
2025-12-13T18:27:18Z [PATCH 5/6] Use background worker to do logical decoding.
2025-12-13T18:27:18Z [PATCH 4/6] Add CONCURRENTLY option to REPACK command.
2025-12-13T18:27:18Z [PATCH 3/6] Move conversion of a "historic" to MVCC snapshot to a separate function.
2025-12-13T18:27:18Z [PATCH 2/6] Refactor index_concurrently_create_copy() for use with REPACK (CONCURRENTLY).
2025-12-13T18:27:17Z [PATCH 1/6] Add REPACK command
2025-12-09T18:52:37Z Re: Adding REPACK [concurrently]
2025-12-09T18:44:43Z [PATCH 5/5] Use background worker to do logical decoding.
2025-12-09T18:44:43Z [PATCH 4/5] Add CONCURRENTLY option to REPACK command.
2025-12-09T18:44:42Z [PATCH 3/5] Move conversion of a "historic" to MVCC snapshot to a separate function.
2025-12-09T18:44:42Z [PATCH 2/5] Refactor index_concurrently_create_copy() for use with REPACK (CONCURRENTLY).
2025-12-09T18:44:42Z [PATCH 1/5] Add REPACK command
2025-12-08T09:51:36Z Re: Adding REPACK [concurrently]
2025-12-08T07:35:53Z Re: Adding REPACK [concurrently]
2025-12-04T19:15:44Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-12-04T17:43:27Z Re: Adding REPACK [concurrently]
2025-12-04T17:20:07Z [PATCH 4/4] Add CONCURRENTLY option to REPACK command.
2025-12-04T17:20:07Z [PATCH 3/4] Move conversion of a "historic" to MVCC snapshot to a separate function.
2025-12-04T17:20:07Z [PATCH 2/4] Refactor index_concurrently_create_copy() for use with REPACK (CONCURRENTLY).
2025-12-04T17:20:07Z [PATCH 1/4] Add REPACK command
2025-12-04T13:36:12Z Re: Adding REPACK [concurrently]
2025-12-04T08:34:54Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-12-03T07:56:01Z Re: Adding REPACK [concurrently]
2025-12-02T16:14:57Z Re: Adding REPACK [concurrently]
2025-12-02T08:07:54Z Re: Index functions and INDEX_CREATE_SKIP_BUILD
2025-12-02T07:28:00Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-12-02T07:18:48Z Index functions and INDEX_CREATE_SKIP_BUILD
2025-12-01T10:29:49Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-12-01T09:09:29Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-11-28T09:05:24Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-11-27T16:56:25Z Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements
2025-11-19T18:42:26Z Avoid unnecessary processing of DISTINCT clause (Was: Unique Keys)
2025-11-19T09:58:28Z [PATCH] Avoid DISTINCT step if the input path already generates distinct rows.
2025-11-08T12:12:31Z Re: Use bsearch() instead of a manual binary search in syscache.c