Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-25Fix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-13Skip logical decoding of already-aborted transactions.Masahiko Sawada
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-09Fix invalidation of local pgstats references for entry reinitializationMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
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-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-26Fix memory counter update in ReorderBuffer.Masahiko Sawada
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-02-14Add a slot synchronization function.Amit Kapila
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-10-30Add STREAM_START/STREAM_STOP for transactional messages during decoding.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-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-24Make test_decoding ddl.out shorterAlvaro Herrera
2023-07-11Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila
2023-07-04Remove incidental md5() function uses from several testsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-02-09Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-13Add missing isolation test for test_decoding in meson buildMichael Paquier
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-29Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-20Stabilize streaming tests in test_decoding.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