summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/postgres.py
Commit message (Expand)AuthorAgeFilesLines
...
* fixed reflection of unicode, [ticket:881]Mike Bayer2007-11-271-6/+9
* - named_with_column becomes an attributeMike Bayer2007-11-251-5/+13
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-1/+1
* - inlined a couple of context variablesMike Bayer2007-10-271-3/+3
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-271-14/+18
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-231-1/+2
* - PG reflection, upon seeing the default schema name being used explicitlyMike Bayer2007-10-141-0/+5
* Snipped another generator expression.Jason Kirtland2007-10-131-1/+2
* make two-phase transactions work a bit better by letting psycopg do whatever ...Ants Aasma2007-10-101-0/+2
* - a better fix for [ticket:810]. The cause was two phase commit/rollback not ...Ants Aasma2007-10-081-3/+2
* - fix multiple consequent two phase transactions not working with postgres. F...Ants Aasma2007-10-081-0/+3
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-0/+7
* Made the regexp detecting the returning token more readable and fixed a coupl...Ants Aasma2007-10-031-2/+13
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-021-3/+47
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-3/+0
* Make the postgres_where attribute to Index private to postgres module by usin...Ants Aasma2007-10-011-2/+11
* - added partial index support for postgresAnts Aasma2007-09-291-1/+17
* - adjust server side logic to work with standalone default executionMike Bayer2007-09-271-5/+9
* - added "FETCH" to the keywords detected by Postgres to indicate a result-row...Mike Bayer2007-09-261-0/+7
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-011-4/+4
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-011-3/+1
* - merged inline inserts branchMike Bayer2007-09-011-14/+11
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-1/+1
* - added **modifiers to _get_from_objectsMike Bayer2007-08-221-8/+7
* - method call removalMike Bayer2007-08-201-4/+5
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-28/+20
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-25/+43
* - fixes to PG unicode table/sequence reflection/create/dropsMike Bayer2007-08-101-3/+3
* - added 'object_session' as classlevel method to SessionMike Bayer2007-08-091-1/+3
* - fixed table_names for postgres to return as dialect.encoding-decoded unicod...Mike Bayer2007-08-031-1/+1
* Remove unused mxDateTimeJason Kirtland2007-08-011-5/+0
* Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f...Jason Kirtland2007-08-011-3/+2
* - assurances that context.connection is safe to use by column default functio...Mike Bayer2007-07-311-2/+2
* r/m information_schema from pgJonathan Ellis2007-07-291-163/+164
* engine.table_names()Jonathan Ellis2007-07-291-0/+3
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-156/+137
* - fixed max identifier length on postgres (63) [ticket:571]Gaƫtan de Menten2007-07-171-1/+1
* - more docsMike Bayer2007-07-151-1/+1
* dont cache reflected domains, lookup each timeMike Bayer2007-07-121-4/+1
* postgres:Mike Bayer2007-06-291-4/+68
* fix #624, modulo operator escaping on mysql and postgresAnts Aasma2007-06-261-0/+2
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-9/+11
* - got unicode schemas to work with postgresMike Bayer2007-04-151-5/+5
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-12/+10
* - merged the patch from #516 + fixesMike Bayer2007-04-021-0/+13
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-77/+61
* latest #214 fixupsMike Bayer2007-03-311-1/+1
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-5/+8
* current progress with exec branchMike Bayer2007-03-291-8/+5