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