summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-041-66/+366
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update comment atop of ReorderBufferQueueMessage().Amit Kapila2020-12-191-1/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+0
* Remove incorrect assertion in reorderbuffer.c.Amit Kapila2020-12-041-4/+6
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-171-0/+1
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-291-0/+20
* Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila2020-10-151-21/+82
* Fix typos in logical.c and reorderbuffer.c.Amit Kapila2020-10-091-2/+2
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-081-0/+22
* Remove useless Assert.Tom Lane2020-08-091-1/+3
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-081-89/+892
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-231-9/+43
* Adjust minor comment in reorderbuffer.c.Amit Kapila2020-07-181-1/+1
* Fix comments in reorderbuffer.c.Amit Kapila2020-07-181-5/+5
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-131-12/+0
* Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.Amit Kapila2020-07-061-1/+1
* Fix ReorderBuffer memory overflow check.Amit Kapila2020-06-101-25/+29
* Spelling adjustmentsPeter Eisentraut2020-06-071-1/+1
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-1/+1
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-1/+1
* logical decoding: Remove TODO about unnecessary optimization.Andres Freund2020-03-241-5/+0
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-191-3/+0
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-2/+1
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-171-17/+12
* Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera2020-01-101-19/+19
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-021-24/+52
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-211-0/+12
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-191-12/+281
* Fix most -Wundef warningsPeter Eisentraut2019-10-191-1/+1
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-081-2/+6
* Split tuptoaster.c into three separate files.Robert Haas2019-09-051-1/+1
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-161-19/+8
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-071-1/+1
* Fix typos.Thomas Munro2019-05-241-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-11/+11
* Initial pgindent run for v12.Tom Lane2019-05-221-7/+7
* Fix duplicated words in commentsMichael Paquier2019-05-141-1/+1
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-091-1/+4
* Relax overly strict assertionAlvaro Herrera2019-02-121-5/+9
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-281-10/+5
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-101-5/+20
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-031-1/+68
* Reconsider new file extension in commit 91f26d5f.Jeff Davis2018-08-251-1/+1
* Change extension of spilled ReorderBufferChange data to ".tmp".Jeff Davis2018-08-251-2/+2