summaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore_gist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-3/+3
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-4/+10
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-6/+2
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-2/+2
* Implement operator class parametersAlexander Korotkov2020-03-301-86/+106
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+2
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Remove unused macroPeter Eisentraut2019-02-281-3/+0
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-1/+1
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-191-6/+10
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* 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
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-1/+1
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-041-1/+15
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-11/+0
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-251-15/+15
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix two new-in-9.0 bugs in hstore.Tom Lane2010-09-161-20/+6
* pgindent run for 9.0Bruce Momjian2010-02-261-24/+27
* Assorted improvements in contrib/hstore.Tom Lane2009-09-301-26/+70
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+5
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+7
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-0/+5
* Run pgindent on remaining files now that LOOPBYTE is a usable macro.Bruce Momjian2007-11-161-11/+11
* Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have theBruce Momjian2007-11-161-33/+30
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-1/+19
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-17/+28
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-12/+11
* pgindent run for 8.2.Bruce Momjian2006-10-041-159/+217
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+471