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_bit.c
Commit message (
Expand
)
Author
Age
*
Initialize padding bytes in btree_gist varbit support.
Heikki Linnakangas
2014-05-13
*
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2011-04-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Ooops, missed that a couple of contrib modules have calls to byteacmp.
Tom Lane
2009-08-04
*
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
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Fixes from Janko Richter <jankorichter@yahoo.de>
Teodor Sigaev
2005-07-01
*
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2005-05-21
*
This patch makes some minor style cleanups to contrib/btree_gist: remove
Neil Conway
2005-05-12
*
Simplify/clean up code for varlena types
Teodor Sigaev
2005-03-01
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev
2004-05-28