summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/ext.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-4/+0
* Fixed issue when copying ExcludeConstraintFederico Caselli2023-03-011-7/+4
* Improve exclude constraint docs and tests.Federico Caselli2023-02-271-5/+9
* ExcludeConstraint literal_compileFederico Caselli2023-02-221-8/+7
* happy new year 2023Mike Bayer2023-01-031-1/+1
* rename 2.0.0b5 to 2.0.0rc1Mike Bayer2022-12-271-6/+6
* add explicit REGCONFIG, pg full text functionsMike Bayer2022-12-151-0/+208
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* `aggregate_order_by` now supports cache generation.Federico Caselli2022-09-251-1/+11
* Normalize postgresql docs links to point to currentFederico Caselli2022-06-171-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-2/+2
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+2
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Fix aggregate_order_by issueGord Thompson2021-03-041-0/+1
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-1/+1
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-2/+9
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Add opsclass to exclusion constraintAlonM2020-11-161-2/+19
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+4
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-1/+1
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-2/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-141-8/+12
* happy new yearMike Bayer2020-01-011-1/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-8/+26
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-21/+17
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-23/+21
* Accept multiple expressions for aggregate_order_by order_byMike Bayer2018-09-251-2/+13
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-2/+3
* happy new yearMike Bayer2018-01-121-1/+1
* Copy whereclause / using in ExcludeConstraintMike Bayer2017-01-301-1/+3
* - document that "column" and "where" are arbitrary SQL expressionsMike Bayer2017-01-261-3/+51
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-1/+1
* fix postgresql exclude contraint to check when= against None rather than __bo...pr/215aisch2015-11-231-1/+1
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+14
* - consolidate "constraints.py" into the more general "ext.py",Mike Bayer2015-08-271-0/+91
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-0/+63