index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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-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
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-28
Fix comment in snapbuild.c
Michael Paquier
2022-11-22
Improve comments atop pg_get_replication_slots.
Amit Kapila
2022-11-22
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-21
Add additional checks while creating the initial decoding snapshot.
Amit Kapila
2022-11-17
Fix typos in comments
Daniel Gustafsson
2022-11-16
Fix slowdown in TAP tests due to recent walreceiver change.
Thomas Munro
2022-11-10
Fix comments atop ReorderBufferAddInvalidations.
Amit Kapila
2022-11-08
Suppress useless wakeups in walreceiver.
Thomas Munro
2022-11-02
Defend against unsupported partition relkind in logical replication worker.
Tom Lane
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-25
Clean up some GUC declarations and comments
Michael Paquier
2022-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
[next]