]> granicus.if.org Git - postgresql/history - src/test/regress/expected/rangetypes.out
Don't allow logging in with empty password.
[postgresql] / src / test / regress / expected / rangetypes.out
2016-07-29 Tom LaneFix tqueue.c's range-remapping code.
2015-05-05 Alvaro HerreraAdd geometry/range functions to support BRIN inclusion
2015-03-30 Heikki LinnakangasAdd index-only scan support to range type GiST opclass.
2015-01-30 Tom LaneFix assorted oversights in range selectivity estimation.
2013-03-21 Heikki LinnakangasFix "element <@ range" cost estimation.
2012-12-21 Peter EisentrautMake some messages more consistent in style
2012-08-16 Heikki LinnakangasAdd SP-GiST support for range types.
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22 Tom LaneStill more review for range-types patch.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-17 Tom LaneDeclare range inclusion operators as taking anyelement...
2011-11-17 Tom LaneFix range_cmp_bounds for the case of equal-valued exclu...
2011-11-16 Tom LaneCode review for range-types catalog entries.
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
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-03 Heikki LinnakangasSupport range data types.