summaryrefslogtreecommitdiff
path: root/contrib/hstore
Commit message (Expand)AuthorAgeFilesLines
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-2/+7
* Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth2018-11-241-28/+19
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-251-1/+2
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-032-10/+10
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-196-124/+143
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-152-2/+2
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-211-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.Tom Lane2015-02-201-9/+9
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-1/+1
* Silence Coverity warnings about unused return values from pushJsonbValue()Heikki Linnakangas2015-01-131-6/+6
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-011-41/+2
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-044-121/+16
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas2014-05-091-4/+4
* Fix build after removing JsonbValue.estSize field.Heikki Linnakangas2014-05-081-12/+0
* pgindent run for 9.4Bruce Momjian2014-05-063-9/+12
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-186-57/+0
* De-anonymize the union in JsonbValue.Tom Lane2014-04-021-16/+16
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-237-5/+223
* Avoid integer overflow in hstore_to_json().Heikki Linnakangas2014-02-211-109/+41
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-173-3/+48
* Add more use of psprintf()Peter Eisentraut2014-01-061-5/+1
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-102-3/+2
* Return valid json when converting an empty hstore.Andrew Dunstan2013-10-171-10/+2
* Add missing condition for pg_depend in hstore migration script.Andrew Dunstan2013-09-301-0/+1
* Fix makefile broken by hstore fix.Andrew Dunstan2013-09-291-1/+2
* Use a new hstore extension version for added json functions.Andrew Dunstan2013-09-293-1/+48
* Fix typo in update scripts for some contrib modules.Fujii Masao2013-07-191-1/+1
* Post-pgindent cleanupStephen Frost2013-06-011-1/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4
* Fix typo in comment.Robert Haas2013-04-191-1/+1
* Silence compiler warnings about unused values.Andrew Dunstan2013-03-221-3/+8
* Minor fixes for hstore_to_json_loose().Tom Lane2013-03-141-3/+4
* JSON generation improvements.Andrew Dunstan2013-03-104-0/+278
* Provide some static-assertion functionality on all compilers.Tom Lane2012-09-301-2/+3
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-302-0/+2
* Remove hstore--1.0.sql.Tom Lane2012-08-281-530/+0
* Remove unreachable codePeter Eisentraut2012-07-161-2/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-253-33/+33
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Don't install hstore--1.0.sql any more.Robert Haas2012-02-221-2/+1
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-141-3/+3
* Fix hstore regression tests.Robert Haas2011-11-083-59/+57
* Remove hstore's text => text operator.Robert Haas2011-11-074-2/+534
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-112-8/+9
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-014-6/+0