OSDN Git Service

Add missing file to GETTEXT_FILES
[pg-rex/syncrep.git] / contrib / btree_gist /
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...
2006-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-01-26 Tom LaneUpdate btree_gist for CIDR/INET changes --- there's...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-07-21 Tom LaneFix storage size for btree_gist interval indexes. ...
2005-07-20 Bruce Momjian/contrib/btree_gist adjustments for new 'day' interval...
2005-07-01 Teodor SigaevFixes from Janko Richter <jankorichter@yahoo.de>
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2005-05-16 Neil ConwayFix typo in comment.
2005-05-12 Neil ConwayThis patch makes some minor style cleanups to contrib...
2005-04-25 Tom LaneFix btree_gist to handle timetz zone correctly per...
2005-03-01 Teodor SigaevSimplify/clean up code for varlena types
2005-02-25 Teodor SigaevFix float8->int64 transformation
2005-02-21 Teodor SigaevSimplify defines
2005-02-21 Teodor SigaevFix memory leak for timestamp(with and w/o tz) and...
2004-11-01 Neil ConwayTrivial fixes for English grammar in contrib/btree_gist...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-21 Tom LaneWhack btree_gist code around until it has some small...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-06-03 Teodor Sigaev- Add aligment of variable data types
2004-05-28 Teodor SigaevNew version. Add support for int2, int8, float4, float8...
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneUpdate contrib regression tests for recent error messag...
2003-07-27 Tom Laneelog mop-up.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-28 Tom LaneRegression output didn't get updated to match recent...
2003-03-20 Bruce Momjianplease apply attached patch to current CVS.
2003-02-19 Bruce MomjianWe just released new version of contrib/btree_gist
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-04 Bruce Momjianpgindent run.
2002-08-23 Tom LaneUpdate contrib regression tests for OPAQUE datatype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-30 Tom LaneReplace ad-hoc insertions into pg_opclass and friends...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-02-22 Bruce MomjianPlease, apply attached patch of contrib/btree_gist...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-03 Tom LaneUpdate incorrect expected file. Use 'timestamp without...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-23 Tom LaneMakefile forgot to install README.btree_gist.
next