index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
Commit message (
Expand
)
Author
Age
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
*
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-06
*
Fix typo in origin.c.
Amit Kapila
2021-01-05
*
Fix typo in reorderbuffer.c.
Amit Kapila
2021-01-05
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
*
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-19
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-12
*
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-12
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
*
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
*
Fix replication of in-progress transactions in tablesync worker.
Amit Kapila
2020-11-27
*
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-26
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Use Enum for top level logical replication message types.
Amit Kapila
2020-11-02
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
*
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-15
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Fix typos in logical.c and reorderbuffer.c.
Amit Kapila
2020-10-09
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
Display the names of missing columns in error during logical replication.
Amit Kapila
2020-10-07
*
Fix the logical replication from HEAD to lower versions.
Amit Kapila
2020-09-26
*
Update file header comments for logical/relation.c.
Amit Kapila
2020-09-18
*
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
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Fix inline marking introduced in commit 464824323e.
Amit Kapila
2020-09-04
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Remove useless Assert.
Tom Lane
2020-08-09
[next]