index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
reorderbuffer.c
Age
Commit message (
Expand
)
Author
2019-05-24
Fix typos.
Thomas Munro
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-03-08
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-08-26
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-25
Update obsolete comments
Alvaro Herrera
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-06
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-22
Generational memory allocator
Simon Riggs
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-19
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-05-15
Add missing apostrophe.
Robert Haas
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-28
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-02-27
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-26
Fix typos in comments.
Heikki Linnakangas
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-09-28
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
[next]