summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documenting a release procedure which doesn't use initd.orgnew-release-procedureDaniele Varrazzo2018-11-011-16/+22
* Merge branch 'fix-788'Daniele Varrazzo2018-10-303-4/+22
|\
| * Fixed adaptation of lists of empty listsfix-788Daniele Varrazzo2018-10-303-4/+22
|/
* Use class decorators to decorate all testsdecorators-funDaniele Varrazzo2018-10-309-87/+81
* Merge remote-tracking branch 'origin/fix-794'Daniele Varrazzo2018-10-233-0/+26
|\
| * Don't barf on Composite passed to execute_values()fix-794Daniele Varrazzo2018-10-233-0/+26
|/
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-2330-36/+77
* Dropped duplicate classes in errors moduleDaniele Varrazzo2018-10-232-473/+268
* Minimal formatting tweak to last newsDaniele Varrazzo2018-10-151-2/+2
* Merge branch 'connection-info'Daniele Varrazzo2018-10-1524-203/+1060
|\
| * Fixed NEWS file to mention the connection.info objectDaniele Varrazzo2018-10-151-1/+2
| * 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 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-1578-62314/+1140
|\ \
| * | errorcodes map update to PostgreSQL 11Daniele Varrazzo2018-10-144-3/+5
| * | Merge branch 'fix-790'Daniele Varrazzo2018-10-133-0/+12
| |\ \ | | |/ | |/|
| | * Fixed refcount in connection's readonly and deferrable gettersfix-790Daniele Varrazzo2018-10-123-0/+12
| |/
| * 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