summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Replace some uses of re.sub with str.lstrip/replacepr/280Ville Skyttä2016-06-041-1/+1
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+2
* Add postgresql_tablespace option on Indexbeenje2016-06-011-1/+19
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+25
* Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+1
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-153-2/+248
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+1
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-6/+4
* - happy new yearMike Bayer2016-01-2912-12/+12
* Fix ArrayOfEnum's handling of empty arrays.pr/229Chase2016-01-191-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+2
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-5/+13
* - pg8000 fixes for jsonMike Bayer2016-01-071-0/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-066-185/+93
* Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-1/+1
|\
| * - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-1/+1
* | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-1/+1
|/
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+6
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-5/+21
* Updated PostgreSQL links to point to "current" rather than hardcoded versionJeff Widman2015-11-051-2/+2
* Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra...Jeff Widman2015-11-041-2/+2
* - 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