]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginutil.c
Tweak collation setup for GIN index comparison functions.
[postgresql] / src / backend / access / gin / ginutil.c
2011-04-08 Tom LaneTweak collation setup for GIN index comparison functions.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Teodor SigaevFix Intel compiler bug. Per discussion
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.