aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_bytea.c
Commit message (Expand)AuthorAge
* Add support for sorted gist index builds to btree_gistHeikki Linnakangas2025-04-03
* Fix boilerplate comments in btree_gistHeikki Linnakangas2025-04-03
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-07
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-07
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Use CallerFInfoFunctionCall with btree_gist for varlena typesAndrew Dunstan2017-03-21
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* Fix contrib/btree_gist to handle collations properly.Tom Lane2011-04-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane2009-08-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-01
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-12
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-28