summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_num.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+1
* Improve performance of float overflow checks in btree_gistMichael Paquier2021-08-191-17/+0
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-011-1/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-4/+4
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-7/+7
* Use new overflow aware integer operations.Andres Freund2017-12-121-2/+0
* Phase 2 of pgindent updates.Tom Lane2017-06-211-7/+7
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-7/+7
* Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan2017-03-211-13/+13
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-231-7/+0
* Add index-only scan support to btree_gist.Heikki Linnakangas2015-03-271-0/+1
* Minor refactoring of btree_gist code.Heikki Linnakangas2015-03-261-2/+1
* Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane2014-05-161-1/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-021-6/+33
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-14/+14
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+2
* Add additional includes needed on some platforms.Bruce Momjian2006-07-141-0/+1
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-131-0/+2
* Add #include code to prevent multiple inclusion.Bruce Momjian2006-07-101-0/+5
* Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian2006-07-101-0/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-211-0/+18
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-011-5/+15
* Pgindent run for 8.0.Bruce Momjian2004-08-291-33/+34
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-0/+11
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+62