summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-0/+26
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-271-0/+28
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+11
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+45
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-262-7/+7
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+27
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-6/+102
* - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-181-1/+3
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+55
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-27/+274
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* 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
| |\ \ \