summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-14/+11
* Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-0/+24
* Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
* pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* - changelog for #2785Mike Bayer2014-05-161-3/+6
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-1/+16
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re...Mike Bayer2014-05-121-1/+1
|\ \ | |/ |/|
| * Posgtresql -> PostgreSQLWieland Hoffmann2014-05-041-1/+1
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
|/
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* added an SSL related connection errorantti_haapala2014-04-111-1/+3
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-1/+4
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - 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
* | - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* | - 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-0510-12/+12
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-272-33/+91
* - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-173-15/+28
* - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-173-38/+44
* Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-174-1/+148
|\
| * sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-2/+14
| * sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-102-2/+19
| * sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-093-1/+114
* | - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-151-19/+9
* | - 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-102-2/+10
|/
* - 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
* Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-7/+29
|\
| * 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
* | pg8000 fix for decimal return scaleMike Bayer2013-11-231-1/+2
* | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-231-1/+2
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-2/+4
|/