summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
2016-02-03Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.Tom Lane
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-01-20Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.Tom Lane
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-01-13Silence Coverity warnings about unused return values from pushJsonbValue()Heikki Linnakangas
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
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