summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAgeFilesLines
* fix typo in Usage.html page in documentationHEADmasterAmirsoroush2023-04-231-1/+1
* docs: drop use of print statement, use the print() function insteadDaniele Varrazzo2023-04-174-11/+11
* Build packages for Python 3.11Daniele Varrazzo2022-10-251-1/+1
* docs: fix reST syntax and whitespace in executemany examplesDaniele Varrazzo2022-10-202-7/+11
* Add executemany & execute_batch examplesHannes2022-10-102-0/+12
* docs: add link to release notes page to find which Python version is supportedDaniele Varrazzo2022-10-062-0/+9
* chore: upgrade error codes to PostgreSQL 15Daniele Varrazzo2022-10-063-3/+7
* docs: fixed quote_ident() exampleDaniele Varrazzo2022-07-271-1/+1
* Fix typo in large object usage documentationWill Thompson2021-11-211-1/+1
* Fix Python 3.10 and PostgreSQL 14 compatibility notesDaniele Varrazzo2021-11-051-2/+2
* Fix doc typoDaniel Saxton2021-09-221-1/+1
* Fix up-date-date typoDaniele Varrazzo2021-08-071-1/+1
* Add docs anchor to reach the 'with' statement from psycopg3 docsDaniele Varrazzo2021-07-141-0/+2
* Note in the docs that now the table and fields names are escaped.Daniele Varrazzo2021-06-171-13/+9
* Add note about cursor.callproc() and PostgreSQL proceduresDaniele Varrazzo2021-06-161-0/+10
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-151-0/+4
* Use datetime.timezone as default tzinfo_factory.Daniele Varrazzo2021-06-152-9/+13
* Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-144-27/+1
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-10/+18
* 'with' starts a transaction even on autocommit connectionsDaniele Varrazzo2021-05-241-0/+3
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-203-3/+5
|\
| * Add warning about send_feedback and cursor choiceChris Wilson2021-05-201-1/+3
| * cursor.rst typo: was createsHans Ginzel2021-05-201-1/+1
| * docs: fix a few simple typosTim Gates2021-05-201-1/+1
* | Upgrade f-strings with flyntHugo van Kemenade2020-11-171-3/+3
* | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-2/+1
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-175-10/+5
|/
* Fix typo in sample code: psycopg >> psycopg2Sergey Golitsynskiy2020-11-171-3/+3
* Drop support for EOL Python 3.5 (#1197)Hugo van Kemenade2020-11-171-1/+1
* Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-171-1/+1
|\
| * Mention Python 3.9 supportedDaniele Varrazzo2020-11-161-1/+1
* | Merge branch 'master' into rm-3.4Hugo van Kemenade2020-11-131-2/+2
|\ \ | |/
| * update supported postgresql versions to include 13martinfrancois2020-11-131-1/+1
* | Drop support for EOL Python 3.4Hugo2020-11-101-1/+1
|/
* Remove semicolon from code exampleJannis Vamvas2020-10-201-1/+1
* Minor spelling and grammar corrections for 195b254Daniel Fortunov2020-09-061-3/+3
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-052-2/+4
* Improve wording around transactions behaviour closing connectionsDaniele Varrazzo2020-09-051-4/+8
* Document context manager usage in connection and cursor docsDaniele Varrazzo2020-09-052-0/+32
* Merge pull request #1120 from bashtanov/dictcursor-docs-improvementDaniele Varrazzo2020-08-241-2/+2
|\
| * dictcursor-docs-improvementAlexey Bashtanov2020-06-181-2/+2
* | A few corrections to the install pageDaniele Varrazzo2020-08-241-13/+9
* | minor typo in docsEdan Schwartz2020-08-101-1/+1
* | Move pyscopg-binary install docs to "quick start" sectionEdan Schwartz2020-08-071-108/+129
|/
* use new URL for psycogreenChristophe Jolif2020-05-281-1/+1
* Fix ctypes example AttributeErrorDio Gado2020-05-271-0/+1
* Fix typoFrancisco Couzo2020-05-071-1/+1
* Mention python3-dev as possibly required dev package nameDaniele Varrazzo2020-05-052-3/+4
* Mention CALL on stored procedures using transaction in autocommitDaniele Varrazzo2020-05-051-1/+4