postgresql/src/backend/access
Heikki Linnakangas 6593c5b5dc Fix bug in freespace calculation in heap_multi_insert().
If the amount of freespace on page was less than the amount reserved by
fillfactor, the calculation would underflow.

This fixes bug #6643 reported by Tomonari Katsumata.
2012-05-16 14:13:06 +03:00
..
common Another trivial comment-typo fix. 2012-04-25 14:28:58 -04:00
gin Lots of doc corrections. 2012-04-23 22:43:09 -04:00
gist Fix obsolescent C declaration syntax 2012-05-12 12:52:02 +03:00
hash Clean up compiler warnings from unused variables with asserts disabled 2012-03-21 23:33:10 +02:00
heap Fix bug in freespace calculation in heap_multi_insert(). 2012-05-16 14:13:06 +03:00
index Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nbtree Lots of doc corrections. 2012-04-23 22:43:09 -04:00
spgist Remove duplicate words in comments. 2012-05-02 10:20:27 +03:00
transam Update comments that became out-of-date with the PGXACT struct. 2012-05-14 10:28:55 +03:00
Makefile Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00