Commits

DateSubjectAuthorReleases
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 9.1.1
2011-09-16 gistendscan() forgot to free so->giststate. Tom Lane 9.2.0
2011-09-01 Remove unnecessary #include references, per pgrminclude script. Bruce Momjian 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2010-01-01 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out Tom Lane 9.0.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-04 Initialize GISTScanOpaque->qual_ok even if there is no conditions. Teodor Sigaev 8.3.6
2008-12-04 Initialize GISTScanOpaque->qual_ok even if there is no conditions. Teodor Sigaev 8.4.0
2008-10-22 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 8.1.15
2008-10-22 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 8.2.11
2008-10-22 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't Teodor Sigaev 8.3.5
2008-10-20 Remove mark/restore support in GIN and GiST indexes. Teodor Sigaev 8.4.0
2008-10-17 During repeated rescan of GiST index it's possible that scan key Teodor Sigaev 8.3.5
2008-10-17 During repeated rescan of GiST index it's possible that scan key Teodor Sigaev 8.4.0
2008-08-23 Fix possible duplicate tuples while GiST scan. Now page is processed Teodor Sigaev 8.1.14
2008-08-23 Fix possible duplicate tuples while GiST scan. Now page is processed Teodor Sigaev 8.2.10