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
/
include
/
replication
Age
Commit message (
Expand
)
Author
2021-11-16
Fix headerscheck failure in replication/worker_internal.h
Alvaro Herrera
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-09-14
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-27
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-19
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-16
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-11
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-10
Add some const decorations
Peter Eisentraut
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-09
Remove duplicate typedef.
Thomas Munro
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-06
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-04-06
Refactor function parse_output_parameters.
Amit Kapila
2021-03-30
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-12
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-03
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-01
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-02-15
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-10
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-11-17
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-14
Fix some typos
Michael Paquier
2020-11-02
Use Enum for top level logical replication message types.
Amit Kapila
2020-10-29
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-15
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-09-26
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-16
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-12
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-10
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-08-08
Add some const decorations
Peter Eisentraut
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
[next]