| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added documentation for BYTES casterregister-bytes | Daniele Varrazzo | 2019-01-18 | 3 | -3/+37 |
| | | |||||
| * | Merge pull request #828 from wbolster/patch-1 | Daniele Varrazzo | 2019-01-08 | 1 | -1/+1 |
| |\ | | | | | mention postgresql 11 in install docs | ||||
| | * | mention postgresql 11 in install docs | wouter bolsterlee | 2018-12-07 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch ↵ | Daniele Varrazzo | 2018-12-27 | 1 | -0/+2 |
| |\ \ | |/ |/| | | | 'eternalflow/execute-values-returning-clause-support' | ||||
| | * | Docs wordsmith for execute_values() fetch param | Daniele Varrazzo | 2018-12-27 | 1 | -1/+1 |
| | | | |||||
| | * | add versionchanged to docs | Ivan Kotelnikov | 2018-11-24 | 1 | -0/+2 |
| | | | |||||
| * | | Dropped deprecated PersistentConnectionPool | Jon Dufresne | 2018-12-04 | 1 | -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-pgconn | Federico Di Gregorio | 2018-11-07 | 14 | -221/+478 |
| |\ | |||||
| | * | Merge branch 'connection-info' | Daniele Varrazzo | 2018-10-15 | 3 | -105/+166 |
| | |\ | |||||
| | | * | Use the connection.info properties instead of the legacy methodsconnection-info | Daniele Varrazzo | 2018-10-13 | 2 | -4/+5 |
| | | | | |||||
| | | * | Added ConnectionInfo.parameter_status() | Daniele Varrazzo | 2018-10-13 | 2 | -39/+46 |
| | | | | |||||
| | | * | Added ConnectionInfo.ssl_attribute() | Daniele Varrazzo | 2018-10-13 | 1 | -0/+2 |
| | | | | |||||
| | | * | Added all the missing ConnectionInfo attributes | Daniele Varrazzo | 2018-10-13 | 1 | -0/+5 |
| | | | | |||||
| | | * | Added missing class signatures in the docs | Daniele Varrazzo | 2018-10-13 | 1 | -2/+2 |
| | | | | |||||
| | | * | Added ConnectionInfo.error_message | Daniele Varrazzo | 2018-10-13 | 1 | -0/+1 |
| | | | | |||||
| | | * | Added other members to the ConnectionInfo class | Daniele Varrazzo | 2018-10-12 | 2 | -50/+87 |
| | | | | | | | | | | | | | | | | Starting deprecating softly some of the methods bloating the connection class. | ||||
| | | * | Added several ConnectionInfo attributes | Daniele Varrazzo | 2018-10-12 | 1 | -0/+6 |
| | | | | |||||
| | | * | Adding ConnectionInfo object documentation | Daniele Varrazzo | 2018-10-12 | 2 | -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-module | Daniele Varrazzo | 2018-10-15 | 13 | -135/+264 |
| | |\ \ | |||||
| | | * | | errorcodes map update to PostgreSQL 11 | Daniele Varrazzo | 2018-10-14 | 1 | -1/+1 |
| | | |/ | |||||
| | | * | Added docs for the Column object | Daniele Varrazzo | 2018-10-11 | 2 | -35/+112 |
| | | | | |||||
| | | * | Another url changed to https | Daniele Varrazzo | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | Added after this MR. | ||||
| | | * | Merge branch 'master' into https | Daniele Varrazzo | 2018-10-10 | 4 | -1/+54 |
| | | |\ | |||||
| | | | * | Merge branch 'conn-get-host' | Daniele Varrazzo | 2018-10-10 | 1 | -0/+18 |
| | | | |\ | |||||
| | | | | * | Small tweaks to connection.host docs | Daniele Varrazzo | 2018-10-10 | 1 | -2/+2 |
| | | | | | | |||||
| | | | | * | Added connection.host | Marco De Paoli | 2018-10-06 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | Return the server host name of the current connect. | ||||
| | | | * | | Merge remote-tracking branch 'origin/diag-schema-name-nonloc' | Daniele Varrazzo | 2018-10-10 | 1 | -0/+4 |
| | | | |\ \ | |||||
| | | | | * | | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonloc | Daniele Varrazzo | 2018-10-04 | 1 | -0/+4 |
| | | | | |/ | | | | | | | | | | | | | | | | Close #783. | ||||
| | | | * | | Fix RST markup | Alan D Moore | 2018-10-08 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | Added note about backslashes and LIKE | Alan D Moore | 2018-10-08 | 1 | -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-sequence | Daniele Varrazzo | 2018-10-04 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | Close #732. | ||||
| | | * | | Prefer https:// URLs when available | Jon Dufresne | 2018-09-22 | 12 | -97/+97 |
| | | |/ | |||||
| | * | | Added errors.lookup() function | Daniele Varrazzo | 2018-10-15 | 1 | -0/+2 |
| | | | | |||||
| | * | | Added documentation for the errors module | Daniele Varrazzo | 2018-10-15 | 4 | -9/+74 |
| | | | | |||||
| * | | | Allow SPHINXBUILD on command line | Federico Di Gregorio | 2018-10-07 | 1 | -1/+2 |
| | | | | |||||
| * | | | Added connection.get_native_connection() | Federico Di Gregorio | 2018-10-07 | 1 | -1/+15 |
| | |/ |/| | |||||
| * | | Fix typo in install.rst | Andrew King | 2018-09-05 | 1 | -1/+1 |
| | | | |||||
| * | | Update intersphinx URLs to point to Python 3 docs | Jon Dufresne | 2018-09-05 | 1 | -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.7 | Jon Dufresne | 2018-07-12 | 1 | -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 package | Daniele Varrazzo | 2018-05-23 | 1 | -4/+13 |
| | | |||||
| * | encrypt_password docs moved to extension module and updated | Daniele Varrazzo | 2018-05-20 | 2 | -27/+32 |
| | | |||||
| * | Merge branch 'master' into encrypt-pass | Daniele Varrazzo | 2018-05-20 | 8 | -10/+26 |
| |\ | |||||
| | * | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-05-20 | 3 | -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 altogether | Daniele Varrazzo | 2018-05-20 | 1 | -2/+0 |
| | | | |||||
| | * | Intersphinx urls to generate Python links updated | Daniele Varrazzo | 2018-05-20 | 1 | -2/+2 |
| | | | | | | | | | Previous urls warn about a redirect, so they are probably to go. | ||||
| | * | Added license to the docs | Daniele Varrazzo | 2018-05-20 | 4 | -3/+21 |
| | | | | | | | | | Includes other docs improvements, such as the ones proposed in #711. | ||||
| * | | Merge branch 'master' into master | Ashesh Vashi | 2018-05-08 | 21 | -393/+403 |
| |\ \ | |/ | |||||
| | * | Fixed pip invocation example to skip binary packages | Daniele Varrazzo | 2018-02-09 | 1 | -2/+2 |
| | | | | | | | | | Close #673 | ||||
| | * | Document the psycopg2-binary package | Daniele Varrazzo | 2018-01-29 | 1 | -98/+100 |
| | | | |||||
| | * | Dropped warning about unsafe cursor names | Daniele Varrazzo | 2018-01-25 | 1 | -5/+0 |
| | | | | | | | | | It was long made secure | ||||
