summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to errors module docserrors-module-cDaniele Varrazzo2019-02-112-7/+17
|
* Dropped PSYCOPG_DISPLAY_SIZE build parameterDaniele Varrazzo2019-01-251-4/+6
| | | | | Big and complex _pq_fetch_tuples simplified by moving per-column calculation to a separate function.
* 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 docs
| * mention postgresql 11 in install docswouter bolsterlee2018-12-071-1/+1
| |
* | Merge remote-tracking branch ↵Daniele Varrazzo2018-12-271-0/+2
|\ \ | |/ |/| | | 'eternalflow/execute-values-returning-clause-support'
| * 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
|/ | | | | | | | | This class was deprecated in 27cd6c4880161a715b1952be64cc96ebc968fa2b (Dec 2, 2012), which was first included in release 2.5. Enough time has passed for library uses to find an alternative solution. This class was untested.
* 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
| | | | | | | | | | | | | | | Starting deprecating softly some of the methods bloating the connection class.
| | * Added several ConnectionInfo attributesDaniele Varrazzo2018-10-121-0/+6
| | |
| | * Adding ConnectionInfo object documentationDaniele Varrazzo2018-10-122-11/+13
| | | | | | | | | | | | | | | | | | I'm still fought whether docs should be in the C module or in the .rst. I'd prefer the first because DRY, but writing multiline strings in C really sucks.
| * | 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
| | | | | | | | | | | | Added after this MR.
| | * 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
| | | | | | | | | | | | | | | | | | | | Return the server host name of the current connect.
| | | * | 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
| | | | |/ | | | | | | | | | | | | | | | Close #783.
| | | * | Fix RST markupAlan D Moore2018-10-081-1/+1
| | | | |
| | | * | Added note about backslashes and LIKEAlan D Moore2018-10-081-0/+21
| | | |/ | | | | | | | | | | | | | | | | Added note about the use of LIKE with strings containing backslashes. Addresses concern in issue #785.
| | | * sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-1/+11
| | | | | | | | | | | | | | | | Close #732.
| | * | 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
| | | | | | | | | | | | Python 3 docs are more up to date and reflect the future of Python. Removed unused py3 marker.
* | Add testing and document support for Python 3.7Jon Dufresne2018-07-121-1/+1
|/ | | | | | Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
* Added note adivising against depending on the -wheels packageDaniele Varrazzo2018-05-231-4/+13
|
* encrypt_password docs moved to extension module and updatedDaniele Varrazzo2018-05-202-27/+32
|
* Merge branch 'master' into encrypt-passDaniele Varrazzo2018-05-208-10/+26
|\
| * Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-05-203-3/+3
| | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
| * Command to upload docs on pythonhosted dropped altogetherDaniele Varrazzo2018-05-201-2/+0
| |
| * Intersphinx urls to generate Python links updatedDaniele Varrazzo2018-05-201-2/+2
| | | | | | | | Previous urls warn about a redirect, so they are probably to go.
| * Added license to the docsDaniele Varrazzo2018-05-204-3/+21
| | | | | | | | Includes other docs improvements, such as the ones proposed in #711.
* | Merge branch 'master' into masterAshesh Vashi2018-05-0821-393/+403
|\ \ | |/
| * Fixed pip invocation example to skip binary packagesDaniele Varrazzo2018-02-091-2/+2
| | | | | | | | Close #673