]> granicus.if.org Git - postgresql/history - contrib/hstore
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahiro Itagaki.
[postgresql] / contrib / hstore /
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.