summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | - add support for tags, including include/exclude support.Mike Bayer2014-07-272-2/+2
* | - Fixed bug in :class:`.postgresql.array` object where comparisonMike Bayer2014-07-252-0/+29
* | - flake8 all of test/dialect/postgresqlMike Bayer2014-07-255-758/+995
* | - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-0/+81
* | jsonb support for <@, ?| and ?& added.pr/101Damian Dimmich2014-07-011-0/+19
* | it's OK to pass a dict in - it does the right thing, no need to quote itDamian Dimmich2014-06-281-1/+1
* | minor cleanup of the jsonb - had extraneous operators that where copiedDamian Dimmich2014-06-281-1/+15
* | and tests for JSONB - as this is a superset of JSON i've subclassedDamian Dimmich2014-06-281-1/+15
* | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-201-0/+13
* | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-302-64/+53
|\ \
| * | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-50/+40
| * | Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-7/+13