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
/
backend
/
replication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
1
-5
/
+0
*
Add key management system
Bruce Momjian
2020-12-25
1
-0
/
+5
*
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-19
1
-1
/
+2
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
4
-11
/
+0
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
1
-16
/
+10
*
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-12
1
-1
/
+1
*
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-12
2
-2
/
+2
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
1
-4
/
+5
*
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
1
-4
/
+6
*
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
2020-12-04
1
-1
/
+7
*
Move SHA2 routines to a new generic API layer for crypto hashes
Michael Paquier
2020-12-02
2
-10
/
+39
*
Fix replication of in-progress transactions in tablesync worker.
Amit Kapila
2020-11-27
1
-45
/
+55
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
1
-1
/
+1
*
Use Enums for logical replication message types at more places.
Amit Kapila
2020-11-26
1
-7
/
+7
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
2
-3
/
+3
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
1
-2
/
+2
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
2
-2
/
+2
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
1
-0
/
+1
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
2
-4
/
+4
*
change wire protocol data type for history file content
Bruce Momjian
2020-11-12
1
-1
/
+1
*
Use standard SIGHUP and SIGTERM handlers in walreceiver.
Fujii Masao
2020-11-12
1
-43
/
+10
*
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-11-12
1
-2
/
+7
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
2
-28
/
+5
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
1
-1
/
+0
*
Use Enum for top level logical replication message types.
Amit Kapila
2020-11-02
2
-57
/
+56
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
3
-7
/
+34
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
1
-3
/
+2
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
1
-7
/
+4
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
3
-156
/
+123
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
3
-5
/
+5
*
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-15
1
-21
/
+82
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
2
-2
/
+2
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
1
-11
/
+6
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
1
-14
/
+18
*
Fix typos in logical.c and reorderbuffer.c.
Amit Kapila
2020-10-09
2
-3
/
+3
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
4
-2
/
+83
*
Display the names of missing columns in error during logical replication.
Amit Kapila
2020-10-07
1
-10
/
+45
*
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-29
1
-0
/
+9
*
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-26
2
-3
/
+5
*
Update file header comments for logical/relation.c.
Amit Kapila
2020-09-18
1
-3
/
+4
*
Teach walsender to update its process title for replication commands.
Tom Lane
2020-09-16
1
-2
/
+12
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
1
-13
/
+21
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
2
-6
/
+2
*
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
1
-1
/
+1
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
1
-27
/
+44
*
Fix initialization of RelationSyncEntry for streaming transactions.
Amit Kapila
2020-09-16
1
-14
/
+15
*
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2020-09-14
1
-28
/
+34
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
1
-1
/
+4
*
Remove unused function declaration in logicalproto.h.
Amit Kapila
2020-09-12
1
-1
/
+1
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
1
-1
/
+2
[next]