| Age | Commit message (Expand) | Author |
| 2010-07-02 | Remove hstore % text[] operator; use slice() function instead. | Robert Haas |
| 2010-06-22 | Updated expected-output file for hstore. | Robert Haas |
| 2010-06-18 | Rename hstore => text[] operator to % | Robert Haas |
| 2010-06-15 | Remove hstore's text[] => text[] operator. | Robert Haas |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2009-09-30 | Fix bogus Assert, per buildfarm results. | Tom Lane |
| 2009-09-30 | Assorted improvements in contrib/hstore. | Tom Lane |
| 2009-06-11 | Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-02 | Fix memory allocation for output of hstore type. | Teodor Sigaev |
| 2009-03-25 | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane |
| 2009-03-15 | Fix contrib/hstore to throw an error for keys or values that don't fit in its | Tom Lane |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2007-11-16 | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian |
| 2007-11-16 | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-09-29 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-08-26 | Clean up usage of some deprecated APIs, particularly schema-unsafe | Tom Lane |
| 2007-07-15 | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-03-14 | Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> | Teodor Sigaev |
| 2007-02-28 | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-09 | Remove useless CPPFLAGS. | Peter Eisentraut |
| 2007-02-09 | Add $PostgreSQL$ marker to contrib makefiles. | Peter Eisentraut |
| 2006-12-05 | Fix typos in comments and error messages in HStore. Patch from Filip | Neil Conway |
| 2006-10-11 | Rename function 'isexists' and 'isdefined' to | Teodor Sigaev |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-15 | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp. | Tom Lane |
| 2006-09-12 | Add uninstall script | Teodor Sigaev |
| 2006-09-10 | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane |
| 2006-09-06 | Fix compiler warnings on 64-bit boxes: difference between | Teodor Sigaev |
| 2006-09-05 | Fix markup and license. | Teodor Sigaev |
| 2006-09-05 | Add hstore contrib module. | Teodor Sigaev |