postgresql/src/backend/access
Heikki Linnakangas 4bc6fb57f7 Fix integer overflow bug in GiST buffering build calculations.
The result of (maintenance_work_mem * 1024) / BLCKSZ doesn't fit in a signed
32-bit integer, if maintenance_work_mem >= 2GB. Use double instead. And
while we're at it, write the calculations in an easier to understand form,
with the intermediary steps written out and commented.
2012-05-29 22:27:42 +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 integer overflow bug in GiST buffering build calculations. 2012-05-29 22:27:42 +03:00
hash Clean up compiler warnings from unused variables with asserts disabled 2012-03-21 23:33:10 +02:00
heap Ensure that seqscans check for interrupts at least once per page. 2012-05-22 19:42:05 -04:00
index Prevent synchronized scanning when systable_beginscan chooses a heapscan. 2012-05-26 19:09:52 -04: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 Teach AbortOutOfAnyTransaction to clean up partially-started transactions. 2012-05-28 23:57:06 -04:00
Makefile Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00