index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
seg
/
seg.c
Commit message (
Expand
)
Author
Age
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Replace strdup() with pstrdup(), to avoid leaking memory.
Heikki Linnakangas
2011-05-18
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix contrib/seg's GiST picksplit method.
Tom Lane
2010-12-15
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
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
*
seg_size() has to be V1 calling convention, too.
Tom Lane
2008-04-19
*
Change the float4-returning functions in contrib/seg to fmgr v1 calling
Alvaro Herrera
2008-04-18
*
Modify the float4 datatype to be pass-by-val. Along the way, remove the last
Alvaro Herrera
2008-04-18
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
*
Rename contrib contains/contained-by operators to @> and <@, per discussion.
Tom Lane
2006-09-10
*
Changes
Teodor Sigaev
2006-06-28
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Adjust contrib/seg &< and &> operators so that r-tree indexing logic
Tom Lane
2005-06-27
*
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2005-05-21
*
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
Tom Lane
2004-10-21
*
Fix contrib/cube and contrib/seg to compile on Windows.
Tom Lane
2004-09-14
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
Teodor Sigaev
2004-03-30
*
Localize our dependencies on the way to create NAN or INFINITY.
Tom Lane
2004-03-15
*
Make contrib/seg work with flex 2.5.31. Fix it up to have a real
Tom Lane
2003-09-14
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
*
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-08-22
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Updates to make GIST work with multi-key indexes (from Oleg Bartunov
Tom Lane
2001-05-31
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Gene Selkov's SEG datatype (GiST example code)
Tom Lane
2000-12-11