summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added table_oid, table_column on cursor.description itemsdescription-extra-attrsDaniele Varrazzo2018-10-114-6/+66
* Added C implementation for a Column typeDaniele Varrazzo2018-10-115-98/+422
* Merge branch 'fix-copy-async-hangs'Daniele Varrazzo2018-10-104-5/+23
|\
| * Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-104-5/+23
|/
* Merge pull request #771 from jdufresne/distutilsDaniele Varrazzo2018-10-101-4/+1
|\
| * Drop legacy distutils in setup.pyJon Dufresne2018-09-151-4/+1
* | Merge branch 'https'Daniele Varrazzo2018-10-1029-122/+122
|\ \
| * | Another url changed to httpsDaniele Varrazzo2018-10-101-1/+1
| * | Merge branch 'master' into httpsDaniele Varrazzo2018-10-1042-61956/+250
| |\ \ | |/ / |/| |
* | | Merge pull request #789 from jdufresne/argparseDaniele Varrazzo2018-10-101-9/+7
|\ \ \
| * | | Replace deprecated optparse usage with argparseJon Dufresne2018-10-101-9/+7
* | | | Merge branch 'conn-get-host'Daniele Varrazzo2018-10-104-1/+55
|\ \ \ \
| * | | | Small tweaks to connection.host docsDaniele Varrazzo2018-10-102-3/+3
| * | | | Added connection.hostMarco De Paoli2018-10-064-1/+55
* | | | | Merge remote-tracking branch 'origin/diag-schema-name-nonloc'Daniele Varrazzo2018-10-104-4/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-044-4/+29
| |/ / /
* | | | Commented out test to avoid beaking masterFederico Di Gregorio2018-10-101-3/+3
* | | | Fixed test for issue #788Federico Di Gregorio2018-10-101-1/+1
* | | | Added test for issue #788Federico Di Gregorio2018-10-101-0/+4
* | | | Sandbox removedFederico Di Gregorio2018-10-0927-61927/+0
* | | | Merge pull request #786 from alandmoore/masterFederico Di Gregorio2018-10-081-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Fix RST markupAlan D Moore2018-10-081-1/+1
| * | | Added note about backslashes and LIKEAlan D Moore2018-10-081-0/+21
|/ / /
* | | Merge branch 'identifier-sequence'Daniele Varrazzo2018-10-044-15/+73
|\ \ \
| * | | sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-044-15/+73
|/ / /
* | | Merge branch 'stringification-of-ranges'Daniele Varrazzo2018-10-043-0/+61
|\ \ \ | |_|/ |/| |
| * | Mention the better str(Range) in the docs.Daniele Varrazzo2018-10-041-0/+2
| * | Faster check for empty range in str()Daniele Varrazzo2018-10-041-1/+1
| * | Implement __str__ for range typesMichel Albert2018-09-302-0/+59
|/ /
| * Prefer https:// URLs when availableJon Dufresne2018-09-2229-121/+121
|/
* Merge branch 'fix-bsd'Daniele Varrazzo2018-09-072-2/+2
|\
| * Mention FreeBSD build fixed in news fileDaniele Varrazzo2018-09-071-0/+1
| * Remove obsolete and incorrect FreeBSD version conditionDmitry Marakasov2018-09-071-2/+1
|/
* Improve doc for extras.wait_selectDaniel Hahler2018-09-051-2/+2
* Fix typo in install.rstAndrew King2018-09-051-1/+1
* Update intersphinx URLs to point to Python 3 docsJon Dufresne2018-09-051-3/+2
* Remove setup.py fallback that assumes postgres 7.4.0.Benjamin Peterson2018-09-051-7/+1
* Better testing of encryption function with libpq < 10encrypt-password-fix-testsDaniele Varrazzo2018-08-171-53/+44
* Merge branch 'fix-746'Daniele Varrazzo2018-07-254-17/+65
|\
| * Fixed compile error on windowsfix-746Daniele Varrazzo2018-07-241-10/+9
| * Bump tests for selective closure of named cursor to pg 8.2Daniele Varrazzo2018-07-242-2/+2
| * Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-243-9/+58
|/
* Merge branch 'py37'Daniele Varrazzo2018-07-137-13/+20
|\
| * Consider PG 9.3 a thing of the past.Daniele Varrazzo2018-07-131-1/+1
| * Fetch the correct testing postgres packages on xenialDaniele Varrazzo2018-07-131-1/+1
| * Add testing and document support for Python 3.7Jon Dufresne2018-07-126-11/+18
|/
* Note the upgrade in wheel dependencies in NEWS fileDaniele Varrazzo2018-05-232-2/+3
* Added note adivising against depending on the -wheels packageDaniele Varrazzo2018-05-231-4/+13
* Dropped license paragraph applying to removed filesDaniele Varrazzo2018-05-231-7/+2
* Merge branch 'drop-2to3'Daniele Varrazzo2018-05-2115-84/+171
|\