]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/rangetypes.c
Plug memory leak in range_cmp function.
[postgresql] / src / backend / utils / adt / rangetypes.c
2013-09-25 Heikki LinnakangasPlug memory leak in range_cmp function.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-01-14 Peter EisentrautMake spelling more uniform
2013-01-05 Peter EisentrautMake some spelling more consistent
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-27 Heikki LinnakangasCollect and use histograms of lower and upper bounds...
2012-08-06 Alvaro HerreraMake strings identical
2012-07-18 Heikki LinnakangasRefactor the way code is shared between some range...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-27 Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-23 Tom LaneAdjust range_adjacent to support different canonicaliza...
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22 Tom LaneImprove implementation of range-contains-element tests.
2011-11-22 Tom LaneStill more review for range-types patch.
2011-11-17 Tom LaneFix range_cmp_bounds for the case of equal-valued exclu...
2011-11-15 Tom LaneImprove caching in range type I/O functions.
2011-11-15 Tom LaneRestructure function-internal caching in the range...
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
2011-11-14 Tom LaneReturn NULL instead of throwing error when desired...
2011-11-14 Tom LaneReturn FALSE instead of throwing error for comparisons...
2011-11-14 Tom LaneFix copyright notices, other minor editing in new range...
2011-11-14 Bruce MomjianRerun pgindent with updated typedef list.
2011-11-14 Bruce MomjianRun pgindent on range type files, per request from...
2011-11-07 Heikki LinnakangasFix timestamp range subdiff functions, when using float...
2011-11-03 Heikki LinnakangasSupport range data types.