summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-1315-77/+78
* Guard from some info functions not available in some libpq versionsDaniele Varrazzo2018-10-132-8/+48
* Added ConnectionInfo.parameter_status()Daniele Varrazzo2018-10-134-39/+97
* Added ConnectionInfo.ssl_attribute()Daniele Varrazzo2018-10-133-1/+96
* Added all the missing ConnectionInfo attributesDaniele Varrazzo2018-10-133-4/+151
* Added missing class signatures in the docsDaniele Varrazzo2018-10-131-2/+2
* Added ConnectionInfo.error_messageDaniele Varrazzo2018-10-133-0/+37
* Added other members to the ConnectionInfo classDaniele Varrazzo2018-10-124-52/+175
* Added several ConnectionInfo attributesDaniele Varrazzo2018-10-124-10/+179
* Adding ConnectionInfo object documentationDaniele Varrazzo2018-10-124-14/+31
* Moving host attribute to a connection.info objectDaniele Varrazzo2018-10-116-24/+193
* Merge branch 'description-extra-attrs'Daniele Varrazzo2018-10-119-133/+597
|\
| * Added docs for the Column objectDaniele Varrazzo2018-10-113-35/+115
| * 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