summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_time.c
Commit message (Expand)AuthorAgeFilesLines
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-021-6/+10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-12/+14
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-22/+42
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-3/+11
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-131-0/+1
* ChangesTeodor Sigaev2006-06-281-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+13
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-211-12/+7
* /contrib/btree_gist adjustments for new 'day' interval value.Bruce Momjian2005-07-201-3/+3
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-3/+0
* Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane2005-04-251-3/+16
* Simplify definesTeodor Sigaev2005-02-211-5/+5
* Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev2005-02-211-11/+13
* Pgindent run for 8.0.Bruce Momjian2004-08-291-148/+155
* - Add aligment of variable data typesTeodor Sigaev2004-06-031-2/+5
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-281-0/+248