index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
btree_int8.c
Commit message (
Expand
)
Author
Age
*
Add index-only scan support to btree_gist.
Heikki Linnakangas
2015-03-27
*
Minor refactoring of btree_gist code.
Heikki Linnakangas
2015-03-26
*
Fix valgrind warning for btree_gist indexes on macaddr.
Tom Lane
2014-05-16
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-08-26
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add KNNGIST support to contrib/btree_gist.
Tom Lane
2011-03-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Preventing intersection of ranges during page split. Changes are only
Teodor Sigaev
2009-12-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fixes from Janko Richter <jankorichter@yahoo.de>
Teodor Sigaev
2005-07-01
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
- Add aligment of variable data types
Teodor Sigaev
2004-06-03
*
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev
2004-05-28