summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-19/+19
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-155/+8
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-3/+1
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-3/+1
* | Clean up most py3k compatFederico Caselli2021-11-241-3/+1
|/
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-20/+4
* removals: all unicode encoding / decodingMike Bayer2021-11-101-39/+1
* First round of removal of python 2Federico Caselli2021-11-011-41/+1
* Update psycopg2 dialect to use the DBAPI interface to executeFederico Caselli2021-10-311-8/+38
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-20/+9
* Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-1/+2
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-2/+2
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* Fix typo (#6994)Yutian Li2021-09-081-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-5/+5
* set autocommit for psycopg2 pre-pingMike Bayer2021-06-111-0/+19
* Clarify connection arg usage for postgresqlGord Thompson2021-06-011-10/+43
* Add SSL connection info for psycopg2 and pg8000Gord Thompson2021-05-231-0/+7
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+3
* Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-011-6/+11
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-151-1/+15
* 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