index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-30
2
-1
/
+3
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
1
-4
/
+10
*
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
1
-0
/
+2
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
1
-1
/
+6
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
3
-1
/
+11
*
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
2
-2
/
+3
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
4
-3
/
+6
*
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-02-10
1
-1
/
+1
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
1
-2
/
+31
*
Update copyright for 2021
Bruce Momjian
2021-01-02
20
-20
/
+20
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
3
-0
/
+103
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
1
-1
/
+2
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
1
-0
/
+5
*
Fix some typos
Michael Paquier
2020-11-14
1
-2
/
+2
*
Use Enum for top level logical replication message types.
Amit Kapila
2020-11-02
1
-0
/
+27
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
1
-0
/
+5
*
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-15
1
-2
/
+10
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
3
-3
/
+23
*
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-26
1
-3
/
+5
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
1
-2
/
+9
*
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-12
1
-1
/
+0
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
1
-3
/
+2
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
2
-9
/
+34
*
Add some const decorations
Peter Eisentraut
2020-08-08
1
-1
/
+1
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
2
-2
/
+55
*
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-28
3
-0
/
+133
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
1
-0
/
+3
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
1
-1
/
+6
*
Fix replication/worker_internal.h to compile without other headers.
Tom Lane
2020-07-18
1
-0
/
+2
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
3
-9
/
+17
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
2
-16
/
+0
*
Move description of libpqwalreceiver hooks out of the replication's README
Michael Paquier
2020-07-02
1
-6
/
+130
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
1
-0
/
+3
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
1
-6
/
+0
*
Spelling adjustments
Peter Eisentraut
2020-06-07
1
-1
/
+1
*
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-03
1
-2
/
+2
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
3
-7
/
+7
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
1
-2
/
+2
*
Also rename 'struct manifest_info'.
Robert Haas
2020-04-23
2
-3
/
+3
*
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-23
1
-14
/
+15
*
Fix duplicate typedef from commit 0d8c9c121.
Tom Lane
2020-04-21
1
-6
/
+4
*
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
1
-0
/
+51
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
2
-10
/
+26
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
1
-4
/
+14
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
1
-1
/
+10
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
1
-0
/
+2
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
2
-1
/
+7
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
1
-2
/
+2
*
Prepare to support non-tables in publications
Peter Eisentraut
2020-03-19
1
-0
/
+1
*
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
1
-19
/
+0
[next]