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-12-05
Fix indentation
Daniel Gustafsson
2023-12-05
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-11-30
Remove redundant setting of hashkey after insertion
John Naylor
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-11-22
Stop the search once the slot for replication origin is found.
Amit Kapila
2023-11-21
Simplify some logic in CreateReplicationSlot()
Michael Paquier
2023-11-21
Log messages for replication slot acquisition and release.
Amit Kapila
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-10
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-06
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-23
Remove unnecessary break in pg_logical_replication_slot_advance()
Michael Paquier
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-18
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-10-17
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-03
Tidy-up some appendStringInfo*() usages
David Rowley
2023-09-28
Move tracking of in_streaming to PGOutputData
Michael Paquier
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-25
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-09-20
Fix typos in pgoutput.c
Michael Paquier
2023-09-14
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-09-06
Use more consistent names for wait event objects and types
Michael Paquier
2023-09-04
Fix typo in decode.c.
Amit Kapila
2023-08-30
Fix some shadow variables in src/backend/replication/
Michael Paquier
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-25
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
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-23
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
Simplify the logical worker type checks by using the switch on worker type.
Amit Kapila
2023-08-14
Simplify determining logical replication worker types.
Amit Kapila
2023-08-04
Simplify some of the logical replication worker-type checks.
Amit Kapila
2023-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-02
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-07-25
Fix code indentation vioaltion introduced in commit d38ad8e31d.
Amit Kapila
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-14
Allow the use of a hash index on the subscriber during replication.
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-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-07-05
Change example in pgindent README on "/*-----" comments.
Heikki Linnakangas
2023-07-04
Fix assertion failure in snapshot building
Daniel Gustafsson
2023-07-03
Increase size of bgw_library_name.
Nathan Bossart
[next]