summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-07Fix build after removing JsonbValue.estSize field.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-02-21Avoid integer overflow in hstore_to_json().Heikki Linnakangas
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-01-07Add more use of psprintf()Peter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-17Return valid json when converting an empty hstore.Andrew Dunstan
2013-09-30Add missing condition for pg_depend in hstore migration script.Andrew Dunstan
2013-09-30Fix makefile broken by hstore fix.Andrew Dunstan
2013-09-29Use a new hstore extension version for added json functions.Andrew Dunstan
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