index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
Age
Commit message (
Expand
)
Author
2018-10-24
[2.1.x] Fixed F841 flake8 warning.
Mariusz Felisiak
2018-08-17
[2.1.x] Refs #29015 -- Added database name to PostgreSQL database name too lo...
Jon Dufresne
2018-08-03
[2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists a...
Mariusz Felisiak
2018-05-26
[2.1.x] Refs #27098 -- Removed unused introspection queries.
Markus Holtermann
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-09
Added DatabaseFeatures.is_postgresql_9_5 to avoid repetition.
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-26
Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.
Mariusz Felisiak
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-18
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Mads Jensen
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-06
Removed DatabaseWrapper.psycopg2_version.
Sergey Fedoseev
2017-09-05
Removed unneeded __init__() in PostgreSQL DatabaseWrapper.
Mads Jensen
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-08-01
Removed unused DatabaseOperations.last_insert_id() on PostgreSQL.
Mariusz Felisiak
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-20
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Simon Charette
2017-06-20
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Mads Jensen
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-06
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-05-24
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before alt...
Mariusz Felisiak
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-15
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Tim Schneider
2017-04-25
Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.
Mariusz Felisiak
2017-04-10
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
2017-04-07
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-04-01
Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbs...
Chris Sinchok
2017-03-21
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-03
Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS".
Mariusz Felisiak
2017-03-01
Removed PostgreSQL version detection for psycopg2 < 2.0.12.
Tim Graham
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
Refs #26285 -- Removed postgresql's unused DatabaseOperations.fulltext_search...
Tim Graham
2017-02-21
Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Vytis Banaitis
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
[next]