Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-13Skip logical decoding of already-aborted transactions.Masahiko Sawada
2024-10-08Stabilize the test added by commit 022564f60c.Amit Kapila
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-08-26Fix memory counter update in ReorderBuffer.Masahiko Sawada
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-02-14Add a slot synchronization function.Amit Kapila
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-10test_decoding: Remove unnecessary table in twophase testMichael Paquier
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-07-24Make test_decoding ddl.out shorterAlvaro Herrera
2023-07-11Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-08Stabilize test_decoding touching with sequencesTomas Vondra
2022-03-05Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch
2022-02-12Fix skip-empty-xacts with sequences in test_decodingTomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-13Fix tests for replication slots stats.Amit Kapila
2021-04-30Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila
2021-04-19Fix test case added by commit f5fc2f5b23.Amit Kapila
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-03-17Fix memory lifetime issues of replication slot stats.Andres Freund
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-02-27Raise a timeout to 180s, in contrib/test_decoding.Noah Misch
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-13Fix the unstable output of tests added by commit 8fccf75834.Amit Kapila
2020-10-13Add tests for logical replication spilled stats.Amit Kapila
2020-08-26Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier
2020-08-08Fix the logical streaming test.Amit Kapila
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-06-14Replace superuser check by ACLs for replication origin functionsMichael Paquier
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-03-31Remove header noise from test_decoding testAlvaro Herrera
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-02-12Relax overly strict assertionAlvaro Herrera
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund