summaryrefslogtreecommitdiff
path: root/alembic/ddl/postgresql.py
Commit message (Expand)AuthorAgeFilesLines
* Define type for generic classesFederico Caselli2023-05-161-2/+4
* Add Operations and BatchOperations stub methodsCaselIT2023-05-041-1/+5
* Fix ExcludeConstraint with func.Federico Caselli2023-04-281-29/+22
* Consistency: apply codestyle formatting to docstring code snippetsJames Addison2023-04-251-5/+3
* Use column sort in index compare on postgresqlCaselIT2023-04-101-14/+59
* improve autogen rendering for PG ExcludeConstraintJan Katins2023-03-061-5/+10
* Merge "Improved support for expression indexes" into mainmike bayer2023-03-011-20/+36
|\
| * Improved support for expression indexesCaselIT2023-02-261-20/+36
* | Improve typing to accommodate sqlalchemy v2CaselIT2023-02-261-3/+4
|/
* collapse all chars for mssql defaults, move quotingMike Bayer2023-02-151-12/+17
* run pyupgradeMike Bayer2022-11-261-38/+38
* Ignore reflected expression based indexesCaselIT2022-07-141-2/+6
* Various typing related updatesCaselIT2022-04-231-5/+7
* Remove usage of no longer needed compat codeCaselIT2021-11-231-4/+1
* Fix postgresql_include in create_indexSteven Bronson2021-08-231-0/+11
* Add pep-484 type annotationsCaselIT2021-08-111-57/+145
* Drop compatibility with python 2.7.CaselIT2021-06-221-6/+0
* Create schema objects fresh from opsMike Bayer2021-04-121-1/+3
* Enable SQL Server testing and fix autogen issuesMike Bayer2021-01-281-1/+1
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-181-4/+0
* Consult ApplyBatchImpl for hints on constraints to dropMike Bayer2020-12-281-2/+6
* Add support identity columns.CaselIT2020-12-151-0/+35
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-181-2/+6
* Update the type comparison code used for schema autogeneration. ComparePaul Becotte2020-02-041-0/+3
* render table name with schemaMatthew Sills2019-12-191-2/+5
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-35/+16
* Clarify and correct PostgreSQL server default comparison for py37Mike Bayer2019-03-041-7/+10
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+19
* zimports runMike Bayer2019-01-061-24/+24
* pure black run + flake8Mike Bayer2019-01-061-122/+174
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-131-8/+2
* Add HSTORE to render_type_w_subtypeMike Bayer2018-01-261-0/+5
* Render ExcludeContraint Column as column, not plain stringMike Bayer2018-01-221-4/+16
* Resolve Postgresql implicit indexes via duplicates_constraintMike Bayer2017-10-251-8/+14
* Add generic per-type rendering, implement ARRAYMike Bayer2017-08-161-19/+7
* Apply subtype repr logic to JSON/JSONBMike Bayer2017-02-221-3/+28
* Add ExcludeConstraint support for PostgresqlMike Bayer2017-02-221-4/+226
* Fix postgresql automigration for ARRAY typesPaul2017-02-211-1/+13
* Unwrap unaryexpression when testing for functional indexMike Bayer2016-10-281-1/+3
* Support USING for Postgresql ALTER COLUMN.Frazer McLean2016-08-221-1/+65
* - Added a fix to Postgresql server default comparison which first checksMike Bayer2016-03-211-1/+5
* Fix pylint complaint about logging-not-lazy.Josh Kupershmidt2015-12-161-3/+2
* - Fixed issue in PG server default comparison where model-side defaultsMike Bayer2015-09-021-1/+2
* - Implemented support for :meth:`.BatchOperations.create_primary_key`Mike Bayer2015-07-031-1/+2
* - squash merge of ticket_302 branchMike Bayer2015-07-031-1/+1
* - an adjustment to the logic for #282 - if the index we see hereMike Bayer2015-03-101-0/+2
* - Postgresql "functional" indexes are necessarily skipped from theMike Bayer2015-03-101-1/+21
* remove redundant Float type checkDimitris Theodorou2015-01-121-2/+2
* Change single-quoting of floats in PostgreSQL compare_server_defaultDimitris Theodorou2015-01-121-2/+5
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-211-0/+19