summaryrefslogtreecommitdiff
path: root/contrib/hstore
AgeCommit message (Expand)Author
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-02-27Remove unused macroPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2018-11-24Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth
2018-11-23Add a 64-bit hash function for type hstore.Tom Lane
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2017-11-25Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-26Support domains over composite types.Tom Lane
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-12Assume deconstruct_array() outputs are untoasted.Noah Misch
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-11-07Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane
2016-11-04Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-06-14Update extensions with GIN/GIST support for parallel query.Robert Haas
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
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