summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+2
* Merge "ORM executemany returning"mike bayer2020-06-281-7/+17
|\
| * ORM executemany returningMike Bayer2020-06-271-7/+17
* | Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-261-4/+4
|\ \ | |/ |/|
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-251-4/+4
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-123/+128
|/
* 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
* | callcount reductions and refinement for cached queriesMike Bayer2020-05-281-5/+1
|/
* Add immutabledict C codeMike Bayer2020-05-231-1/+1
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-012-4/+4
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-292-0/+27
* 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-205-54/+91
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+4
* Set up absolute references for create_engine and relatedMike Bayer2020-04-144-15/+19
* Run search and replace of symbolic module namesMike Bayer2020-04-147-129/+170
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-0/+2
* Correct ambiguous func / class linksMike Bayer2020-03-251-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-212-17/+21
* 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
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-4/+1
* Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-5/+8
* 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-212-15/+14
* 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-082-7/+12
* Add pyprojectFederico Caselli2020-01-271-1/+1
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-262-0/+68
* Improve regex parsing of CHECK constraints for PostgreSQL.Gord Thompson2020-01-181-2/+3
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-173-52/+0
* happy new yearMike Bayer2020-01-0114-14/+14
* Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-112-5/+33
* Support for generated columnsCaselIT2019-11-081-0/+15
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-042-12/+7
* Merge "Use simple growth scale with any max size for BufferedRowResultProxy"mike bayer2019-10-301-1/+2
|\
| * Use simple growth scale with any max size for BufferedRowResultProxysumau2019-10-301-1/+2
* | Typo fixAles Dokshanin2019-10-231-1/+1
|/
* PGDialect.get_check_constraints: Handle "NOT VALID"Bill Finn2019-08-271-11/+15
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-3/+0