| Commit message (Expand) | Author | Age | Files | Lines |
| * | Public inspector method to load enum listpr/126 | Ilya Pekelny | 2014-08-08 | 1 | -2/+10 |
| * | DropEnumType class available from postgres dialect | Ilya Pekelny | 2014-08-08 | 1 | -2/+3 |
| * | -Fixed bug where Postgresql JSON type was not able to persist or | Mike Bayer | 2014-08-07 | 1 | -0/+29 |
| * | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 1 | -0/+19 |
| |\ |
|
| | * | Fix support for two phase commit in pg8000 dialect | Tony Locke | 2014-07-19 | 1 | -0/+19 |
| * | | Fix argument to array() in array._bind_param()pr/124 | Andrew | 2014-07-24 | 1 | -1/+1 |
| * | | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -2/+6 |
| * | | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 8 | -350/+434 |
| |/ |
|
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 1 | -2/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 9 | -9/+18 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -5/+57 |
| * | Merge pull request #101 from ddimmich/master | mike bayer | 2014-07-07 | 3 | -3/+126 |
| |\ |
|
| | * | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 1 | -1/+18 |
| | * | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 1 | -5/+1 |
| | * | add has_key & contains operators for jsonb (ported over from hstore) | Damian Dimmich | 2014-06-28 | 1 | -21/+17 |
| | * | initial support for JSONB - this only allows you to define the JSONB | Damian Dimmich | 2014-06-24 | 3 | -3/+117 |
| * | | - clarify that the pg8000 backend has no impact of any kind on | Mike Bayer | 2014-07-04 | 1 | -8/+9 |
| |/ |
|
| * | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 2 | -2/+15 |
| * | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 3 | -2/+39 |
| * | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 1 | -21/+40 |
| |\ |
|
| | * | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 1 | -14/+11 |
| | * | Autocommit isolation level for postgresql+pg8000 | Tony Locke | 2014-05-22 | 1 | -0/+24 |
| | * | Updated doc string for postgresql+pg8000 dialect | Tony Locke | 2014-05-21 | 1 | -10/+8 |
| | * | pg8000.dbapi is now just pg8000 | Tony Locke | 2014-05-21 | 1 | -1/+1 |
| * | | update comments | Mike Bayer | 2014-05-30 | 1 | -4/+6 |
| * | | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemy | Mike Bayer | 2014-05-30 | 1 | -1/+5 |
| |\ \ |
|
| | * | | Another Variant for detecting if a connection is closedpr/87 | Dirk Mueller | 2014-05-11 | 1 | -1/+5 |
| * | | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+1 |
| * | | | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -5/+5 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| | * | | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -5/+5 |
| | * | | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -2/+3 |
| * | | | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -3/+6 |
| * | | | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc... | Mike Bayer | 2014-05-16 | 1 | -1/+16 |
| |\ \ \ |
|
| | * | | | zero_indexes-param-for-postgresql-ARRAY-type | Alexey Terentev | 2014-05-13 | 1 | -1/+16 |
| * | | | | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re... | Mike Bayer | 2014-05-12 | 1 | -1/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Posgtresql -> PostgreSQL | Wieland Hoffmann | 2014-05-04 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| |/ / |
|
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| |/ |
|
| * | added an SSL related connection error | antti_haapala | 2014-04-11 | 1 | -1/+3 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -1/+4 |
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 1 | -1/+4 |
| * | - Added an additional message to psycopg2 disconnect detection, | Mike Bayer | 2014-02-19 | 1 | -0/+1 |
| * | - Support has been improved for Postgresql reflection behavior on very old | Mike Bayer | 2014-02-18 | 1 | -22/+27 |
| * | Merge pull request #64 from LevonXXL/master | mike bayer | 2014-02-16 | 1 | -0/+4 |
| |\ |
|
| | * | python_type for ARRAY (PGArray)pr/64 | Terentev | 2014-02-03 | 1 | -0/+4 |
| * | | - add documentation regarding native hstore flag, psycopg2 | Mike Bayer | 2014-02-16 | 1 | -4/+31 |
| * | | - Added server version detection to the newly added dialect startup | Mike Bayer | 2014-02-14 | 1 | -1/+2 |
| * | | - Revised this very old issue where the Postgresql "get primary key" | Mike Bayer | 2014-02-14 | 1 | -1/+15 |
| |/ |
|
| * | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -38/+149 |