summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
* disable "bytes" handler for all drivers other than psycopg2J. Nick Koston2023-04-251-0/+2
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* work around Python 3.11 IntEnum issue; update FastIntFlagMike Bayer2022-11-101-1/+1
* Only convert Range for sqlalchemy Range objectMike Bayer2022-10-211-5/+3
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-139/+62
* auto-cast PG range typesMike Bayer2022-09-201-1/+1
* implement PG ranges/multiranges agnosticallyMike Bayer2022-08-051-1/+60
* repair psycopg2 (and psycopg) multiple hosts formatMike Bayer2022-08-011-6/+35
* Normalize postgresql docs links to point to currentFederico Caselli2022-06-171-2/+2
* Merge "migrate labels to new tutorial" into mainmike bayer2022-06-071-2/+2
|\
| * migrate labels to new tutorialMike Bayer2022-06-071-2/+2
* | Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-1/+1
|/
* add backend agnostic UUID datatypeMike Bayer2022-06-011-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484: session, instancestate, etcMike Bayer2022-04-121-8/+16
* cx_Oracle modernizeMike Bayer2022-04-071-2/+2
* allow executemany values for ON CONFLICT DO NOTHINGMike Bayer2022-03-311-1/+1
* pep-484 for engineMike Bayer2022-03-011-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-2/+2
* 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