summaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore_op.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-8/+3
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-6/+6
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-3/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-2/+2
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Change function call information to be variable length.Andres Freund2019-01-261-1/+1
* Add a 64-bit hash function for type hstore.Tom Lane2018-11-231-3/+27
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-25/+25
* Phase 3 of pgindent updates.Tom Lane2017-06-211-13/+13
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-191-72/+76
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-28/+0
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-171-0/+15
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-2/+2
* Update contrib/hstore for new GIN extractQuery API.Tom Lane2011-01-091-5/+9
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-211-13/+13
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-275/+290
* Fix bogus Assert, per buildfarm results.Tom Lane2009-09-301-3/+5
* Assorted improvements in contrib/hstore.Tom Lane2009-09-301-341/+940
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane2009-03-151-6/+4
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-4/+4
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-4/+9
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-34/+21
* pgindent run for 8.3.Bruce Momjian2007-11-151-13/+13
* Clean up usage of some deprecated APIs, particularly schema-unsafeTom Lane2007-08-261-3/+5
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-13/+36
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-11/+11
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-7/+7
* Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway2006-12-051-1/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-322/+385
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+567