summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
Commit message (Expand)AuthorAgeFilesLines
* Make contrib/btree_gist's GiST penalty function a bit saner.Tom Lane2013-02-071-14/+10
* Fix erroneous range-union logic for varlena types in contrib/btree_gist.Tom Lane2013-02-071-10/+11
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-252-10/+10
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-1113-72/+72
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-013-2/+3
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-2621-1/+40
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-6/+6
* Support "make check" in contribPeter Eisentraut2011-04-251-0/+2
* Fix contrib/btree_gist to handle collations properly.Tom Lane2011-04-227-187/+219
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-6/+24
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-1014-71/+70
* Add -lm to SHLIB_LINK for contrib/btree_gist.Tom Lane2011-03-031-7/+11
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-0239-54/+1523
* Fix upgrade of contrib/btree_gist from 9.0.Tom Lane2011-02-172-23/+141
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-121/+121
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-303/+182
* Per-column collation supportPeter Eisentraut2011-02-082-7/+9
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-232-51/+51
* Add missing newlines at end of filesPeter Eisentraut2010-10-266-6/+6
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-2026-26/+26
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-1910-10/+0
* Regression tests for new btree_gist "not equals" support.Robert Haas2010-08-033-2/+74
* Add btree_gist support for searching on "not equals".Robert Haas2010-08-024-4/+35
* Make details of the Numeric representation private to numeric.c.Robert Haas2010-07-301-3/+3
* pgindent run for 9.0Bruce Momjian2010-02-2614-46/+46
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-0214-83/+145
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-042-4/+4
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-95/+95
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1123-123/+143
* Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas2009-05-083-0/+205
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-193-3/+6
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-1723-0/+69
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-214-62/+122
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-2/+6
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-1419-106/+199
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-132-15/+4
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-137/+138
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-55/+0
* Support functions for index opclasses should be immutable.Tom Lane2007-09-291-121/+121
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-272-21/+16
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-0/+1
* Fix btree_gist for new larger money type.Tom Lane2007-01-031-1/+1