summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - [feature] Added create_type constructor argumentMike Bayer2011-11-281-1/+82
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-7/+32
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-0/+13
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-9/+35
* - Fixed bug related to [ticket:2141] whereby theMike Bayer2011-10-051-6/+12
* - Added "postgresql_using" argument to Index(), producesMike Bayer2011-10-021-3/+24
* - Reflection functions for Table, Sequence no longerMike Bayer2011-09-091-8/+8
* - Narrowed the assumption made when reflectingMike Bayer2011-08-091-8/+50
* - use itertools.count() plus mutex for Query _new_runid, psycopg2 serverMike Bayer2011-08-061-2/+3
* - Added new "postgresql_ops" argument toMike Bayer2011-07-201-9/+43
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-1/+1
* - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0Mike Bayer2011-05-201-7/+23
* utilize the zxjdbc PostgresqlHandler for better Decimal handling. hopefullyPhilip Jenvey2011-04-231-1/+18
* - Fixed the psycopg2_version parsing in theMike Bayer2011-04-181-2/+5
* no idea what "auto-commit" means here. some reorg.Mike Bayer2011-04-151-36/+37
* - Fixed support for precision numerics when usingMike Bayer2011-04-141-1/+7
* - no encoding with arraysMike Bayer2011-04-081-0/+2
* - more liberal check hereMike Bayer2011-04-081-0/+2
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-082-0/+3
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-7/+1
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-13/+6
* - Fixed the BIT type to allow a "length" parameter, "varying"Mike Bayer2011-03-161-4/+24
* MergeMichael Trier2011-03-151-0/+21
|\
| * Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+21
* | corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
|/
* -adjust the fix for [ticket:2065] to not rely upon type affinity, revertMike Bayer2011-02-171-3/+3
* - Query.distinct() now accepts column expressionsMike Bayer2011-02-101-3/+2
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-093-3/+9
* - Added an additional libpq message to the list of "disconnect"Mike Bayer2011-02-091-3/+11
* - When explicit sequence execution derives the nameMike Bayer2011-02-041-5/+14
* - execution_options() on Connection acceptsMike Bayer2011-01-162-13/+19
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-162-17/+46
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-9/+10
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-6/+6
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-9/+10
* - whitespace removal bonanzaMike Bayer2011-01-023-70/+70
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-026-2/+32
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-1/+5
* merge tipMichael Trier2010-12-191-2/+2
|\
| * more inlinesMike Bayer2010-12-191-2/+2
* | Ridding the world of a few wasteful imports.Michael Trier2010-12-194-7/+2
|/
* - an approach I like better, remove most adapt() methods and use a genericMike Bayer2010-12-151-26/+5
* some fixes to get PG on boardMike Bayer2010-12-141-11/+18
* - support for cdecimalMike Bayer2010-12-113-4/+2
* - merge default tipMike Bayer2010-12-051-1/+4
|\
| * - Fixed bug whereby KeyError would occur with non-ENUMMike Bayer2010-11-301-1/+4
* | - the "mutable" flag on PickleType, postgresql.ARRAY is now offMike Bayer2010-11-281-12/+13
* | - logging has been overhauled such that engines no longer need to encode theMike Bayer2010-11-201-0/+1
|\ \
| * \ merge tipMike Bayer2010-11-183-19/+87
| |\ \ | | |/
| * | - initial patch for [ticket:1926]Mike Bayer2010-11-171-0/+1