index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
/
ginutil.c
Age
Commit message (
Expand
)
Author
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-03-24
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-01-05
Change the reloptions machinery to use a table-based parser, and provide
Alvaro Herrera
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-11-03
Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage
Tom Lane
2008-09-30
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-07-11
Multi-column GIN indexes. Teodor Sigaev
Tom Lane
2008-05-16
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-12
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-01-31
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-05
Make use of qsort_arg in several places that were formerly using klugy
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-05
Fix Intel compiler bug. Per discussion
Teodor Sigaev
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-11
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-03
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-02
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev