aboutsummaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore_io.c
Commit message (Expand)AuthorAge
* hstore: Tighten key/value parsing check for whitespacesMichael Paquier2023-06-12
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-25
* Support domains over composite types.Tom Lane2017-10-26
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.Tom Lane2016-02-03
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-19
* Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.Tom Lane2015-02-20
* Silence Coverity warnings about unused return values from pushJsonbValue()Heikki Linnakangas2015-01-13
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-09
* Fix build after removing JsonbValue.estSize field.Heikki Linnakangas2014-05-08
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Avoid integer overflow in hstore_to_json().Heikki Linnakangas2014-02-21
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Return valid json when converting an empty hstore.Andrew Dunstan2013-10-17
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Silence compiler warnings about unused values.Andrew Dunstan2013-03-22
* Minor fixes for hstore_to_json_loose().Tom Lane2013-03-14
* JSON generation improvements.Andrew Dunstan2013-03-10
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Remove unreachable codePeter Eisentraut2012-07-16
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Lots of doc corrections.Robert Haas2012-04-23
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Assorted improvements in contrib/hstore.Tom Lane2009-09-30
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix memory allocation for output of hstore type.Teodor Sigaev2009-04-02
* Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane2009-03-15
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-28
* Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway2006-12-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-15
* Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev2006-09-06