| Age | Commit message (Expand) | Author |
| 2013-07-18 | Fix typo in update scripts for some contrib modules. | Fujii Masao |
| 2013-06-01 | Post-pgindent cleanup | Stephen Frost |
| 2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
| 2013-04-19 | Fix typo in comment. | Robert Haas |
| 2013-03-22 | Silence compiler warnings about unused values. | Andrew Dunstan |
| 2013-03-14 | Minor fixes for hstore_to_json_loose(). | Tom Lane |
| 2013-03-10 | JSON generation improvements. | Andrew Dunstan |
| 2012-10-01 | Provide some static-assertion functionality on all compilers. | Tom Lane |
| 2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
| 2012-08-28 | Remove hstore--1.0.sql. | Tom Lane |
| 2012-07-16 | Remove unreachable code | Peter Eisentraut |
| 2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
| 2012-04-24 | Lots of doc corrections. | Robert Haas |
| 2012-02-23 | Don't install hstore--1.0.sql any more. | Robert Haas |
| 2012-02-14 | Preserve column names in the execution-time tupledesc for a RowExpr. | Tom Lane |
| 2011-11-08 | Fix hstore regression tests. | Robert Haas |
| 2011-11-08 | Remove hstore's text => text operator. | Robert Haas |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-04-25 | Support "make check" in contrib | Peter Eisentraut |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
| 2011-02-15 | Bring hstore's comment into line with style of other contrib comments. | Tom Lane |
| 2011-02-14 | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane |
| 2011-02-14 | Convert contrib modules to use the extension facility. | Tom Lane |
| 2011-01-24 | PGXS support for contrib/hstore | Robert Haas |
| 2011-01-09 | Update contrib/hstore for new GIN extractQuery API. | Tom Lane |
| 2011-01-08 | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane |
| 2010-12-22 | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-16 | Fix two new-in-9.0 bugs in hstore. | Tom Lane |
| 2010-07-20 | Make hstore regression tests independent of standard_conforming_strings. | Robert Haas |
| 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 |