summaryrefslogtreecommitdiff
path: root/src/backend/replication/pgoutput
AgeCommit message (Expand)Author
5 daysFix issue with EVENT TRIGGERS and ALTER PUBLICATIONDavid Rowley
2025-10-09Fix access-to-already-freed-memory issue in pgoutput.Masahiko Sawada
2024-12-30Fix memory leak in pgoutput with relation attribute mapMichael Paquier
2024-12-23Fix memory leak in pgoutput with publication list cacheMichael Paquier
2024-11-21Fix memory leak in pgoutput for the WAL senderMichael Paquier
2024-06-27Drop the temporary tuple slots allocated by pgoutput.Amit Kapila
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-03-30Refactor pgoutput_change().Amit Kapila
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane
2023-02-23Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane
2023-02-08Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-09-21Improve some error messages.Amit Kapila
2022-09-19Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-06Improve comments for row filtering and toast interaction in logical replication.Amit Kapila
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Minor improvements in sequence decoding code and docsTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-17Fix row filters with multiple publicationsTomas Vondra
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-02-04Improve invalidation handling in pgoutput.c.Amit Kapila
2022-01-07Update copyright for 2022Bruce Momjian