summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:Mike Bayer2016-03-151-6/+4
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+19
* Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-03-101-2/+9
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+1
* - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-2/+7
* correctionsMike Bayer2014-12-271-1/+1
* - correctionsMike Bayer2014-12-271-2/+2
* Fix argument to array() in array._bind_param()Andrew2014-07-251-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-248/+295
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-2/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-5/+57
* Merge pull request #101 from ddimmich/mastermike bayer2014-07-071-0/+3
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-201-0/+13
* - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-301-2/+9
* - changelog for #2785Mike Bayer2014-05-161-3/+6
* zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-22/+27
* Merge pull request #64 from LevonXXL/mastermike bayer2014-02-161-0/+4
|\
| * python_type for ARRAY (PGArray)pr/64Terentev2014-02-031-0/+4
* | - Added server version detection to the newly added dialect startupMike Bayer2014-02-141-1/+2
* | - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-141-1/+15
|/
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-38/+149
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-7/+12
* - happy new yearMike Bayer2014-01-051-1/+1
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-1/+4
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-0/+3
|\
| * sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-0/+3
* | - round trip testMike Bayer2013-12-091-18/+44
* | Adds tsvector to ischema_names for reflection to work.Noufal Ibrahim2013-12-101-0/+1
* | Updates documentation for tsvector type.Noufal Ibrahim2013-12-101-1/+26
* | Implements TSVECTOR type for postgresql.Noufal Ibrahim2013-12-101-0/+7
|/
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-1/+3
* - add support for bindparam() called from AsFromTextMike Bayer2013-11-291-13/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+3
* - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* - work in progress, will squashMike Bayer2013-11-281-28/+16
* added LockmodeArgspr/42Mario Lassnig2013-11-281-9/+21
* added ORM supportMario Lassnig2013-11-141-8/+16
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+2
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-271-1/+4
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-5/+24
|\
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-5/+24
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-9/+16
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-1/+11
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-9/+8
|/