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-06-30
Remove redundant check for fast_forward.
Heikki Linnakangas
2023-06-30
Improve comment on why we need ctid->(cmin,cmax) mapping.
Heikki Linnakangas
2023-06-28
Reword error messages for consistency
Peter Eisentraut
2023-06-23
Error message refactoring
Peter Eisentraut
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-15
Fix possible crash in tablesync worker.
Amit Kapila
2023-06-09
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-06-07
Reload configuration more frequently in apply worker.
Amit Kapila
2023-05-21
Optimize walsender wake up logic using condition variables
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-09
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-03
Fix assertion failure in apply worker.
Amit Kapila
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-24
Use elog to report unexpected action in handle_streamed_transaction().
Masahiko Sawada
2023-04-20
Restart the apply worker if the 'password_required' option is changed.
Amit Kapila
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-12
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-08
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
Perform logical replication actions as the table owner.
Robert Haas
2023-04-03
Fix possible logical replication crash.
Robert Haas
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
[next]