summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:Mike Bayer2016-03-151-6/+4
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-1/+1
* - copyright 2015Mike Bayer2015-03-1010-10/+10
* - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+19
* Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-03-101-2/+9
* - 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
* Psycopg2 JSONB support.Mateusz Susik2015-01-311-2/+14
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+1
* - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-2/+7
* correctionsMike Bayer2014-12-271-1/+1
* - correctionsMike Bayer2014-12-272-6/+7
* Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
* - we aren't changing .key behavior yet here, this is just documentationMike Bayer2014-11-101-19/+6
* - 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
* - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10
* pg8000 now supports sane_multi_rowcountTony Locke2014-08-161-1/+1
* -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+29
* Fix support for two phase commit in pg8000 dialectTony Locke2014-07-251-0/+19
* Fix argument to array() in array._bind_param()Andrew2014-07-251-1/+1
* - Fixed bug introduced in 0.9.5 by new pg8000 isolation level featureMike Bayer2014-07-211-2/+6
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-208-350/+434
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-2/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-099-9/+18
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-5/+57
* Merge pull request #101 from ddimmich/mastermike bayer2014-07-073-3/+126
* - clarify that the pg8000 backend has no impact of any kind onMike Bayer2014-07-041-8/+9
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-202-2/+15
* - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-303-2/+39
* PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pyTony Locke2014-05-301-14/+11
* Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-301-0/+24
* Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-301-10/+8
* pg8000.dbapi is now just pg8000Tony Locke2014-05-301-1/+1
* update commentsMike Bayer2014-05-301-4/+6
* Another Variant for detecting if a connection is closedDirk Mueller2014-05-301-1/+5
* - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* - changelog for #2785Mike Bayer2014-05-161-3/+6
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-1/+16
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* | 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-262-3/+3
* 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
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-22/+27