summaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-123-3/+3
* Allow logical decoding on standbysAndres Freund2023-04-084-60/+111
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-082-5/+38
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+7
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-073-27/+143
* Prevent use of invalidated logical slot in CreateDecodingContext()Andres Freund2023-04-073-20/+16
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-072-9/+27
* 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-304-10/+72
* Refactor pgoutput_change().Amit Kapila2023-03-301-156/+79
* Allow logical replication to copy tables in binary format.Amit Kapila2023-03-231-1/+16
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-1/+3
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-172-31/+21
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-161-1/+1
* 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-062-3/+10
* 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
* Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane2023-02-231-4/+22
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-222-2/+22
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-201-17/+7
* 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-092-4/+4
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-081-2/+0
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-083-48/+76
* 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-063-30/+12
* Optimize the origin drop functionality.Amit Kapila2023-02-031-29/+33
* Retire PG_SETMASK() macro.Thomas Munro2023-02-031-1/+1
* 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
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-261-9/+3
* Code review for commit 05a7be935.Tom Lane2023-01-261-23/+24
* 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
* libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund2023-01-231-46/+7
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-231-11/+15
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-223-49/+211
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-182-54/+37
* 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
* Ignore dropped and generated columns from the column list.Amit Kapila2023-01-131-1/+16