index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2023-12-05
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-24
Fix lack of message pluralization
Peter Eisentraut
2023-08-24
Fix the error message when failing to restore the snapshot.
Amit Kapila
2023-08-02
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-07-25
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-13
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-10
Message wording improvements
Peter Eisentraut
2023-07-04
Fix assertion failure in snapshot building
Daniel Gustafsson
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-07
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
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
[prev]
[next]