summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+2
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-4/+7
* Merge "Added reflection method :meth:`.Inspector.get_sequence_names`"mike bayer2020-06-191-32/+33
|\
| * Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-32/+33
* | Merge "Add documentation regarding row constructo in PostgreSQL"mike bayer2020-06-111-1/+45
|\ \
| * | Add documentation regarding row constructo in PostgreSQLFederico Caselli2020-05-251-1/+45
* | | Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+1
| |/ |/|
* | Add support for "real" sequences in mssqlGord Thompson2020-05-291-0/+1
|/
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+2
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-201-0/+2
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+2
* | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-7/+50
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+4
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-3/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-63/+78
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-14/+16
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-4/+22
* Support inspection of computed columnFederico Caselli2020-03-151-2/+26
* While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-2/+8
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-4/+4
* Result initial introductionMike Bayer2020-02-211-9/+10
* Deprecate connection branchingMike Bayer2020-02-211-3/+0
* Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-171-3/+8
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-6/+6
* Add pyprojectFederico Caselli2020-01-271-1/+1
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-2/+3
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-3/+0
* happy new yearMike Bayer2020-01-011-1/+1
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-4/+27
* Support for generated columnsCaselIT2019-11-081-0/+15
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-10/+7
* Typo fixAles Dokshanin2019-10-231-1/+1
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-11/+15
* Include 'p' for get_indexes() queryMike Bayer2019-07-191-1/+1
* Reflect "NO ACTION" as None; support "RESTRICT"Mike Bayer2019-06-261-7/+12
* PostgreSQL now reflects per-column sort order on indexes.Eli Collins2019-06-171-2/+34
* PostgreSQL enum with no elements returns NULL for the "label", skip thisMike Bayer2019-05-301-1/+3
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-2/+5
* Remove "subclass existing types" use caseMike Bayer2019-03-291-2/+9
* Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF"raylu2019-03-211-4/+6
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-2/+9
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Use pg_get_constraintdef for CHECK constraint reflectionMike Bayer2019-01-241-2/+13
* Repair use of deprecated text() typemap, bindparams parametersMike Bayer2019-01-171-68/+58
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-2/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Render correct DDL for unsetting table commentsMike Bayer2019-01-091-0/+5
* Post black reformattingMike Bayer2019-01-061-33/+49
* Run black -l 79 against all source filesMike Bayer2019-01-061-578/+859
* Handle PostgreSQL enums in remote schemasMike Bayer2018-12-211-23/+33