summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion failure in apply worker.Amit Kapila2023-05-033-1/+15
* Fix typos in commentsMichael Paquier2023-05-021-2/+2
* Use elog to report unexpected action in handle_streamed_transaction().Masahiko Sawada2023-04-241-1/+1
* Restart the apply worker if the 'password_required' option is changed.Amit Kapila2023-04-201-0/+1
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-122-2/+2
* Allow logical decoding on standbysAndres Freund2023-04-082-17/+49
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-0/+7
* Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund2023-04-072-13/+16
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-041-10/+36
* Perform logical replication actions as the table owner.Robert Haas2023-04-041-1/+21
* Fix possible logical replication crash.Robert Haas2023-04-031-1/+3
* Add new predefined role pg_create_subscription.Robert Haas2023-03-302-1/+14
* Allow logical replication to copy tables in binary format.Amit Kapila2023-03-231-1/+16
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-171-28/+18
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-152-35/+233
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-061-2/+4
* Deduplicate handling of binary and text modes in logicalrep_read_tuple().Amit Kapila2023-03-061-12/+6
* Remove bms_first_member().Tom Lane2023-03-021-1/+2
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-222-2/+22
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-161-1/+2
* Fix various typos in code and testsMichael Paquier2023-02-091-1/+1
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-082-0/+70
* Use appropriate wait event when sending data in the apply worker.Amit Kapila2023-02-071-2/+1
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-062-29/+11
* Optimize the origin drop functionality.Amit Kapila2023-02-031-29/+33
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-021-5/+11
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-301-7/+7
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-251-4/+4
* Fix the Drop Database hang.Amit Kapila2023-01-241-7/+0
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-223-49/+211
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-182-20/+50
* Improve the code to decide and process the apply action.Amit Kapila2023-01-171-26/+47
* Add BufFileRead variants with short read and EOF detectionPeter Eisentraut2023-01-161-28/+4
* Fix some BufFileRead() error reportingPeter Eisentraut2023-01-161-14/+19
* Avoid creating parallel apply state hash table unless required.Amit Kapila2023-01-131-4/+4
* Acquire spinlock when updating 2PC slot data during logical decoding creationMichael Paquier2023-01-121-0/+2
* Fix the file mode of worker.c changed by the commit 216a784829.Amit Kapila2023-01-091-0/+0
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-0910-291/+3013
* Remove the streaming files for incomplete xacts after restart.Amit Kapila2023-01-071-0/+4
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-061-0/+52
* Check for two_phase change at end of process_syncing_tables_for_apply.Tom Lane2023-01-061-22/+29
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-051-5/+0
* Update copyright for 2023Bruce Momjian2023-01-0213-13/+13
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-261-10/+23
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-081-13/+38
* Rework query relation permission checkingAlvaro Herrera2022-12-061-3/+8
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-021-2/+2
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-021-3/+4