index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
Commit message (
Expand
)
Author
Age
*
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-25
*
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-12-11
*
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Fix the error message when failing to restore the snapshot.
Amit Kapila
2023-08-24
*
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
*
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Fix untranslatable log message assembly
Peter Eisentraut
2023-07-13
*
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-13
*
Fix assertion failure in snapshot building
Daniel Gustafsson
2023-07-04
*
Reword error messages for consistency
Peter Eisentraut
2023-06-28
*
Error message refactoring
Peter Eisentraut
2023-06-23
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Fix possible crash in tablesync worker.
Amit Kapila
2023-06-15
*
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-06-09
*
Reload configuration more frequently in apply worker.
Amit Kapila
2023-06-07
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-09
*
Fix assertion failure in apply worker.
Amit Kapila
2023-05-03
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Use elog to report unexpected action in handle_streamed_transaction().
Masahiko Sawada
2023-04-24
*
Restart the apply worker if the 'password_required' option is changed.
Amit Kapila
2023-04-20
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-12
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
*
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-07
*
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-07
*
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-04
*
Fix possible logical replication crash.
Robert Haas
2023-04-03
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-03-23
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
*
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-06
*
Remove bms_first_member().
Tom Lane
2023-03-02
*
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-22
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-08
*
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Optimize the origin drop functionality.
Amit Kapila
2023-02-03
*
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
*
Fix the Drop Database hang.
Amit Kapila
2023-01-24
[next]