| Commit message (Expand) | Author | Age | Files | Lines |
* | Added PGCidr type to postgres. Closes #1092 | Michael Trier | 2008-07-03 | 1 | -0/+5 |
* | merged r4870 from 0.4 branch, index name truncation, [ticket:820] | Mike Bayer | 2008-06-22 | 1 | -1/+1 |
* | merged r4857, postgres server_side_cursors fix, from 0.4 branch | Mike Bayer | 2008-06-17 | 1 | -1/+4 |
* | restored a "distinct" setting that got whacked | Mike Bayer | 2008-06-09 | 1 | -1/+1 |
* | merged merge fix from r4834/rel_0_4 branch | Mike Bayer | 2008-06-03 | 1 | -1/+1 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -3/+4 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -12/+18 |
* | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -2/+2 |
* | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -9/+14 |
* | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -2/+2 |
* | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -2/+3 |
* | some cache decorator calls... | Mike Bayer | 2008-03-30 | 1 | -4/+3 |
* | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -2/+2 |
* | check for None | Mike Bayer | 2008-03-04 | 1 | -1/+3 |
* | - postgres PGArray is a "mutable" type by default; | Mike Bayer | 2008-03-04 | 1 | -2/+15 |
* | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -0/+7 |
* | - added exception wrapping/reconnect support to result set | Mike Bayer | 2008-02-25 | 1 | -1/+1 |
* | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 1 | -1/+1 |
* | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 1 | -1/+2 |
* | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -1/+2 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -2/+3 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -28/+28 |
* | - finally added PGMacAddr type to postgres | Mike Bayer | 2008-01-10 | 1 | -0/+5 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -2/+2 |
* | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -2/+2 |
* | fix not calling the result processor of PGArray subtypes. (a rather embarrasi... | Ants Aasma | 2008-01-03 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | fixed reflection of unicode, [ticket:881] | Mike Bayer | 2007-11-27 | 1 | -6/+9 |
* | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -5/+13 |
* | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -1/+1 |
* | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 1 | -3/+3 |
* | - removed regular expression step from most statement compilations. | Mike Bayer | 2007-10-27 | 1 | -14/+18 |
* | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 1 | -1/+2 |
* | - PG reflection, upon seeing the default schema name being used explicitly | Mike Bayer | 2007-10-14 | 1 | -0/+5 |
* | Snipped another generator expression. | Jason Kirtland | 2007-10-13 | 1 | -1/+2 |
* | make two-phase transactions work a bit better by letting psycopg do whatever ... | Ants Aasma | 2007-10-10 | 1 | -0/+2 |
* | - a better fix for [ticket:810]. The cause was two phase commit/rollback not ... | Ants Aasma | 2007-10-08 | 1 | -3/+2 |
* | - fix multiple consequent two phase transactions not working with postgres. F... | Ants Aasma | 2007-10-08 | 1 | -0/+3 |
* | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 1 | -0/+7 |
* | Made the regexp detecting the returning token more readable and fixed a coupl... | Ants Aasma | 2007-10-03 | 1 | -2/+13 |
* | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 1 | -3/+47 |
* | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 1 | -3/+0 |
* | Make the postgres_where attribute to Index private to postgres module by usin... | Ants Aasma | 2007-10-01 | 1 | -2/+11 |
* | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -1/+17 |
* | - adjust server side logic to work with standalone default execution | Mike Bayer | 2007-09-27 | 1 | -5/+9 |
* | - added "FETCH" to the keywords detected by Postgres to indicate a result-row... | Mike Bayer | 2007-09-26 | 1 | -0/+7 |
* | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 1 | -4/+4 |
* | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -3/+1 |
* | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -14/+11 |
* | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -1/+1 |