postgresql/src/backend/access
Heikki Linnakangas 88228e6f1d When xlogreader asks the callback function to read a page, make sure we
get a large enough part of the page to include the beginning of the next
record we're interested in. The XLogPageRead callback uses the requested
length to decide which timeline to stream WAL from, and if the first call
is short, and the page contains a timeline switch, we'll repeatedly try
to stream that page from the old timeline, and never get across the
timeline switch.
2013-01-17 23:46:33 +02:00
..
common Update copyrights for 2013 2013-01-01 17:15:01 -05:00
gin Update copyrights for 2013 2013-01-01 17:15:01 -05:00
gist Make GiST indexes on-disk compatible with 9.2 again. 2013-01-17 16:46:16 +02:00
hash Update copyrights for 2013 2013-01-01 17:15:01 -05:00
heap Update copyrights for 2013 2013-01-01 17:15:01 -05:00
index Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nbtree Redesign the planner's handling of index-descent cost estimation. 2013-01-11 12:56:58 -05:00
rmgrdesc Remove spurious space 2013-01-14 12:08:59 -03:00
spgist Update copyrights for 2013 2013-01-01 17:15:01 -05:00
transam When xlogreader asks the callback function to read a page, make sure we 2013-01-17 23:46:33 +02:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00