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-12-02
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-11-27
Fix replication of in-progress transactions in tablesync worker.
Amit Kapila
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
Use Enums for logical replication message types at more places.
Amit Kapila
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
Split copy.c into four files.
Heikki Linnakangas
2020-11-18
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-17
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-12
change wire protocol data type for history file content
Bruce Momjian
2020-11-12
Use standard SIGHUP and SIGTERM handlers in walreceiver.
Fujii Masao
2020-11-12
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-07
Move catalog index declarations
Peter Eisentraut
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
[next]