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
/
reorderbuffer.c
Commit message (
Expand
)
Author
Age
*
Logical decoding of sequences
Tomas Vondra
2022-02-10
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix some typos with {a,an}
Michael Paquier
2021-12-09
*
Add parent table name in an error in reorderbuffer.c.
Amit Kapila
2021-09-22
*
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-13
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-08
*
Allow streaming the changes after speculative aborts.
Amit Kapila
2021-06-30
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
*
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-27
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
*
Tighten the concurrent abort check during decoding.
Amit Kapila
2021-05-06
*
Fix the computation of slot stats for 'total_bytes'.
Amit Kapila
2021-05-03
*
Fix the bugs in selecting the transaction for streaming.
Amit Kapila
2021-04-30
*
Avoid sending prepare multiple times while decoding.
Amit Kapila
2021-04-26
*
Fix typo in reorderbuffer.c.
Amit Kapila
2021-04-26
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Ensure to send a prepare after we detect concurrent abort during decoding.
Amit Kapila
2021-04-01
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Fix an oversight in ReorderBufferFinishPrepared.
Amit Kapila
2021-02-23
*
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
*
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-19
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-15
*
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
*
Remove useless Assert.
Tom Lane
2020-08-09
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Adjust minor comment in reorderbuffer.c.
Amit Kapila
2020-07-18
*
Fix comments in reorderbuffer.c.
Amit Kapila
2020-07-18
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Amit Kapila
2020-07-06
*
Fix ReorderBuffer memory overflow check.
Amit Kapila
2020-06-10
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
logical decoding: Remove TODO about unnecessary optimization.
Andres Freund
2020-03-24
[next]