aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginutil.c
Commit message (Expand)AuthorAge
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-31
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02