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
2021-01-25
Fix two typos in snapbuild.c.
Andres Freund
2021-01-25
Remove CheckpointLock.
Robert Haas
2021-01-25
Fix ALTER PUBLICATION...DROP TABLE behavior.
Amit Kapila
2021-01-19
pgindent worker.c.
Amit Kapila
2021-01-18
Narrow the scope of a local variable.
Tom Lane
2021-01-14
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-12
Fix relation descriptor leak.
Amit Kapila
2021-01-06
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-05
Fix typo in origin.c.
Amit Kapila
2021-01-05
Fix typo in reorderbuffer.c.
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-19
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-13
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
Change SHA2 implementation based on OpenSSL to use EVP digest routines
Michael Paquier
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
[next]