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
*
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-30
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-10-25
*
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-16
*
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-14
*
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-14
*
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
2024-09-11
*
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-04
*
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
*
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-30
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-29
*
Fix misplaced translator comments
Peter Eisentraut
2024-08-27
*
Fix identation.
Masahiko Sawada
2024-08-26
*
Fix memory counter update in ReorderBuffer.
Masahiko Sawada
2024-08-26
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Change the misleading local end_lsn for prepared transactions.
Amit Kapila
2024-08-09
*
Avoid duplicate table scans for cross-partition updates during logical replic...
Amit Kapila
2024-08-01
*
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
*
Fix a typo in logicalrep_write_typ().
Amit Kapila
2024-07-12
*
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Remove redundant SetProcessingMode(InitProcessing) calls
Heikki Linnakangas
2024-07-02
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
*
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
*
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Michael Paquier
2024-07-01
*
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix incorrect format placeholder
Peter Eisentraut
2024-05-08
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Fix duplicated consecutive words in comments
David Rowley
2024-04-28
*
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-25
*
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-25
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix the review comments and a bug in the slot sync code.
Amit Kapila
2024-04-12
*
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
*
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-11
*
Fixup various StringInfo function usages
David Rowley
2024-04-10
*
Allow synced slots to have their inactive_since.
Amit Kapila
2024-04-05
*
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-04-03
*
Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...
Masahiko Sawada
2024-04-03
*
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-04-03
*
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
*
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-22
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
[next]