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
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-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-15
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-14
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-09
Fix typos in logical.c and reorderbuffer.c.
Amit Kapila
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-07
Display the names of missing columns in error during logical replication.
Amit Kapila
2020-09-29
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-26
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-18
Update file header comments for logical/relation.c.
Amit Kapila
2020-09-17
Teach walsender to update its process title for replication commands.
Tom Lane
2020-09-17
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
Fix initialization of RelationSyncEntry for streaming transactions.
Amit Kapila
2020-09-14
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-12
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-11
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-10
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-09
Minor fixes in docs and error messages.
Tom Lane
2020-09-05
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-05
Remove still more useless assignments.
Tom Lane
2020-09-04
Fix inline marking introduced in commit 464824323e.
Amit Kapila
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-02
Avoid unnecessary acquisition of SyncRepLock in transaction commit time.
Fujii Masao
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-09
Remove useless Assert.
Tom Lane
2020-08-08
walsnd: Don't set waiting_for_ping_response spuriously
Alvaro Herrera
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-21
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
[next]