public inbox for [email protected]  
help / color / mirror / Atom feed
Messages from [email protected]

pgsql: Avoid stale slot access after dropping obsolete synced slots.
  2026-06-18 04:27 UTC  Amit Kapila <[email protected]>

pgsql: Avoid stale slot access after dropping obsolete synced slots.
  2026-06-18 04:27 UTC  Amit Kapila <[email protected]>

pgsql: Avoid stale slot access after dropping obsolete synced slots.
  2026-06-18 04:27 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Clarify that publication exclusions track table identity.
  2026-06-18 02:33 UTC  Amit Kapila <[email protected]>

pgsql: Disallow negative values for max_retention_duration.
  2026-06-11 05:54 UTC  Amit Kapila <[email protected]>

pgsql: pg_createsubscriber: Fix duplicate publication name rejection.
  2026-06-08 06:56 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Add missing SGML markup in alter_publication.sgml.
  2026-06-08 06:02 UTC  Amit Kapila <[email protected]>

pgsql: Fix publisher retain_dead_tuples check when also changing origin
  2026-06-08 05:37 UTC  Amit Kapila <[email protected]>

pgsql: Fix memory accumulation in pg_sync_replication_slots() during re
  2026-05-26 22:25 UTC  Amit Kapila <[email protected]>

pgsql: Use schema-qualified names in EXCEPT clause error messages.
  2026-05-08 04:36 UTC  Amit Kapila <[email protected]>

pgsql: Simplify translatable messages for tuple value details in confli
  2026-05-04 07:06 UTC  Amit Kapila <[email protected]>

pgsql: Fix BF failure introduced in commit 2bf6c9ff71.
  2026-05-01 09:12 UTC  Amit Kapila <[email protected]>

pgsql: Avoid including utils/timestamp.h in conflict.h.
  2026-02-23 04:54 UTC  Amit Kapila <[email protected]>

pgsql: Avoid including worker_internal.h in pgstat.h.
  2026-02-20 04:01 UTC  Amit Kapila <[email protected]>

pgsql: Refactor slot synchronization logic in slotsync.c.
  2026-02-12 09:15 UTC  Amit Kapila <[email protected]>

pgsql: pg_createsubscriber: Improve error messages.
  2025-04-04 05:44 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Improve -R option added in e5aeed4b80.
  2025-04-03 09:07 UTC  Amit Kapila <[email protected]>

pgsql: Fix slot synchronization for two_phase enabled slots.
  2025-04-03 06:57 UTC  Amit Kapila <[email protected]>

pgsql: pg_createsubscriber: Add '--all' option.
  2025-03-28 07:06 UTC  Amit Kapila <[email protected]>

pgsql: Stablize tests added in 3abe9dc188.
  2025-03-28 05:48 UTC  Amit Kapila <[email protected]>

pgsql: Fix the typo in the test case added in 73eba5004a.
  2025-03-25 04:23 UTC  Amit Kapila <[email protected]>

pgsql: Fix an oversight in 3abe9dc188.
  2025-03-25 04:09 UTC  Amit Kapila <[email protected]>

pgsql: Detect and Log multiple_unique_conflicts type conflict.
  2025-03-24 07:17 UTC  Amit Kapila <[email protected]>

pgsql: pg_createsubscriber: Add -R publications option.
  2025-03-20 06:59 UTC  Amit Kapila <[email protected]>

pgsql: Fix typo.
  2025-03-18 09:01 UTC  Amit Kapila <[email protected]>

pgsql: Use correct variable name in publicationcmds.c.
  2025-03-18 08:47 UTC  Amit Kapila <[email protected]>

pgsql: Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
  2025-03-14 03:46 UTC  Amit Kapila <[email protected]>

pgsql: Avoid invalidating all RelationSyncCache entries on publication
  2025-03-13 04:00 UTC  Amit Kapila <[email protected]>

pgsql: Avoid invalidating all RelationSyncCache entries on publication
  2025-03-06 08:55 UTC  Amit Kapila <[email protected]>

pgsql: Fix BF failure introduced by commit b3f6b14cf4.
  2024-03-01 05:06 UTC  Amit Kapila <[email protected]>

pgsql: Fixups for commit 93db6cbda0.
  2024-02-29 04:31 UTC  Amit Kapila <[email protected]>

pgsql: Back-patch test modifications that were done as part of b6df0798
  2024-02-26 04:13 UTC  Amit Kapila <[email protected]>

pgsql: Back-patch test modifications that were done as part of b6df0798
  2024-02-26 04:13 UTC  Amit Kapila <[email protected]>

pgsql: Fix BF failure in commit 93db6cbda0.
  2024-02-22 13:08 UTC  Amit Kapila <[email protected]>

pgsql: Add a new slot sync worker to synchronize logical slots.
  2024-02-22 10:07 UTC  Amit Kapila <[email protected]>

pgsql: Fix the intermittent buildfarm failures in 031_column_list.
  2024-02-22 06:48 UTC  Amit Kapila <[email protected]>

pgsql: Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424
  2024-02-22 06:01 UTC  Amit Kapila <[email protected]>

pgsql: Fix 004_subscription.pl to allow its usage in --link mode.
  2024-02-19 05:12 UTC  Amit Kapila <[email protected]>

pgsql: Disable autovacuum on primary in 040_standby_failover_slots_sync
  2024-02-16 09:22 UTC  Amit Kapila <[email protected]>

pgsql: Fix the incorrect format specifier used in commit 7a424ece48.
  2024-02-16 06:11 UTC  Amit Kapila <[email protected]>

pgsql: Change the LOG level in 040_standby_failover_slots_sync.pl to DE
  2024-02-16 04:52 UTC  Amit Kapila <[email protected]>

pgsql: Add more LOG and DEBUG messages for slot synchronization.
  2024-02-16 03:41 UTC  Amit Kapila <[email protected]>

pgsql: Another try to fix BF failure introduced in commit ddd5f4f54a.
  2024-02-15 05:22 UTC  Amit Kapila <[email protected]>

pgsql: Fix BF introduced in commit ddd5f4f54a.
  2024-02-14 11:00 UTC  Amit Kapila <[email protected]>

pgsql: Add a slot synchronization function.
  2024-02-14 04:43 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Improve upgrade for streaming replication section.
  2024-02-13 04:26 UTC  Amit Kapila <[email protected]>

pgsql: Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
  2024-02-07 05:58 UTC  Amit Kapila <[email protected]>

pgsql: Clean-ups for 776621a5e4 and 7329240437.
  2024-02-07 04:48 UTC  Amit Kapila <[email protected]>

pgsql: Enhance libpqrcv APIs to support slot synchronization.
  2024-02-05 05:28 UTC  Amit Kapila <[email protected]>

pgsql: Improve the comments in 004_subscription.pl.
  2024-02-05 03:38 UTC  Amit Kapila <[email protected]>

pgsql: Allow upgrades to preserve the full subscription's state.
  2024-01-02 03:07 UTC  Amit Kapila <[email protected]>

pgsql: Remove duplicate words in docs and code comments.
  2023-10-09 03:58 UTC  Amit Kapila <[email protected]>

pgsql: Fix the misuse of origin filter across multiple pg_logical_slot_
  2023-09-27 09:15 UTC  Amit Kapila <[email protected]>

pgsql: Fix the misuse of origin filter across multiple pg_logical_slot_
  2023-09-27 09:15 UTC  Amit Kapila <[email protected]>

pgsql: Flush logical slots to disk during a shutdown checkpoint if requ
  2023-09-14 03:43 UTC  Amit Kapila <[email protected]>

pgsql: Remove redundant result assignment in 004_sync.pl.
  2023-09-14 03:16 UTC  Amit Kapila <[email protected]>

pgsql: Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner
  2023-09-13 04:28 UTC  Amit Kapila <[email protected]>

pgsql: Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner
  2023-09-13 04:28 UTC  Amit Kapila <[email protected]>

pgsql: Fix uninitialized access to InitialRunningXacts during decoding
  2023-09-12 04:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix uninitialized access to InitialRunningXacts during decoding
  2023-09-12 04:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix uninitialized access to InitialRunningXacts during decoding
  2023-09-12 04:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix uninitialized access to InitialRunningXacts during decoding
  2023-09-12 04:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix uninitialized access to InitialRunningXacts during decoding
  2023-09-12 04:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix typo in decode.c.
  2023-09-04 03:45 UTC  Amit Kapila <[email protected]>

pgsql: Deduplicate handling of binary and text modes in logicalrep_read
  2023-03-06 04:50 UTC  Amit Kapila <[email protected]>

pgsql: Change xl_hash_vacuum_one_page.ntuples from int to uint16.
  2023-02-27 03:09 UTC  Amit Kapila <[email protected]>

pgsql: Add a new wait state and use it when sending data in the apply w
  2023-02-16 02:29 UTC  Amit Kapila <[email protected]>

pgsql: Fix the logical replication timeout during large DDLs.
  2023-02-08 02:46 UTC  Amit Kapila <[email protected]>

pgsql: Use appropriate wait event when sending data in the apply worker
  2023-02-07 04:40 UTC  Amit Kapila <[email protected]>

pgsql: Optimize the origin drop functionality.
  2023-02-03 03:13 UTC  Amit Kapila <[email protected]>

pgsql: Allow the logical_replication_mode to be used on the subscriber.
  2023-02-02 02:55 UTC  Amit Kapila <[email protected]>

pgsql: Add wait_for_subscription_sync for TAP tests.
  2022-08-03 10:08 UTC  Amit Kapila <[email protected]>

pgsql: Remove obsolete comment in snapbuild.c.
  2021-10-05 03:36 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Move pg_stat_replication_slots view to "Collected Statistic
  2021-10-01 03:07 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Move pg_stat_replication_slots view to "Collected Statistic
  2021-10-01 03:07 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate all partitions for a partitioned table in publication
  2021-09-22 03:03 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate all partitions for a partitioned table in publication
  2021-09-22 03:03 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate all partitions for a partitioned table in publication
  2021-09-22 03:03 UTC  Amit Kapila <[email protected]>

pgsql: Add parent table name in an error in reorderbuffer.c.
  2021-09-22 02:24 UTC  Amit Kapila <[email protected]>

pgsql: Fix reorder buffer memory accounting for toast changes.
  2021-09-13 05:26 UTC  Amit Kapila <[email protected]>

pgsql: Fix reorder buffer memory accounting for toast changes.
  2021-09-13 05:26 UTC  Amit Kapila <[email protected]>

pgsql: Fix reorder buffer memory accounting for toast changes.
  2021-09-13 05:26 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Change optional parameters grouping in Create Subscription.
  2021-09-13 03:07 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate relcache for publications defined for all tables.
  2021-09-08 06:50 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate relcache for publications defined for all tables.
  2021-09-08 06:50 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate relcache for publications defined for all tables.
  2021-09-08 06:50 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate relcache for publications defined for all tables.
  2021-09-08 06:50 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate relcache for publications defined for all tables.
  2021-09-08 06:50 UTC  Amit Kapila <[email protected]>

pgsql: Invalidate relcache for publications defined for all tables.
  2021-09-08 06:50 UTC  Amit Kapila <[email protected]>

pgsql: Log new catalog xmin candidate in LogicalIncreaseXminForSlot().
  2021-09-07 02:47 UTC  Amit Kapila <[email protected]>

pgsql: Optimize fileset usage in apply worker.
  2021-09-02 02:55 UTC  Amit Kapila <[email protected]>

pgsql: Fix the random test failure in 001_rep_changes.
  2021-09-01 04:59 UTC  Amit Kapila <[email protected]>

pgsql: Fix the random test failure in 001_rep_changes.
  2021-09-01 04:59 UTC  Amit Kapila <[email protected]>

pgsql: Fix the random test failure in 001_rep_changes.
  2021-09-01 04:59 UTC  Amit Kapila <[email protected]>

pgsql: Fix the random test failure in 001_rep_changes.
  2021-09-01 04:59 UTC  Amit Kapila <[email protected]>

pgsql: Fix the random test failure in 001_rep_changes.
  2021-09-01 04:59 UTC  Amit Kapila <[email protected]>

pgsql: Fix the random test failure in 001_rep_changes.
  2021-09-01 04:59 UTC  Amit Kapila <[email protected]>

pgsql: Replace magic constants used in pg_stat_get_replication_slot().
  2021-06-30 06:21 UTC  Amit Kapila <[email protected]>

pgsql: Replace magic constants used in pg_stat_get_replication_slot().
  2021-06-30 06:21 UTC  Amit Kapila <[email protected]>

pgsql: Allow streaming the changes after speculative aborts.
  2021-06-30 04:36 UTC  Amit Kapila <[email protected]>

pgsql: Allow streaming the changes after speculative aborts.
  2021-06-30 04:36 UTC  Amit Kapila <[email protected]>

pgsql: Allow enabling two-phase option via replication protocol.
  2021-06-30 03:26 UTC  Amit Kapila <[email protected]>

pgsql: Improve RelationGetIdentityKeyBitmap().
  2021-06-28 05:38 UTC  Amit Kapila <[email protected]>

pgsql: Fix race condition in TransactionGroupUpdateXidStatus().
  2021-06-28 04:08 UTC  Amit Kapila <[email protected]>

pgsql: Fix race condition in TransactionGroupUpdateXidStatus().
  2021-06-28 04:08 UTC  Amit Kapila <[email protected]>

pgsql: Fix race condition in TransactionGroupUpdateXidStatus().
  2021-06-28 04:08 UTC  Amit Kapila <[email protected]>

pgsql: Fix race condition in TransactionGroupUpdateXidStatus().
  2021-06-28 04:08 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Fix minor formatting issue in logicaldecoding.sgml.
  2021-06-25 02:54 UTC  Amit Kapila <[email protected]>

pgsql: Fix ABI break introduced by commit 4daa140a2f.
  2021-06-24 10:00 UTC  Amit Kapila <[email protected]>

pgsql: Fix ABI break introduced by commit 4daa140a2f.
  2021-06-24 10:00 UTC  Amit Kapila <[email protected]>

pgsql: Fix ABI break introduced by commit 4daa140a2f.
  2021-06-24 10:00 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update logical replication message formats.
  2021-06-24 06:23 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update caveats in synchronous logical replication.
  2021-06-24 05:18 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update caveats in synchronous logical replication.
  2021-06-24 05:18 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update caveats in synchronous logical replication.
  2021-06-24 05:18 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update caveats in synchronous logical replication.
  2021-06-24 05:18 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update caveats in synchronous logical replication.
  2021-06-24 05:18 UTC  Amit Kapila <[email protected]>

pgsql: Doc: Update caveats in synchronous logical replication.
  2021-06-24 05:18 UTC  Amit Kapila <[email protected]>

pgsql: Handle no replica identity index case in RelationGetIdentityKeyB
  2021-06-19 06:10 UTC  Amit Kapila <[email protected]>

pgsql: Fix valgrind issue in pgoutput.c.
  2021-06-18 03:24 UTC  Amit Kapila <[email protected]>

pgsql: Document a few caveats in synchronous logical replication.
  2021-06-17 06:25 UTC  Amit Kapila <[email protected]>

pgsql: Document a few caveats in synchronous logical replication.
  2021-06-17 06:25 UTC  Amit Kapila <[email protected]>

pgsql: Document a few caveats in synchronous logical replication.
  2021-06-17 06:25 UTC  Amit Kapila <[email protected]>

pgsql: Document a few caveats in synchronous logical replication.
  2021-06-17 06:25 UTC  Amit Kapila <[email protected]>

pgsql: Document a few caveats in synchronous logical replication.
  2021-06-17 06:25 UTC  Amit Kapila <[email protected]>

pgsql: Document a few caveats in synchronous logical replication.
  2021-06-17 06:25 UTC  Amit Kapila <[email protected]>

pgsql: Fix decoding of speculative aborts.
  2021-06-15 03:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix decoding of speculative aborts.
  2021-06-15 03:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix decoding of speculative aborts.
  2021-06-15 03:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix decoding of speculative aborts.
  2021-06-15 03:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix decoding of speculative aborts.
  2021-06-15 03:56 UTC  Amit Kapila <[email protected]>

pgsql: Fix decoding of speculative aborts.
  2021-06-15 03:56 UTC  Amit Kapila <[email protected]>

pgsql: Remove two_phase variable from CreateReplicationSlotCmd struct.
  2021-06-07 04:12 UTC  Amit Kapila <[email protected]>

pgsql: pgoutput: Fix memory leak due to RelationSyncEntry.map.
  2021-06-01 08:58 UTC  Amit Kapila <[email protected]>

pgsql: pgoutput: Fix memory leak due to RelationSyncEntry.map.
  2021-06-01 08:58 UTC  Amit Kapila <[email protected]>

pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
  2021-03-18 02:14 UTC  Amit Kapila <[email protected]>


136+ results

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox