aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* Tighten the concurrent abort check during decoding.Amit Kapila2021-05-06
* Fix the computation of slot stats for 'total_bytes'.Amit Kapila2021-05-03
* Fix the bugs in selecting the transaction for streaming.Amit Kapila2021-04-30
* Avoid sending prepare multiple times while decoding.Amit Kapila2021-04-26
* Fix typo in reorderbuffer.c.Amit Kapila2021-04-26
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Ensure to send a prepare after we detect concurrent abort during decoding.Amit Kapila2021-04-01
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix an oversight in ReorderBufferFinishPrepared.Amit Kapila2021-02-23
* Fix typo in reorderbuffer.c.Amit Kapila2021-01-05
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Update comment atop of ReorderBufferQueueMessage().Amit Kapila2020-12-19
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Remove incorrect assertion in reorderbuffer.c.Amit Kapila2020-12-04
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila2020-10-15
* Fix typos in logical.c and reorderbuffer.c.Amit Kapila2020-10-09
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Remove useless Assert.Tom Lane2020-08-09
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Adjust minor comment in reorderbuffer.c.Amit Kapila2020-07-18
* Fix comments in reorderbuffer.c.Amit Kapila2020-07-18
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.Amit Kapila2020-07-06
* Fix ReorderBuffer memory overflow check.Amit Kapila2020-06-10
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* logical decoding: Remove TODO about unnecessary optimization.Andres Freund2020-03-24
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-19
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera2020-01-10
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05