summaryrefslogtreecommitdiff
path: root/doc/src/connection.rst
Commit message (Expand)AuthorAgeFilesLines
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-051-0/+22
* Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
* Mention that with PgBouncer get_backend_pid() is not updatedDaniele Varrazzo2019-10-191-3/+5
* Fix typo: "the the"Jon Dufresne2019-06-211-2/+2
* Added ConnectionInfo.dsn_parameters attributeinfo-dsn-paramsDaniele Varrazzo2019-02-171-23/+26
* Don't use versions such as 2.8.0 in docsDaniele Varrazzo2019-02-171-2/+2
* Added docs about pgconn_ptr, pgresult_ptrlibpq-ptrsDaniele Varrazzo2019-02-161-1/+17
* Merge branch 'master' into feature-expose-pgconnFederico Di Gregorio2018-11-071-100/+138
|\
| * Added ConnectionInfo.parameter_status()Daniele Varrazzo2018-10-131-39/+45
| * Added other members to the ConnectionInfo classDaniele Varrazzo2018-10-121-50/+72
| * Adding ConnectionInfo object documentationDaniele Varrazzo2018-10-121-11/+4
| * Another url changed to httpsDaniele Varrazzo2018-10-101-1/+1
| * Merge branch 'master' into httpsDaniele 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
| * | Prefer https:// URLs when availableJon Dufresne2018-09-221-22/+22
| |/
* | Added connection.get_native_connection()Federico Di Gregorio2018-10-071-1/+15
|/
* Dropped warning about unsafe cursor namesDaniele Varrazzo2018-01-251-5/+0
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-6/+6
* Dropped doc building warningDaniele Varrazzo2017-10-181-1/+1
* Fixed typo (found on stackoverflow... gh)Daniele Varrazzo2017-07-271-1/+1
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-0/+3
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-6/+29
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-161-8/+3
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-16/+22
* Added documentation about the changes in transaction controlDaniele Varrazzo2017-02-041-8/+56
* Added docs for async_ aliasDaniele Varrazzo2017-02-031-0/+4
* Mention get_dsn_parameters() in news, improved docs metadataDaniele Varrazzo2016-07-011-0/+5
* Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+18
* Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-021-2/+16
* Change "non desiderable" to "undesirable" in docsPete Hollobon2015-06-021-2/+2
* Wordsmith on connection.set_session()Daniele Varrazzo2015-05-031-19/+19
* set_session() params documented in a more Python-friendly wayDaniele Varrazzo2014-05-051-1/+2
* Don't specify 0 or 1 in closed docsDaniele Varrazzo2014-04-051-2/+2
* Explicit the fact that closed connections have undefined statusDaniele Varrazzo2014-04-031-0/+2
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-1/+1
* A couple of typos fixedDaniele Varrazzo2013-04-071-1/+1
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-1/+11
* Added documentation for the with statementDaniele Varrazzo2012-12-031-0/+8
* Splitting the release of new features in version 2.5Daniele Varrazzo2012-12-031-1/+1
* Added documentation for scrollable cursorsDaniele Varrazzo2012-08-151-8/+11
* Fixed incorrect and outdated connection.commit() docDaniele Varrazzo2012-07-271-6/+12
* Update all links to PostgreSQL docs to the current version.Marti Raudsepp2012-02-281-20/+20
* Docs cleanup by Josh KupershmidtDaniele Varrazzo2011-11-011-1/+1
* WITH HOLD documentation a argument parsing changesFederico Di Gregorio2011-08-101-2/+5
* Aligned casing of isolation levels with PostgreSQL documentationFederico Di Gregorio2011-06-121-3/+3
* Introductory docs section on transaction control improvedDaniele Varrazzo2011-06-081-1/+1
* Method set_transaction() renamed to set_session()Daniele Varrazzo2011-06-081-2/+2
* Documentation for set_transaction() and autocommit improvedDaniele Varrazzo2011-06-031-8/+16
* Adding docs for the planned set_transaction/autocommit featuresDaniele Varrazzo2011-05-311-1/+75