summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-1/+3
* copyrightMike Bayer2012-05-056-6/+6
* - Fixed bug related to [ticket:2141] whereby theMike Bayer2011-10-051-6/+12
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-1/+1
* - Fixed bug affecting PG 9 whereby index reflectionMike Bayer2011-05-201-7/+23
* - Fixed the BIT type to allow a "length" parameter, "varying"Mike Bayer2011-03-161-2/+25
* Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+21
* - 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
* -whitespace removal bonanzaMike Bayer2011-01-023-71/+71
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-026-2/+32
* - Fixed bug whereby KeyError would occur with non-ENUMMike Bayer2010-11-301-1/+4
* - 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
* - 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
* - 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