summaryrefslogtreecommitdiff
path: root/src/backend/replication/pgoutput/pgoutput.c
AgeCommit message (Expand)Author
9 daysMessage style improvementsPeter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-25Fix an oversight in 3abe9dc188.Amit Kapila
2025-03-14Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.Amit Kapila
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-06Avoid invalidating all RelationSyncCache entries on publication change.Amit Kapila
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30Fix memory leak in pgoutput with relation attribute mapMichael Paquier
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-09Fix memory leak in pgoutput with publication list cacheMichael Paquier
2024-11-21Fix memory leak in pgoutput for the WAL senderMichael Paquier
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-08-29Message style improvementsPeter Eisentraut
2024-06-27Drop the temporary tuple slots allocated by pgoutput.Amit Kapila
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-04Add macros for looping through a List without a ListCell.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19pgoutput: Raise an error for missing protocol version parameter.Amit Kapila
2023-11-27Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-28Move tracking of in_streaming to PGOutputDataMichael Paquier
2023-09-27Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila
2023-09-20Fix typos in pgoutput.cMichael Paquier
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-09Remove 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-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
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-21Improve some error messages.Amit Kapila
2022-09-20Harmonize 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