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
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
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-18
Fix replication/worker_internal.h to compile without other headers.
Tom Lane
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-13
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-02
Move description of libpqwalreceiver hooks out of the replication's README
Michael Paquier
2020-06-24
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-17
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-06-03
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-08
Rework XLogReader callback system
Alvaro Herrera
2020-04-23
Also rename 'struct manifest_info'.
Robert Haas
2020-04-23
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-21
Fix duplicate typedef from commit 0d8c9c121.
Tom Lane
2020-04-20
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-18
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-08
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-06
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-03
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-19
Prepare to support non-tables in publications
Peter Eisentraut
2020-03-17
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-14
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
Expose PQbackendPID() through walreceiver API
Peter Eisentraut
2020-01-10
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-21
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-19
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-09-24
Rework WAL-reading supporting structs
Alvaro Herrera
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-06-13
Mark ReplicationSlotCtl as PGDLLIMPORT.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
[next]