summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-041-1/+1
| |/
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
|/
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* added an SSL related connection errorantti_haapala2014-04-111-1/+3
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-1/+4
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* - happy new yearMike Bayer2014-01-051-1/+1
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-0/+5
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-4/+2
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-0/+15
|\
| * sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-101-0/+17
* | - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-151-19/+9
|/
* - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-1/+2
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+2
* fix up the isolation level docs which were a messMike Bayer2013-06-171-16/+33
* - changelogMike Bayer2013-06-151-1/+5
* Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+1
* - repair for py3kMike Bayer2013-05-291-1/+6
* Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov2013-05-291-1/+2
* postgresql dialect testsMike Bayer2013-04-281-14/+13
* - the raw 2to3 runMike Bayer2013-04-271-15/+15
* - only search in the exception before the first newline, to avoidMike Bayer2013-04-231-2/+3
* Opened up the checking for "disconnect" with psycopg2/libpqMike Bayer2013-04-221-18/+21