summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-1/+1
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-1/+14
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-274-4/+24
* - consolidate "constraints.py" into the more general "ext.py",Mike Bayer2015-08-273-100/+92
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-273-1/+71
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-253-192/+48
* - forgot to implement py3k logic for JSON.NULLMike Bayer2015-08-181-23/+21
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-182-0/+45
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-1/+58
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-176-707/+756
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-1/+3
* - add a note, references #3487Mike Bayer2015-07-151-0/+10
* - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffiMike Bayer2015-06-221-1/+1
* - for #3455Mike Bayer2015-06-191-4/+17
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-191-3/+36
|\
| * Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-3/+13
| * Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-3/+9
| * Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+17
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-162-11/+36
* | - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+11
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-052-5/+30
|/
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+4
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+17
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-2/+3
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-1/+1
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-31/+53
* - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-111-16/+96
* - copyright 2015Mike Bayer2015-03-1010-10/+10
* - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+18
* Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-2/+9
|\
| * Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-2/+9
* | 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
|/