index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
reorderbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
1
-66
/
+366
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Update comment atop of ReorderBufferQueueMessage().
Amit Kapila
2020-12-19
1
-1
/
+2
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-3
/
+0
*
Remove incorrect assertion in reorderbuffer.c.
Amit Kapila
2020-12-04
1
-4
/
+6
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
1
-0
/
+1
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
1
-0
/
+20
*
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-15
1
-21
/
+82
*
Fix typos in logical.c and reorderbuffer.c.
Amit Kapila
2020-10-09
1
-2
/
+2
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
1
-0
/
+22
*
Remove useless Assert.
Tom Lane
2020-08-09
1
-1
/
+3
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
1
-89
/
+892
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
1
-9
/
+43
*
Adjust minor comment in reorderbuffer.c.
Amit Kapila
2020-07-18
1
-1
/
+1
*
Fix comments in reorderbuffer.c.
Amit Kapila
2020-07-18
1
-5
/
+5
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
1
-12
/
+0
*
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Amit Kapila
2020-07-06
1
-1
/
+1
*
Fix ReorderBuffer memory overflow check.
Amit Kapila
2020-06-10
1
-25
/
+29
*
Spelling adjustments
Peter Eisentraut
2020-06-07
1
-1
/
+1
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
1
-1
/
+1
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
1
-1
/
+1
*
logical decoding: Remove TODO about unnecessary optimization.
Andres Freund
2020-03-24
1
-5
/
+0
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
1
-3
/
+0
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-2
/
+1
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
1
-17
/
+12
*
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-10
1
-19
/
+19
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
1
-24
/
+52
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
1
-0
/
+12
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
1
-12
/
+281
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
1
-1
/
+1
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
1
-2
/
+6
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
1
-1
/
+1
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
1
-19
/
+8
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
1
-1
/
+1
*
Fix typos.
Thomas Munro
2019-05-24
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-11
/
+11
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-7
/
+7
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
1
-1
/
+1
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
1
-1
/
+4
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
1
-5
/
+9
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
1
-2
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
1
-10
/
+5
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
1
-5
/
+20
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
1
-1
/
+68
*
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
1
-1
/
+1
*
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-25
1
-2
/
+2
[next]