index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
/
ginutil.c
Commit message (
Expand
)
Author
Age
*
Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage
Tom Lane
2008-11-03
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
*
Multi-column GIN indexes. Teodor Sigaev
Tom Lane
2008-07-11
*
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-31
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Make use of qsort_arg in several places that were formerly using klugy
Tom Lane
2006-10-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix Intel compiler bug. Per discussion
Teodor Sigaev
2006-09-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02