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
/
include
/
replication
Age
Commit message (
Expand
)
Author
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-16
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-04-13
Add missing spaces after single-line comments
David Rowley
2022-04-12
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-03-30
Skip empty transactions for logical replication.
Amit Kapila
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-23
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-15
Allow extensions to add new backup targets.
Robert Haas
2022-03-08
Add support for zstd base backup compression.
Robert Haas
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-15
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-11
Add suport for server-side LZ4 base backup compression.
Robert Haas
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-02-10
Remove server support for the previous base backup protocol.
Robert Haas
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
Server-side gzip compression.
Robert Haas
2022-01-20
Support base backup targets.
Robert Haas
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-18
Modify pg_basebackup to use a new COPY subprotocol for base backups.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
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-08
Remove duplicate typedef.
Thomas Munro
[next]