summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | merge tipMike Bayer2010-11-183-19/+87
|\ \ \ | | |/ | |/|
| * | - Added as_uuid=True flag to the UUID type, will receiveMike Bayer2010-11-181-2/+63
| * | - Ensured every numeric, float, int code, scalar + array,Mike Bayer2010-11-183-17/+24
| |/
* | merge tipMike Bayer2010-11-141-23/+47
|\ \ | |/
| * - 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