postgresql/src/backend/access
Teodor Sigaev beeb3562dd During repeated rescan of GiST index it's possible that scan key
is NULL but SK_SEARCHNULL is not set. Add checking IS NULL of keys
to set during key initialization. If key is NULL and SK_SEARCHNULL is not
set then nothnig can be satisfied.
With assert-enabled compilation that causes coredump.

Bug was introduced in 8.3 by support of IS NULL index scan.
2008-10-17 17:02:21 +00:00
..
common Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in 2008-07-23 17:29:53 +00:00
gin Index FSMs needs to be vacuumed as well. Report by Jeff Davis. 2008-10-06 08:04:11 +00:00
gist During repeated rescan of GiST index it's possible that scan key 2008-10-17 17:02:21 +00:00
hash Change hash indexes to store only the hash code rather than the whole indexed 2008-09-15 18:43:41 +00:00
heap Modify the parser's error reporting to include a specific hint for the case 2008-10-08 01:14:44 +00:00
index Fix small query-lifespan memory leak introduced by 8.4 change in index AM API 2008-10-10 14:17:08 +00:00
nbtree Index FSMs needs to be vacuumed as well. Report by Jeff Davis. 2008-10-06 08:04:11 +00:00
transam Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00