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
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
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-04
Remove superflous variable from xlogreader's XLogFindNextRecord().
Andres Freund
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-24
Fix typos in comments.
Heikki Linnakangas
2013-06-01
Minor spelling fixes
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-09
Remove duplicate initialization in XLogReadRecord.
Robert Haas
2013-01-18
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-17
When xlogreader asks the callback function to read a page, make sure we
Heikki Linnakangas
2013-01-17
Fix a couple of error-handling bugs in the xlogreader patch.
Heikki Linnakangas
2013-01-16
Split out XLog reading as an independent facility
Alvaro Herrera