aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding
Commit message (Expand)AuthorAge
* Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada2025-06-16
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Fix typo in test file name added in commit 4909b38af0.Amit Kapila2025-04-25
* Fix data loss in logical replication.Amit Kapila2025-04-10
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Skip logical decoding of already-aborted transactions.Masahiko Sawada2025-02-12
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix invalidation of local pgstats references for entry reinitializationMichael Paquier2024-12-09
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Stabilize the test added by commit 022564f60c.Amit Kapila2024-10-08
* Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila2024-10-07
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Fix memory counter update in ReorderBuffer.Masahiko Sawada2024-08-26
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas2024-06-06
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Add a slot synchronization function.Amit Kapila2024-02-14
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Allow to enable failover property for replication slots via SQL API.Amit Kapila2024-01-25
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila2023-10-30
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* test_decoding: Remove unnecessary table in twophase testMichael Paquier2023-10-10
* Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila2023-09-27
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Make test_decoding ddl.out shorterAlvaro Herrera2023-07-24
* Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila2023-07-11
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Add missing isolation test for test_decoding in meson buildMichael Paquier2022-10-13
* meson: Add windows resource filesAndres Freund2022-10-05
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-29
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Stabilize streaming tests in test_decoding.Amit Kapila2022-04-20
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-07