summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAgeFilesLines
* typo山楂片2017-06-121-1/+1
* Updated docs about versions supported in errcodesDaniele Varrazzo2017-06-051-1/+1
* Added doc link to replication commandsDaniele Varrazzo2017-05-101-2/+5
* Expose *DATETIMETZ* objects in the extensions moduleDaniele Varrazzo2017-03-221-0/+6
* Dropped info that the features requires libpq >= 9.0Daniele Varrazzo2017-03-201-2/+0
* Merge branch 'fix-528'Daniele Varrazzo2017-03-161-0/+3
|\
| * Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-0/+3
* | Added docs about the usability of sql objects with copy_expert()sql-copyDaniele Varrazzo2017-03-162-1/+9
|/
* Less stuff in the readme, more in the docsDaniele Varrazzo2017-03-131-0/+7
* Report ticket 518 fixedDaniele Varrazzo2017-03-111-8/+11
* correct minor grammatical issue with deprecation warningJon Nelson2017-03-031-1/+1
* Added install section to specify how to skip wheelsDaniele Varrazzo2017-03-031-7/+39
* Fixed doc typoDaniele Varrazzo2017-02-281-1/+1
* Dropped reference to "isolation level autocommit" in docsDaniele Varrazzo2017-02-241-2/+2
* Document installation from wheel packagesDaniele Varrazzo2017-02-161-145/+77
* 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
* Link COPY from docs index to our docs instead of postgres onesDaniele Varrazzo2017-02-161-3/+1
* SQL links not bold in the docsDaniele Varrazzo2017-02-161-0/+5
* Fixed argument name in executemany docsDaniele Varrazzo2017-02-081-1/+1
* Dropped references to prepare in cur.execute[many] docsDaniele Varrazzo2017-02-081-6/+5
* Merge branch 'no-set-default-session'Daniele Varrazzo2017-02-073-16/+74
|\
| * Added documentation about the changes in transaction controlDaniele Varrazzo2017-02-043-21/+70
| * Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-041-0/+9
* | Dropped support for Python 3.1Daniele Varrazzo2017-02-061-1/+1
|/
* Merge branch 'master' into sql-composesql-composeDaniele Varrazzo2017-02-038-11/+85
|\
| * Merge branch 'async-keyword'Daniele Varrazzo2017-02-033-1/+11
| |\
| | * Added docs for async_ aliasDaniele Varrazzo2017-02-033-1/+11
| * | Merge branch 'fast-executemany'Daniele Varrazzo2017-02-022-6/+68
| |\ \ | | |/ | |/|
| | * Added notes about using execute_batch with prepared statementsDaniele Varrazzo2017-02-021-0/+32
| | * Added execute_batch and execute_values functionsDaniele Varrazzo2017-02-012-6/+36
| * | Fixed sql docs style with newer Docutils versionsDaniele Varrazzo2017-02-011-0/+2
| |/
| * Consider Python 3.6 and Postgres 9.6 supportedDaniele Varrazzo2017-01-031-2/+2
| * Using the new name of the old doc templateDaniele Varrazzo2017-01-012-2/+2
* | Several improvements to the sql objectsDaniele Varrazzo2017-01-031-0/+20
* | Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-031-1/+2
* | More doc love for the sql moduleDaniele Varrazzo2017-01-013-5/+24
* | Added missing doc fileDaniele Varrazzo2017-01-011-0/+68
* | Adding sql module documentationDaniele Varrazzo2017-01-011-0/+1
|/
* conn->codec rename to pyencDaniele Varrazzo2016-12-262-2/+2
* Mention named callproc in news, fixed docs.Daniele Varrazzo2016-12-261-2/+3
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-2610-80/+673
|\
| * Fixed intersphinx links to Pyton docsDaniele Varrazzo2016-12-251-2/+2
| * fix wait_select sample to be `extras` not `extensions`Luke Nezda2016-12-251-1/+1
| * Added ipaddress objects conversionDaniele Varrazzo2016-10-113-15/+23
| * Conver network array types into array of strings by defaultDaniele Varrazzo2016-10-111-6/+18
| * inet adapters deprecatedDaniele Varrazzo2016-10-111-2/+3
| * Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-151-1/+2
| * Stop compiling with Python 2.5Daniele Varrazzo2016-08-151-1/+1