summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-14/+77
|\
| * Changed pg8000 dialect to cope with native JSONpr/132Tony Locke2015-01-031-1/+12
| * Make pg8000 version detection more robustTony Locke2014-12-161-6/+11
| * pg8000 client_encoding in create_engine()Tony Locke2014-12-161-7/+54
* | - 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
* | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-3/+6
* | | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+61
* | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+1
* | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-34/+34
* | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-2/+7
* | | - clean up default comparator which doesn't need to be a class,Mike Bayer2015-01-042-7/+9
* | | correctionsMike Bayer2014-12-271-1/+1
* | | - correctionsMike Bayer2014-12-272-6/+7
* | | Maul the evaulate & friends typoPriit Laes2014-12-191-1/+1
| |/ |/|
* | - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-1/+2
* | - 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
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-12/+40
* Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-5/+13
|\
| * Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-5/+13
* | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-291-5/+9
|/
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-16/+31
* Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-3/+20
|\
| * 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
| |\
| * | 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
| |\ \
| * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-12/+32
* | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-5/+5
* | | | - updates to migration / changelog for 1.0Mike Bayer2014-08-261-1/+1
| |_|/ |/| |
* | | - 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
* | | - 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