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
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
2019-12-02
[3.0.x] Updated contrib translations from Transifex
Claude Paroz
2019-10-11
[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...
Louise Grandjonc
2019-09-17
[3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initi...
Nasir Hussain
2019-09-16
[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...
Simon Charette
2019-09-08
Updated translation catalogs
Claude Paroz
2019-08-23
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-23
Reduced code duplication in ArrayField's lookups.
Mariusz Felisiak
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-14
Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...
Mariusz Felisiak
2019-08-13
Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...
Mariusz Felisiak
2019-08-08
Removed unnecessary StatAggregate.resolve_expression().
Jon Dufresne
2019-08-05
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
Mariusz Felisiak
2019-08-01
Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...
Mariusz Felisiak
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-16
Refs #29824 -- Added RangeOperators helper class.
Mads Jensen
2019-07-13
Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-12
Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-10
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
2019-07-03
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
Chason Chaffin
2019-06-29
Updated translations from Transifex
Claude Paroz
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-05-28
Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...
Caio Ariede
2019-05-20
Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVec...
Thomasina Lee
2019-04-23
Fixed #30385 -- Restored SearchVector(config) immutability.
Simon Charette
2019-04-06
Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...
Simone Pellizzari
2019-04-01
Updated contrib translations from Transifex.
Claude Paroz
2019-03-21
Removed obsolete Lookup hook to prepare rhs expressions.
Simon Charette
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-02-09
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
Vinay Karanam
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-11
Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.
can
2019-01-10
Fetched Armenian translations from Transifex
Claude Paroz
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-11-30
Fixed #29997 -- Allowed combining SearchQuerys with different configs.
Jaap Roes
2018-11-12
Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.
Simon Charette
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-09-29
Updated translations from Transifex
Claude Paroz
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-08-15
Fixed #29644 -- Made SearchQuery.__str__() reflect negation and grouping.
Tom Forbes
2018-08-02
Refs #27869 -- Added PostgreSQL version check for GinIndex support.
Nick Pope
2018-08-02
Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.
Nick Pope
2018-08-02
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
Nick Pope
2018-08-02
Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.
Nick Pope
2018-08-02
Fixed #26974 -- Added HashIndex to django.contrib.postgres.
Nick Pope
2018-08-01
Updated contrib translations from Transifex
Claude Paroz
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
[next]