summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Fix typopr/183Pete Hollobon2015-06-221-1/+1
* - for #3455Mike Bayer2015-06-192-28/+41
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-192-0/+63
|\
| * Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-0/+19
| * Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-0/+20
| * Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+24
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-161-3/+43
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-054-38/+37
|/
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+17
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-10/+50
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-0/+1
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-0/+99
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-0/+10
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-0/+10
* | - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-021-0/+1
* | Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-3/+6
|\ \ | |/ |/|
| * pg8000 client_encoding in create_engine()Tony Locke2014-12-161-3/+6
* | - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-6/+28
* | Merge remote-tracking branch 'origin/pr/68' into pr68Mike Bayer2015-02-011-0/+13
|\ \
| * | Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* | | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-7/+20
* | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-262-17/+19
* | | 78-char widthShaun Stanworth2015-01-262-2/+4
* | | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+6
* | | - rework assertsql system, fixes #3293Mike Bayer2015-01-182-130/+166
* | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53
| |/ |/|
* | - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-0/+6
* | - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+12
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-23/+51
* | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-2/+35
* | - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
* | - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
* | - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
* | Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-1/+101
|\ \
| * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
| * | Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-6/+11
| * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-0/+84
| |\ \
| * | | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
| * | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-141-0/+66
| |\ \ \
| * | | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-1/+101
* | | | | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-2/+2
| |_|/ / |/| | |
* | | | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-22/+73
* | | | 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-0/+5
* | | | Adding oids and on_commit table optionsMalik Diarra2014-08-171-0/+22
* | | | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-0/+6
| |/ / |/| |
* | | - public method name is get_enums()Mike Bayer2014-08-131-12/+57
* | | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-0/+21
|/ /
* | -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-5/+98
* | - The exception wrapping system for DBAPI errors can now accommodateMike Bayer2014-07-291-0/+10