index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogreader.c
Age
Commit message (
Expand
)
Author
2019-11-25
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-07
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-09-26
Fix comment in xlogreader.c
Michael Paquier
2019-09-24
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-03
Make XLogReaderInvalReadState static
Alvaro Herrera
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-07-30
Remove superfluous semicolon.
Andres Freund
2019-07-15
Provide XLogRecGetFullXid().
Thomas Munro
2019-07-04
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-02
Add support for partial TOAST decompression
Stephen Frost
2019-02-18
Avoid some unnecessary block reads in WAL reader
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-18
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-05-05
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-27
Pad XLogReaderState's per-buffer data_bufsz more aggressively.
Simon Riggs
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-19
Make WAL segment size configurable at initdb time.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-04
Be more consistent about masking xl_info with ~XLR_INFO_MASK.
Tom Lane
2016-08-29
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-04-04
Silence compiler warning
Alvaro Herrera
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
XLogReader general code cleanup
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-01
Fix message punctuation according to style guide
Peter Eisentraut
2015-07-28
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
2015-07-27
Fix memory leak in xlogreader facility.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-03
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-03
Rework handling of OOM when allocating record buffer in XLOG reader.
Fujii Masao
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-09
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
[next]