summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-2/+10
* Fix argument to array() in array._bind_param()pr/124Andrew2014-07-241-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
* initial support for JSONB - this only allows you to define the JSONBDamian Dimmich2014-06-241-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
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-5/+5
|\
| * Remove unused importDobes Vandermeer2014-04-251-1/+0
| * Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-5/+5
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-2/+3
* | - 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
|/
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* re.match to re.searchpr/26Scott Schaefer2013-09-061-1/+1
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-4/+4