summaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore.h
AgeCommit message (Expand)Author
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-06-21Phase 2 of pgindent updates.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
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
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-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
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-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-05Add hstore contrib module.Teodor Sigaev