postgresql/src/backend/access
Teodor Sigaev 2e2bc0fda5 Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
2009-04-06 14:39:25 +00:00
..
common Fix an oversight in the support for storing/retrieving "minimal tuples" in 2009-03-30 04:09:09 +00:00
gin Install a search tree depth limit in GIN bulk-insert operations, to prevent 2009-03-24 22:06:24 +00:00
gist Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 2009-04-06 14:39:25 +00:00
hash Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:19 +00:00
heap Make heap_update() set newtup->t_tableOid correctly, for consistency with 2008-12-16 16:26:14 +00:00
index Initialize the minimum frozen Xid in vac_update_datfrozenxid using 2008-09-11 14:01:35 +00:00
nbtree Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:19 +00:00
transam Remove pg_trace.h inclusion from c.h and add it to the .c files that need it. 2009-03-11 00:08:07 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00