summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
...
| * - Fixed bug which prevented "domain" built from aMike Bayer2010-10-201-16/+20
| * - Added "as_tuple" flag to pg ARRAY type, returns resultsMike Bayer2010-10-201-7/+27
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-2/+2
|/
* - Fixed the psycopg2 dialect to use itsMike Bayer2010-08-102-17/+63
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* - PG doc updatesMike Bayer2010-07-133-3/+3
* - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2Mike Bayer2010-07-061-121/+192
* - Won't generate "CREATE TYPE" / "DROP TYPE" ifMike Bayer2010-06-251-0/+6
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-2/+16
* - Inspector hits bind.connect() when invoked to ensureMike Bayer2010-06-111-1/+1
* add a note about native unicode mode, [ticket:1792]Mike Bayer2010-05-081-0/+5
* place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t...Mike Bayer2010-04-302-3/+8
* added detailed documentation regarding ORM performance in conjunction with mu...Mike Bayer2010-04-181-0/+9
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-0/+21
* - fixed numeric test for pg8000, factored out decimal/float codesMike Bayer2010-04-093-10/+15
* - Repaired missing import in psycopg2._PGNumeric type whenMike Bayer2010-04-072-9/+9
* - Postgresql now reflects sequence names associated withMike Bayer2010-04-061-3/+6
* fix typoMike Bayer2010-03-261-1/+1
* - the TIME and TIMESTAMP types are now availble from theMike Bayer2010-03-261-28/+53
* - The psycopg2 dialect will log NOTICE messages via theMike Bayer2010-03-251-2/+28
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-13/+11
* don't seem to need bind processing for pg8000 decimals.Mike Bayer2010-03-191-3/+0
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-152-25/+21
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-144-23/+23
* Changed the py-postgresql dialect to indicate that it is using the pyformat p...Michael Trier2010-02-231-7/+4
* The py-postgresql dialect now supports sane rowcounts.Michael Trier2010-02-221-1/+3
* Fixed up the pypostgresql PGNumeric bind_processor to convert input to a string.Michael Trier2010-02-221-1/+1
* Fixed up the pypostgresql dialect so it appears in __init__.Michael Trier2010-02-221-2/+2
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-133-38/+14
* - The type/expression system now does a more complete jobMike Bayer2010-02-111-3/+10
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-16/+14
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-2/+2
* base supports_native_enum on 8.3 or greaterMike Bayer2010-01-211-2/+9
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-181-0/+4
* statement_options -> execution_optionsMike Bayer2010-01-171-4/+4
* doc updates partially from [ticket:1651]Mike Bayer2010-01-171-3/+22
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-12/+28
* happy new yearMike Bayer2010-01-071-1/+1
* - postgresql dialect can properly detect pg "devel" versionMike Bayer2009-12-291-2/+2
* merge r6591, r6592 from 0.5 branch for PGInterval etc. /extractMike Bayer2009-12-291-0/+4
* - merge r6586 from 0.5 branch, for [ticket:1647]Mike Bayer2009-12-291-1/+9
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-0/+1
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-10/+6
* - changed a few isinstance(value, Decimal) to "is not None", where appropriateGaëtan de Menten2009-11-281-1/+1
* minor speed optimization for PGArray bind & result processorsGaëtan de Menten2009-11-161-14/+22
* merge r6504 from 0.5 plus an enhancement to the unit test, [ticket:1611]Mike Bayer2009-11-151-2/+2
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-154-27/+63
* supports unicode binds in PG too. even without the UNICODE extension it seem...Mike Bayer2009-11-061-1/+2
* - The "start" and "increment" attributes on Sequence nowMike Bayer2009-11-031-6/+0
* - dialect.get_default_schema_name(connection) is nowMike Bayer2009-11-031-5/+5