summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-1/+1
* - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+11
* - Repaired some typing and test issues related to the pypyMike Bayer2015-06-051-5/+18
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+4
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-3/+35
* - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-10/+16
* Merge remote-tracking branch 'origin/pr/145' into pr145Mike Bayer2015-01-311-2/+14
|\
| * Psycopg2 JSONB support.pr/145Mateusz Susik2014-10-241-2/+14
* | Added psycopg2cffi dialectShaun Stanworth2015-01-261-3/+14
* | - correctionsMike Bayer2014-12-271-4/+5
* | - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-101-0/+49
|/
* - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-291-5/+9
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-56/+71
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-301-0/+6
* update commentsMike Bayer2014-05-301-4/+6
* Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemyMike Bayer2014-05-301-1/+5
|\
| * Another Variant for detecting if a connection is closedpr/87Dirk Mueller2014-05-111-1/+5
* | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re...Mike Bayer2014-05-121-1/+1
|\ \