| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | Fetch the correct testing postgres packages on xenial | Daniele Varrazzo | 2018-07-13 | 1 | -1/+1 | |
| | | * | Add testing and document support for Python 3.7 | Jon Dufresne | 2018-07-12 | 6 | -11/+18 | |
| | |/ | ||||||
| * | | Added errors.lookup() function | Daniele Varrazzo | 2018-10-15 | 3 | -0/+18 | |
| * | | Added documentation for the errors module | Daniele Varrazzo | 2018-10-15 | 5 | -9/+76 | |
| * | | Errors module content updated to Postgres 11 | Daniele Varrazzo | 2018-10-14 | 2 | -1/+7 | |
| * | | Generating the whole errors file from script | Daniele Varrazzo | 2018-08-17 | 3 | -3/+1726 | |
| * | | Dropped parsing sgml files for error codes | Daniele Varrazzo | 2018-08-17 | 1 | -53/+9 | |
| * | | Read exceptions to raise from a Python module | Daniele Varrazzo | 2018-08-17 | 4 | -0/+120 | |
| |/ | ||||||
| * | Note the upgrade in wheel dependencies in NEWS file | Daniele Varrazzo | 2018-05-23 | 2 | -2/+3 | |
| * | Added note adivising against depending on the -wheels package | Daniele Varrazzo | 2018-05-23 | 1 | -4/+13 | |
| * | Dropped license paragraph applying to removed files | Daniele Varrazzo | 2018-05-23 | 1 | -7/+2 | |
| * | Merge branch 'drop-2to3' | Daniele Varrazzo | 2018-05-21 | 15 | -84/+171 | |
| |\ | ||||||
| | * | DictCursor and RealDictCursor rows maintain columns order | Daniele Varrazzo | 2018-05-21 | 3 | -6/+95 | |
| | * | Restored methods iter*() on dict cursors rows | Daniele Varrazzo | 2018-05-21 | 1 | -9/+24 | |
| | * | Merge branch 'master' into drop-2to3 | Daniele Varrazzo | 2018-05-20 | 41 | -368/+923 | |
| | |\ | |/ |/| | ||||||
| * | | Added tests to verify iter methods on dict cursors | Daniele Varrazzo | 2018-05-20 | 1 | -1/+64 | |
| * | | DictCursor/RealDictCursor tests split | Daniele Varrazzo | 2018-05-20 | 1 | -78/+82 | |
| * | | Merge branch 'encrypt-pass' | Daniele Varrazzo | 2018-05-20 | 5 | -2/+227 | |
| |\ \ | ||||||
| | * | | encrypt_password() reported in the news file | Daniele Varrazzo | 2018-05-20 | 1 | -0/+4 | |
| | * | | Fixed refcount handling in encrypt_password | Daniele Varrazzo | 2018-05-20 | 2 | -9/+19 | |
| | * | | Fixed keywords support for encrypt_password and tests completed | Daniele Varrazzo | 2018-05-20 | 2 | -3/+29 | |
| | * | | encrypt_password docs moved to extension module and updated | Daniele Varrazzo | 2018-05-20 | 2 | -27/+32 | |
| | * | | Fixed code flow in encrypt_password() | Daniele Varrazzo | 2018-05-20 | 2 | -70/+69 | |
| | * | | Merge branch 'master' into encrypt-pass | Daniele Varrazzo | 2018-05-20 | 24 | -84/+206 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Complete tox testing matrix | Jon Dufresne | 2018-05-20 | 1 | -6/+2 | |
| * | | | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-05-20 | 4 | -5/+5 | |
| * | | | Command to upload docs on pythonhosted dropped altogether | Daniele Varrazzo | 2018-05-20 | 1 | -2/+0 | |
| * | | | Intersphinx urls to generate Python links updated | Daniele Varrazzo | 2018-05-20 | 1 | -2/+2 | |
| * | | | Added license to the docs | Daniele Varrazzo | 2018-05-20 | 6 | -9/+27 | |
| * | | | Merge branch 'fix-716' | Daniele Varrazzo | 2018-05-20 | 4 | -7/+24 | |
| |\ \ \ | ||||||
| | * | | | Don't raise an exception closing an unused named cursorfix-716 | Daniele Varrazzo | 2018-05-20 | 4 | -7/+24 | |
| * | | | | Merge branch 'fix-707' | Daniele Varrazzo | 2018-05-20 | 2 | -0/+13 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Set minimal postgres version for intervalstyle testfix-707 | Daniele Varrazzo | 2018-05-20 | 1 | -0/+1 | |
| | * | | | Raise NotSupportedError fetching iso_8601 intervals | Daniele Varrazzo | 2018-05-20 | 2 | -0/+12 | |
| |/ / / | ||||||
| * | | | Merge remote-tracking branch 'nested-array-nulls' | Daniele Varrazzo | 2018-05-20 | 4 | -41/+106 | |
| |\ \ \ | ||||||
| | * | | | Hstore test fixed after adapting arrays dropped space after commasnested-array-nulls | Daniele Varrazzo | 2018-05-18 | 1 | -2/+2 | |
| | * | | | Fixed adaptation of arrays of arrays of nulls | Daniele Varrazzo | 2018-05-18 | 3 | -39/+104 | |
| * | | | | Merge remote-tracking branch 'fix-211' | Daniele Varrazzo | 2018-05-20 | 4 | -12/+25 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Skipped test on db version not supporting unicode identifiersfix-211 | Daniele Varrazzo | 2018-05-18 | 1 | -0/+1 | |
| | * | | | Test databases from newest to oldest | Daniele Varrazzo | 2018-05-18 | 1 | -8/+8 | |
| | * | | | Allow non-ascii chars in namedtuple fields | Daniele Varrazzo | 2018-05-18 | 3 | -4/+16 | |
| |/ / / | ||||||
| * | | | Merge pull request #715 from hroncok/py37 | Daniele Varrazzo | 2018-05-18 | 1 | -1/+3 | |
| |\ \ \ | ||||||
| | * | | | Travis CI: Run tests on Python 3.7 | Miro HronĨok | 2018-05-18 | 1 | -1/+3 | |
| |/ / / | ||||||
| | * | | Fixed the string format error reported by Travis-CI. | Ashesh Vashi | 2018-05-08 | 1 | -3/+1 | |
| | * | | Merge branch 'master' into master | Ashesh Vashi | 2018-05-08 | 136 | -1778/+1509 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge branch 'fix-679' | Daniele Varrazzo | 2018-02-21 | 3 | -2/+17 | |
| |\ \ \ | ||||||
| | * | | | Allow strings subclasses in ensure_bytesfix-679 | Daniele Varrazzo | 2018-02-21 | 3 | -2/+17 | |
| |/ / / | ||||||
| * | | | Merge branch 'expand-version' | Daniele Varrazzo | 2018-02-19 | 3 | -7/+9 | |
| |\ \ \ | ||||||
| | * | | | Report MSYS2 build probably fixed | Daniele Varrazzo | 2018-02-19 | 1 | -1/+2 | |
| | * | | | Avoid quoting the string in the psycopg version macro | Daniele Varrazzo | 2018-02-19 | 2 | -6/+7 | |
| |/ / / | ||||||
