summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* chore: upgrade error codes to PostgreSQL 15Daniele Varrazzo2022-10-061-0/+1
* fix: look up for range types defined in schemas in the search pathDaniele Varrazzo2022-10-061-16/+37
* fix: correctly handle composites with names or schema requiring escapeDaniele Varrazzo2022-10-061-7/+10
* fix: handle types in the search path in register_composite()Daniele Varrazzo2022-10-061-2/+33
* Remove `__nonzero__` methodNikita Sobolev2022-07-301-4/+0
* errorcodes map and errors classes updated to PostgreSQL 14.Daniele Varrazzo2021-11-111-0/+1
* Fix representation of sql.Placeholder2_9_1Daniele Varrazzo2021-06-171-1/+4
* Fix regression with named `sql.Placeholder`Daniele Varrazzo2021-06-161-1/+1
* Copyright year updated to 2021Daniele Varrazzo2021-06-1511-11/+11
* Deprecate the psycopg2.tz moduleDaniele Varrazzo2021-06-151-2/+0
* Drop support for mx.DateTime objectsDaniele Varrazzo2021-06-141-8/+0
* Handle correctly timestamps with fractions of minute in the timezone offsetDaniele Varrazzo2021-06-141-13/+32
* Fix typoYusuke Hayashi2021-05-221-1/+1
* Unbreak f-string wrong replacementsDaniele Varrazzo2021-05-201-1/+1
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-201-3/+0
|\
| * Accept no param in connect()Daniele Varrazzo2021-05-201-3/+0
* | Upgrade f-strings with flynt -a and remove int()Hugo van Kemenade2020-11-181-4/+4
* | Upgrade f-strings with flyntHugo van Kemenade2020-11-174-37/+31
* | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-104/+0
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-177-66/+66
* | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-176-63/+16
|/
* Errors mapping updated to PostgreSQL 13Daniele Varrazzo2020-09-051-0/+1
* Added duplicate values to errcodes moduleDaniele Varrazzo2020-09-051-6/+7
* dictcursor-docs-improvementAlexey Bashtanov2020-06-181-1/+4
* Fixed copy() on DictRowfix-1073Daniele Varrazzo2020-04-061-1/+7
* Merge branch 'logging-adapter'Daniele Varrazzo2020-03-081-2/+2
|\
| * #1026 added support for logging.LoggerAdapterBjoern Boschman2020-01-071-2/+2
* | Copyright bumped to 2020Daniele Varrazzo2020-01-1711-0/+11
* | Website on httpsDaniele Varrazzo2019-12-311-1/+1
* | Changed docs to point to psycopg.orgDaniele Varrazzo2019-12-301-1/+1
|/
* Fixed use of cursor_factory attribute in connecion subclassesfix-1019Daniele Varrazzo2019-12-091-5/+6
* Added Postgres 12 errorsDaniele Varrazzo2019-10-191-0/+15
* Making my linter happyDaniele Varrazzo2019-06-071-3/+5
* fix `NamedTupleCursor._cached_make_nt`Changaco2019-06-041-5/+11
* Smart replication feedbackAlexander Kukushkin2019-05-061-2/+2
* More robust RealDictRow populationDaniele Varrazzo2019-04-061-1/+1
* RealDictRow inherits from OrderedDictfix-886Daniele Varrazzo2019-04-061-54/+30
* Fixed RealDictCursor.pop()Daniele Varrazzo2019-04-061-0/+7
* Allow 0 as key in the poolDaniele Varrazzo2019-03-171-3/+3
* Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-163-12/+10
* Added PY2, PY3 to compat moduleDaniele Varrazzo2019-03-161-0/+4
* Remove unnecessary `except ImportError` for Python datetime typesJon Dufresne2019-03-161-7/+4
* Use True/False instead of 1/0 to represent bool valuesJon Dufresne2019-03-131-12/+11
* Convert `while 1:` statements to `while True:`Jon Dufresne2019-03-131-4/+4
* Fix typoDavid Fischer2019-02-261-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-1710-10/+10
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-1304/+27
* Use a proper LRU cache for namedtuplesfast-namedtupleDaniele Varrazzo2019-02-023-13/+122
* Added caching of types generated by NamedTupleCursorDaniele Varrazzo2019-02-021-10/+21
* Added BYTESARRAY typecasterDaniele Varrazzo2019-01-181-4/+4