summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-34/+3
* - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-0/+4
* typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-172-6/+6
* revert this, bad ideaMike Bayer2012-02-131-1/+0
* - [bug] Fixed the "render literal bind" function,Mike Bayer2012-02-131-0/+1
* - break out sample URLs into individual, per-database sections each with a linkMike Bayer2012-02-121-0/+20
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-122-3/+14
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-1/+1
* happy new yearMike Bayer2012-01-046-6/+6
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-1/+3
* emergency rewrite of the psycopg2 unicode sectionMike Bayer2011-11-291-24/+30
* - [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
|\