summaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore_op.c
AgeCommit message (Expand)Author
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-26Change function call information to be variable length.Andres Freund
2018-11-23Add a 64-bit hash function for type hstore.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-09Update contrib/hstore for new GIN extractQuery API.Tom Lane
2010-12-22Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2009-09-30Fix bogus Assert, per buildfarm results.Tom Lane
2009-09-30Assorted improvements in contrib/hstore.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-15Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-08-26Clean up usage of some deprecated APIs, particularly schema-unsafeTom Lane
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <[email protected]>Teodor Sigaev
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-12-05Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-05Add hstore contrib module.Teodor Sigaev