summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-8/+6
* Merge "Create connection characteristics API; implement postgresql flags"mike bayer2020-09-081-0/+85
|\
| * Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+85
* | PostgreSQL dialect-level isolation_level parameter is legacyMike Bayer2020-09-081-17/+29
|/
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+47
* Updates for MariaDB sequencesFederico Caselli2020-08-221-1/+0
* Merge "Add support for identity columns"mike bayer2020-08-211-22/+60
|\
| * Add support for identity columnsFederico Caselli2020-08-191-22/+60
* | Merge "normalize execute style for events, 2.0"mike bayer2020-08-201-8/+12
|\ \
| * | normalize execute style for events, 2.0Mike Bayer2020-08-201-8/+12
| |/
* | Merge "Implement DDL visitor for PG ENUM with schema translate support"mike bayer2020-08-191-10/+47
|\ \
| * | Implement DDL visitor for PG ENUM with schema translate supportMike Bayer2020-08-191-10/+47
| |/
* | Support data types for CREATE SEQUENCE in PostgreSQLFederico Caselli2020-08-181-0/+11
|/
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+8
* Clean python UUID importsVlastimil Zíma2020-07-301-11/+1
* 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