summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ranges.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-7/+7
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-0/+7
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Documentation for the new range type support.pr/5Chris Withers2013-06-101-0/+13
* add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
* Basic type support for the new range types in postgres 9.2Chris Withers2013-06-101-0/+51