]> granicus.if.org Git - postgresql/history - contrib/btree_gist
Fix typo in comment
[postgresql] / contrib / btree_gist /
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-03-21 Andrew DunstanAdd btree_gist support for enum types.
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for varlena...
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for numeric...
2017-03-15 Stephen FrostAdd support for EUI-64 MAC addresses as macaddr8
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-11-29 Tom LaneAdd uuid to the set of types supported by contrib/btree...
2016-09-30 Peter EisentrautRemove unnecessary prototypes
2016-06-09 Tom LaneHandle contrib's GIN/GIST support function signature...
2016-06-05 Tom LaneProperly initialize SortSupport for ORDER BY rechecks...
2016-05-13 Tom LaneEnsure plan stability in contrib/btree_gist regression...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2015-09-05 Heikki LinnakangasFix misc typos.
2015-08-23 Peter EisentrautImprove spelling
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-03-30 Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-27 Heikki LinnakangasAdd index-only scan support to btree_gist.
2015-03-26 Heikki LinnakangasMinor refactoring of btree_gist code.
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-01-28 Heikki LinnakangasRemove dead NULL-pointer checks in GiST code.
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-16 Tom LaneSuppress some more valgrind whining about btree_gist.
2014-05-16 Tom LaneFix a second cause of undersized pallocs for btree_gist...
2014-05-16 Tom LaneFix valgrind warning for btree_gist indexes on macaddr.
2014-05-13 Heikki LinnakangasInitialize padding bytes in btree_gist varbit support.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-08 Tom LaneMake contrib/btree_gist's GiST penalty function a bit...
2013-02-07 Tom LaneFix erroneous range-union logic for varlena types in...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-27 Bruce MomjianAdd postgres.h to *.c files for pg_upgrade, ltree,...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-23 Tom LaneFix contrib/btree_gist to handle collations properly.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-03 Tom LaneAdd -lm to SHLIB_LINK for contrib/btree_gist.
2011-03-02 Tom LaneAdd KNNGIST support to contrib/btree_gist.
2011-02-17 Tom LaneFix upgrade of contrib/btree_gist from 9.0.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-02-08 Peter EisentrautPer-column collation support
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-26 Peter EisentrautAdd missing newlines at end of files
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-03 Robert HaasRegression tests for new btree_gist "not equals" support.
2010-08-02 Robert HaasAdd btree_gist support for searching on "not equals".
2010-07-30 Robert HaasMake details of the Numeric representation private...
2010-02-26 Bruce Momjianpgindent run for 9.0
2009-12-02 Teodor SigaevPreventing intersection of ranges during page split...
2009-08-04 Tom LaneOoops, missed that a couple of contrib modules have...
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-08 Heikki LinnakangasAdd alternative expected output files for cs_CZ locale...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-01-03 Tom LaneFix btree_gist for new larger money type.
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-13 Bruce MomjianAdjust /contrib for new include file contents.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-10 Bruce MomjianAdd #include code to prevent multiple inclusion.
2006-07-10 Bruce MomjianRemove a few baby-C macros in fuzzystrmatch. Add a...
next