summaryrefslogtreecommitdiff
path: root/doc/src/connection.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-051-0/+22
| | | | Close #1143
* Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
|
* Mention that with PgBouncer get_backend_pid() is not updatedDaniele Varrazzo2019-10-191-3/+5
| | | | Close #956
* 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
| | | | Use 2.8.
* 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
| | | | | | | | | | Starting deprecating softly some of the methods bloating the connection class.
| * Adding ConnectionInfo object documentationDaniele Varrazzo2018-10-121-11/+4
| | | | | | | | | | | | 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.
| * Another url changed to httpsDaniele Varrazzo2018-10-101-1/+1
| | | | | | | | Added after this MR.
| * 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
| | | | | | | | | | | | Return the server host name of the current connect.
| * | 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
| | | | It was long made secure
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-6/+6
| | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
* Dropped doc building warningDaniele Varrazzo2017-10-181-1/+1
| | | | doctests have sure completely rotten however.
* Fixed typo (found on stackoverflow... gh)Daniele Varrazzo2017-07-271-1/+1
|
* Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-0/+3
| | | | | | Note that we don't leak anymore the password length. Fix #528
* 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
| | | | Legacy method is legacy.
* 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
| | | | Close #326
* Change "non desiderable" to "undesirable" in docsPete Hollobon2015-06-021-2/+2
| | | | "desiderable" is considered obsolete
* Wordsmith on connection.set_session()Daniele Varrazzo2015-05-031-19/+19
| | | | Fixes #310.
* 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
| | | | | There's also 2 which means broken. But I prefer to leave that as implementation detail.
* 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
| | | | I also checked all links and anchors to make sure they're still valid.
* Docs cleanup by Josh KupershmidtDaniele Varrazzo2011-11-011-1/+1
|
* WITH HOLD documentation a argument parsing changesFederico Di Gregorio2011-08-101-2/+5
| | | | Now any true value will do for the withhold parameter.
* 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
| | | | | Added big fat warning about idle in transaction and reference to set_session().
* Method set_transaction() renamed to set_session()Daniele Varrazzo2011-06-081-2/+2
| | | | | | In fact it doesn't change "the transaction", as there has to be no transaction when invoked. The effect instead is to execute SET SESSION CHARACTERISTICS.
* 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
|