"Matthew T. O'Connor" <matthew@zeut.net> writes: > Are there any big projects are people > working on to get into 8.1?
I'm privately hoping to get bitmap index operations into 8.1 (that is, build a bitmap of tuple locations from an index, possibly AND or OR the results of multiple indexes, and finally visit the heap in CTID order). This is not as big as say the Windows port, but it's easily a solid month or two of effort. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match