summaryrefslogtreecommitdiff
path: root/contrib/btree_gist
Commit message (Expand)AuthorAgeFilesLines
* Ensure plan stability in contrib/btree_gist regression test.Tom Lane2016-05-122-0/+6
* Fix misc typos.Heikki Linnakangas2015-09-052-2/+2
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-19/+3
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Suppress some more valgrind whining about btree_gist.Tom Lane2014-05-161-8/+10
* Fix a second cause of undersized pallocs for btree_gist indexes on macaddr.Tom Lane2014-05-161-1/+2
* Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane2014-05-1615-4/+22
* Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas2014-05-131-4/+8
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-1819-154/+0
* pgindent run for release 9.3Bruce Momjian2013-05-295-8/+0
* 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