summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-19/+17
* Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-051-0/+1
* Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-2/+20
* Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-261-2/+2
* Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-262-4/+82
|\
| * - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-24/+59
| * Adding postgres create table options documentationpr/129Malik Diarra2014-08-171-0/+16
| * Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
| * quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-1/+2
| * Adding oids and on_commit table optionsMalik Diarra2014-08-171-1/+11
| * Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-1/+9
| * - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10
| * Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-161-3/+1
| |\
| | * pg8000 now supports sane_multi_rowcountpr/125Tony Locke2014-08-021-1/+1
| | * Remove spurious print statements in pg8000 dialectTony Locke2014-08-021-2/+0
* | | Remove relkind from construct arguments.Rodrigo Menezes2014-08-261-2/+1
* | | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-29/+9
* | | Add a view synonym too for consistency.Rodrigo Menezes2014-08-141-1/+2
* | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-142-23/+73
|\ \ \ | |/ /
| * | - public method name is get_enums()Mike Bayer2014-08-131-26/+67
| * | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-2/+10
| * | DropEnumType class available from postgres dialectIlya Pekelny2014-08-081-2/+3
* | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-12/+32
|/ /
* | -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+29
|/
* Merge remote-tracking branch 'origin/pr/117' into pg8000Mike Bayer2014-07-251-0/+19
|\
| * Fix support for two phase commit in pg8000 dialectTony Locke2014-07-191-0/+19
* | Fix argument to array() in array._bind_param()pr/124Andrew2014-07-241-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
|\
| * jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-1/+18
| * minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-5/+1
| * add has_key & contains operators for jsonb (ported over from hstore)Damian Dimmich2014-06-281-21/+17
| * initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-243-3/+117
* | - 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
* Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-301-21/+40
|\
| * PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-14/+11
| * Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-0/+24
| * Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
| * pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* | 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
* | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* | | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-5/+5
|\ \ \ | |_|/ |/| |