summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
2007-11-16Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian
2007-11-16Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-08-26Clean up usage of some deprecated APIs, particularly schema-unsafeTom Lane
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-09Remove useless CPPFLAGS.Peter Eisentraut
2007-02-09Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut
2006-12-05Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway
2006-10-11Rename function 'isexists' and 'isdefined' toTeodor Sigaev
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-12Add uninstall scriptTeodor Sigaev
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-09-06Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev
2006-09-05Fix markup and license.Teodor Sigaev
2006-09-05Add hstore contrib module.Teodor Sigaev