summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update index.rstpr/289Shige Takeda2016-07-111-1/+1
* Update index.rstShige Takeda2016-07-111-0/+1
* Add additional documentation re: JSONEncodedDictMike Bayer2016-07-071-15/+92
* - 1.0.14 changelog updateMike Bayer2016-07-061-0/+1
* Merge "Adapt "FOR UPDATE OF" with Oracle limit/offset"mike bayer2016-07-061-0/+11
|\
| * Adapt "FOR UPDATE OF" with Oracle limit/offsetMike Bayer2016-07-051-0/+11
* | `index_property` catches IndexError as well as KeyErrorJeong YunWon2016-07-051-0/+6
|/
* - version bumpMike Bayer2016-07-051-0/+3
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-0/+10
* Merge remote-tracking branch 'origin/pr/288'Mike Bayer2016-07-041-1/+1
|\
| * fixed typopr/288Kristian Perkins2016-07-031-1/+1
* | Fix some typos in 1.1's changelog and migration sectionspr/287Lele Gaifax2016-07-022-18/+18
* | Consistently use the official PostgreSQL casingLele Gaifax2016-07-023-45/+45
|/
* - add backportsMike Bayer2016-07-011-0/+2
* Preserve type for math negationMike Bayer2016-07-011-0/+9
* - 1.1.0b2rel_1_1_0b2Mike Bayer2016-07-012-2/+3
* - revert the RTD reqs workaround, we are self-hosting nowMike Bayer2016-07-011-31/+0
* Merge "Repair pickling for Properties object"mike bayer2016-06-291-0/+10
|\
| * Repair pickling for Properties objectPieter Mulder2016-06-291-0/+10
* | Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-0/+14
|/
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-232-0/+38
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-202-0/+23
* Disable Enum string validation by defaultMike Bayer2016-06-202-8/+21
* - create space for 1.1.0b2Mike Bayer2016-06-201-0/+3
* - update alembic linkMike Bayer2016-06-183-3/+3
* - missing indexable.rstMike Bayer2016-06-181-0/+13
* 1.1.0b1Mike Bayer2016-06-162-1/+2
* - dont need thisMike Bayer2016-06-161-13/+2
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-0/+9
* Merge "Add TABLESAMPLE clause support."mike bayer2016-06-153-0/+43
|\
| * Add TABLESAMPLE clause support.saarni2016-06-153-0/+43
* | Merge "Interpret lateral, alias as from clauses"mike bayer2016-06-151-0/+2
|\ \ | |/ |/|
| * Interpret lateral, alias as from clausesMike Bayer2016-06-151-0/+2
* | Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-154-1/+49
|/
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-143-0/+56
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-143-0/+56
* | Deprecate FromClause.count()Mike Bayer2016-06-142-0/+16
* | Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+9
|/
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-0/+11
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-082-0/+24
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-062-0/+24
* | Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-082-0/+66
* | Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-082-5/+27
|\ \
| * | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-082-5/+27
| |/
* | Support range specification in window functionPhillip Cloud2016-06-073-3/+67
|/
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-0/+9
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-062-0/+35
* Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-062-0/+21
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-032-0/+25
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-022-0/+25