summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-19Fix typo in comment.Robert Haas
2013-03-22Silence compiler warnings about unused values.Andrew Dunstan
2013-03-14Minor fixes for hstore_to_json_loose().Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2012-10-01Provide some static-assertion functionality on all compilers.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Remove hstore--1.0.sql.Tom Lane
2012-07-16Remove unreachable codePeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-02-23Don't install hstore--1.0.sql any more.Robert Haas
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2011-11-08Fix hstore regression tests.Robert Haas
2011-11-08Remove hstore's text => text operator.Robert Haas
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-25Support "make check" in contribPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-15Bring hstore's comment into line with style of other contrib comments.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-01-24PGXS support for contrib/hstoreRobert Haas
2011-01-09Update contrib/hstore for new GIN extractQuery API.Tom Lane
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2010-12-22Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-16Fix two new-in-9.0 bugs in hstore.Tom Lane
2010-07-20Make hstore regression tests independent of standard_conforming_strings.Robert Haas
2010-07-02Remove hstore % text[] operator; use slice() function instead.Robert Haas
2010-06-22Updated expected-output file for hstore.Robert Haas
2010-06-18Rename hstore => text[] operator to %Robert Haas
2010-06-15Remove hstore's text[] => text[] operator.Robert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2009-09-30Fix bogus Assert, per buildfarm results.Tom Lane
2009-09-30Assorted improvements in contrib/hstore.Tom Lane
2009-06-11Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-02Fix memory allocation for output of hstore type.Teodor Sigaev
2009-03-25Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane
2009-03-15Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera