summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/postgres.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-889/+0
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-5/+5
* - added unit test for exception formattingMike Bayer2009-05-261-2/+1
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+6
* - Added PGUuid and PGBit types toMike Bayer2009-03-011-2/+11
* - PG Index reflection won't fail when an index withMike Bayer2009-02-031-4/+5
* added some missing internal types for reflection, [ticket:1287]Mike Bayer2009-01-201-0/+2
* happy new yearMike Bayer2009-01-121-1/+1
* - mysql, postgres: "%" signs in text() constructs are automatically escaped t...Mike Bayer2009-01-021-0/+5
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-5/+6
* Fixed bugs in sqlalchemy documentation. Closes #1263.Michael Trier2008-12-241-1/+1
* - Added Index reflection support to Postgres, using aMike Bayer2008-12-231-0/+38
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-4/+2
* - postgres docstringMike Bayer2008-12-061-6/+76
* - bump, this may become 0.5.0Mike Bayer2008-11-141-1/+2
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-41/+6
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-0/+2
* - 0.5.0rc3, dohMike Bayer2008-10-181-21/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-1/+1
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-1/+1
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-2/+2
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-0/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-10/+1
* Added PGCidr type to postgres. Closes #1092Michael Trier2008-07-031-0/+5
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-1/+1
* merged r4857, postgres server_side_cursors fix, from 0.4 branchMike Bayer2008-06-171-1/+4
* restored a "distinct" setting that got whackedMike Bayer2008-06-091-1/+1
* merged merge fix from r4834/rel_0_4 branchMike Bayer2008-06-031-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-3/+4
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-12/+18
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-2/+2
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-9/+14
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-2/+2
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-301-2/+3
* some cache decorator calls...Mike Bayer2008-03-301-4/+3
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-2/+2
* check for NoneMike Bayer2008-03-041-1/+3
* - postgres PGArray is a "mutable" type by default;Mike Bayer2008-03-041-2/+15
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-0/+7
* - added exception wrapping/reconnect support to result setMike Bayer2008-02-251-1/+1
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-301-1/+1
* fixed NOT ILIKEMike Bayer2008-01-111-1/+2
* - added "ilike()" operator to column operations.Mike Bayer2008-01-111-1/+2
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-2/+3
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-28/+28
* - finally added PGMacAddr type to postgresMike Bayer2008-01-101-0/+5
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-2/+2
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-2/+2
* fix not calling the result processor of PGArray subtypes. (a rather embarrasi...Ants Aasma2008-01-031-1/+1
* happy new yearMike Bayer2008-01-011-1/+1