index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
Refactor pgoutput_change().
Amit Kapila
2023-03-23
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-16
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
Deduplicate handling of binary and text modes in logicalrep_read_tuple().
Amit Kapila
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-23
Don't repeatedly register cache callbacks in pgoutput plugin.
Tom Lane
2023-02-22
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-20
Speedup and increase usability of set proc title functions
David Rowley
2023-02-16
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-09
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-07
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-03
Optimize the origin drop functionality.
Amit Kapila
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-26
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
Code review for commit 05a7be935.
Tom Lane
2023-01-25
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-24
Fix the Drop Database hang.
Amit Kapila
2023-01-24
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
Andres Freund
2023-01-24
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-22
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-18
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-17
Improve the code to decide and process the apply action.
Amit Kapila
2023-01-16
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-13
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-13
Avoid creating parallel apply state hash table unless required.
Amit Kapila
2023-01-12
Acquire spinlock when updating 2PC slot data during logical decoding creation
Michael Paquier
2023-01-09
Fix the file mode of worker.c changed by the commit 216a784829.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-07
Remove the streaming files for incomplete xacts after restart.
Amit Kapila
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
Check for two_phase change at end of process_syncing_tables_for_apply.
Tom Lane
2023-01-06
Invalidate pgoutput's replication-decisions cache upon schema rename.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-08
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-06
Rework query relation permission checking
Alvaro Herrera
[next]