]> granicus.if.org Git - postgresql/history - contrib/hstore
Fix bogus code in contrib/ tsearch dictionary examples.
[postgresql] / contrib / hstore /
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-15 Tom LaneBring hstore's comment into line with style of other...
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-01-24 Robert HaasPGXS support for contrib/hstore
2011-01-09 Tom LaneUpdate contrib/hstore for new GIN extractQuery API.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
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-09-16 Tom LaneFix two new-in-9.0 bugs in hstore.
2010-07-20 Robert HaasMake hstore regression tests independent of standard_co...
2010-07-02 Robert HaasRemove hstore % text[] operator; use slice() function...
2010-06-22 Robert HaasUpdated expected-output file for hstore.
2010-06-18 Robert HaasRename hstore => text[] operator to %
2010-06-15 Robert HaasRemove hstore's text[] => text[] operator.
2010-02-26 Bruce Momjianpgindent run for 9.0
2009-09-30 Tom LaneFix bogus Assert, per buildfarm results.
2009-09-30 Tom LaneAssorted improvements in contrib/hstore.
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-04-02 Teodor SigaevFix memory allocation for output of hstore type.
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-15 Tom LaneFix contrib/hstore to throw an error for keys or values...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-08-26 Tom LaneClean up usage of some deprecated APIs, particularly...
2007-07-15 Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-14 Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2006-12-05 Neil ConwayFix typos in comments and error messages in HStore...
2006-10-11 Teodor SigaevRename function 'isexists' and 'isdefined' to
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-15 Tom LaneFix some uses of str[n]casecmp that should be pg_str...
2006-09-12 Teodor SigaevAdd uninstall script
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-09-06 Teodor SigaevFix compiler warnings on 64-bit boxes: difference between
2006-09-05 Teodor SigaevFix markup and license.
2006-09-05 Teodor SigaevAdd hstore contrib module.