summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
* expand and further generalize bound parameter translateMike Bayer2021-02-141-59/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-56/+64
* happy new yearMike Bayer2021-01-041-1/+1
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-1/+8
* typoMike Bayer2020-10-121-1/+1
* changelog edits for 1.3.20Mike Bayer2020-10-121-1/+3
* fix too-short underlineMike Bayer2020-09-301-1/+2
* Support for multiple hosts in PostgreSQL connection stringRamonWill2020-09-231-0/+31
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-16/+1
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+12
* Clean python UUID importsVlastimil Zíma2020-07-301-5/+1
* ORM executemany returningMike Bayer2020-06-271-7/+17
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-123/+128
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-5/+1
* Add immutabledict C codeMike Bayer2020-05-231-1/+1
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+2
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-9/+12
* Run search and replace of symbolic module namesMike Bayer2020-04-141-12/+23
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-0/+2
* Correct ambiguous func / class linksMike Bayer2020-03-251-2/+2
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-5/+8
* Result initial introductionMike Bayer2020-02-211-6/+4
* happy new yearMike Bayer2020-01-011-1/+1
* Use simple growth scale with any max size for BufferedRowResultProxysumau2019-10-301-1/+2
* Revise psycopg2 execute_values approachMike Bayer2019-08-181-5/+9
* Add new executemany_mode, support for psycopg2.extras.execute_values()Yuval Dinari2019-08-121-29/+149
* psycopg2 NOTICE fixupMike Bayer2019-06-091-5/+26
* Black updatesMike Bayer2019-04-111-1/+1
* Propagate query-arg-only URL to psycopg2; don't send blank hostMike Bayer2019-04-091-1/+6
* Support DNS-less connections for psycopg2Julian Mehnle2019-03-241-4/+37
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-5/+11
* link the psycopg2 fast execution document to the Core tutorial executemany se...Mike Bayer2019-01-181-1/+5
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-3/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-37/+35
* Run black -l 79 against all source filesMike Bayer2019-01-061-76/+114
* Assorted pre-Black fixesMike Bayer2019-01-051-1/+1
* Add ssl "operation timed out" message for psycopg2André Cruz2018-02-151-0/+1
* happy new yearMike Bayer2018-01-121-1/+1
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-031-7/+7
* Add fast execution helper support.Mike Bayer2017-10-101-1/+45
* Make a common approach for "emulated" typesMike Bayer2017-09-251-1/+1
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-9/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-37/+11
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-8/+8
* Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-0/+1