summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Convert `while 1:` statements to `while True:`Jon Dufresne2019-03-131-4/+4
* Better link from docs to "json and jsonb" data typesDaniele Varrazzo2019-03-051-6/+7
* Added ConnectionInfo.dsn_parameters attributeinfo-dsn-paramsDaniele Varrazzo2019-02-172-23/+35
* Don't use versions such as 2.8.0 in docsDaniele Varrazzo2019-02-173-11/+11
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Allow building docs with Python 3Daniele Varrazzo2019-02-171-3/+5
* Fixed title level of sqlsate errors table in docsDaniele Varrazzo2019-02-171-1/+1
* Dropped text docs generationDaniele Varrazzo2019-02-173-76/+4
* Added table of sqlstate exceptions in the docsDaniele Varrazzo2019-02-174-7/+83
* Added docs about pgconn_ptr, pgresult_ptrlibpq-ptrsDaniele Varrazzo2019-02-162-1/+35
* Improvements to errors module docserrors-module-cDaniele Varrazzo2019-02-112-7/+17
* Dropped PSYCOPG_DISPLAY_SIZE build parameterDaniele Varrazzo2019-01-251-4/+6
* Added documentation for BYTES casterregister-bytesDaniele Varrazzo2019-01-183-3/+37
* Merge pull request #828 from wbolster/patch-1Daniele Varrazzo2019-01-081-1/+1
|\
| * mention postgresql 11 in install docswouter bolsterlee2018-12-071-1/+1
* | Merge remote-tracking branch 'eternalflow/execute-values-returning-clause-sup...Daniele Varrazzo2018-12-271-0/+2
|\ \ | |/ |/|
| * Docs wordsmith for execute_values() fetch paramDaniele Varrazzo2018-12-271-1/+1
| * add versionchanged to docsIvan Kotelnikov2018-11-241-0/+2
* | Dropped deprecated PersistentConnectionPoolJon Dufresne2018-12-041-8/+0
|/
* Merge branch 'master' into feature-expose-pgconnFederico Di Gregorio2018-11-0714-221/+478
|\
| * Merge branch 'connection-info'Daniele Varrazzo2018-10-153-105/+166
| |\
| | * Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-132-4/+5
| | * Added ConnectionInfo.parameter_status()Daniele Varrazzo2018-10-132-39/+46
| | * Added ConnectionInfo.ssl_attribute()Daniele Varrazzo2018-10-131-0/+2
| | * Added all the missing ConnectionInfo attributesDaniele Varrazzo2018-10-131-0/+5
| | * Added missing class signatures in the docsDaniele Varrazzo2018-10-131-2/+2
| | * Added ConnectionInfo.error_messageDaniele Varrazzo2018-10-131-0/+1
| | * Added other members to the ConnectionInfo classDaniele Varrazzo2018-10-122-50/+87
| | * Added several ConnectionInfo attributesDaniele Varrazzo2018-10-121-0/+6
| | * Adding ConnectionInfo object documentationDaniele Varrazzo2018-10-122-11/+13
| * | Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-1513-135/+264
| |\ \
| | * | errorcodes map update to PostgreSQL 11Daniele Varrazzo2018-10-141-1/+1
| | |/
| | * Added docs for the Column objectDaniele Varrazzo2018-10-112-35/+112
| | * Another url changed to httpsDaniele Varrazzo2018-10-101-1/+1
| | * Merge branch 'master' into httpsDaniele Varrazzo2018-10-104-1/+54
| | |\
| | | * Merge branch 'conn-get-host'Daniele Varrazzo2018-10-101-0/+18
| | | |\
| | | | * Small tweaks to connection.host docsDaniele Varrazzo2018-10-101-2/+2
| | | | * Added connection.hostMarco De Paoli2018-10-061-0/+18
| | | * | Merge remote-tracking branch 'origin/diag-schema-name-nonloc'Daniele Varrazzo2018-10-101-0/+4
| | | |\ \
| | | | * | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-041-0/+4
| | | | |/
| | | * | Fix RST markupAlan D Moore2018-10-081-1/+1
| | | * | Added note about backslashes and LIKEAlan D Moore2018-10-081-0/+21
| | | |/
| | | * sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-1/+11
| | * | Prefer https:// URLs when availableJon Dufresne2018-09-2212-97/+97
| | |/
| * | Added errors.lookup() functionDaniele Varrazzo2018-10-151-0/+2
| * | Added documentation for the errors moduleDaniele Varrazzo2018-10-154-9/+74
* | | Allow SPHINXBUILD on command lineFederico Di Gregorio2018-10-071-1/+2
* | | Added connection.get_native_connection()Federico Di Gregorio2018-10-071-1/+15
| |/ |/|
* | Fix typo in install.rstAndrew King2018-09-051-1/+1
* | Update intersphinx URLs to point to Python 3 docsJon Dufresne2018-09-051-3/+2