postgresql/src/backend/access
Heikki Linnakangas b337d9657b Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
The flag is supposed to be copied from the record. Same issue with
track_commit_timestamps, but that's master-only.

Report and fix by Petr Jalinek. Backpatch to 9.4, where wal_log_hints was
added.
2015-01-15 20:52:18 +02:00
..
common Move view reloptions into their own varlena struct 2014-07-14 17:24:40 -04:00
gin Fix GIN data page split ratio calculation. 2014-09-12 11:28:58 +03:00
gist Check for GiST index tuples that don't fit on a page. 2014-10-03 14:50:17 +03:00
hash Fix race condition between hot standby and restoring a full-page image. 2014-11-13 20:02:09 +02:00
heap Fix thinko in lock mode enum 2015-01-04 15:48:29 -03:00
index pgindent run for 9.4 2014-05-06 12:12:18 -04:00
nbtree Fix WAL-logging of B-tree "unlink halfdead page" operation. 2014-11-17 18:48:11 +02:00
rmgrdesc Print wal_log_hints in the rm_desc routing of a parameter-change record. 2014-12-05 12:05:10 +02:00
spgist Fix generation of SP-GiST vacuum WAL records. 2014-11-07 21:18:34 +02:00
transam Fix thinko in re-setting wal_log_hints flag from a parameter-change record. 2015-01-15 20:52:18 +02:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00