summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-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
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+5
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-0/+6
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-14/+0
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-181-0/+41
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-415/+34
* - 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
* - 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-161-4/+6
|/
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-2/+3
* - 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-101-1/+1
* - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+18
* Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-2/+9
* - 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-041-5/+6
* correctionsMike Bayer2014-12-271-1/+1
* - correctionsMike Bayer2014-12-271-2/+2
* - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-1/+2
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-12/+40
* Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-5/+13
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-16/+31
* Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-3/+20
|\
| * Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-19/+17
| * Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-051-0/+1
| * Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-2/+20
| * Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-261-2/+2
| * Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-261-1/+71
| |\
| * | Remove relkind from construct arguments.Rodrigo Menezes2014-08-261-2/+1
| * | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-29/+9
| * | Add a view synonym too for consistency.Rodrigo Menezes2014-08-141-1/+2
| * | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-141-21/+70
| |\ \
| * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-12/+32
* | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-5/+5
* | | | - updates to migration / changelog for 1.0Mike Bayer2014-08-261-1/+1
| |_|/ |/| |
* | | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-24/+59
* | | Adding postgres create table options documentationpr/129Malik Diarra2014-08-171-0/+16
* | | Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3