Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 5 | -37/+0 | |
| | ||||||
* | Fixed #26167 -- Added support for functional indexes. | Hannes Ljungberg | 2021-01-13 | 1 | -7/+63 | |
| | | | | | | Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews. Co-authored-by: Markus Holtermann <info@markusholtermann.eu> | |||||
* | Fixed #32169 -- Added distinct support to JSONBAgg. | Artur Beltsov | 2020-11-04 | 1 | -1/+8 | |
| | ||||||
* | Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL. | Tom Carrick | 2020-10-21 | 2 | -0/+60 | |
| | ||||||
* | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Thomas | 2020-08-07 | 1 | -3/+5 | |
| | ||||||
* | Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+. | Nick Pope | 2020-07-28 | 1 | -2/+2 | |
| | | | | | https://www.postgresql.org/docs/13/functions-uuid.html https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5 | |||||
* | Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() ↵ | David Chorpash | 2020-07-21 | 1 | -4/+4 | |
| | | | | aggregate functions. | |||||
* | Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation. | David Chorpash | 2020-07-21 | 1 | -0/+28 | |
| | ||||||
* | FIxed typo in docs/ref/contrib/postgres/forms.txt. | Eric Theise | 2020-07-15 | 1 | -1/+1 | |
| | ||||||
* | Made small improvements to PostgreSQL operations docs. | Adam Johnson | 2020-06-23 | 1 | -8/+8 | |
| | ||||||
* | Fixed #31709 -- Added support for opclasses in ExclusionConstraint. | Hannes Ljungberg | 2020-06-16 | 1 | -1/+23 | |
| | ||||||
* | Fixed #31691 -- Added ordering support to JSONBAgg. | John Parton | 2020-06-13 | 1 | -1/+12 | |
| | ||||||
* | Fixed #31649 -- Added support for covering exclusion constraints on ↵ | Hannes Ljungberg | 2020-06-12 | 1 | -1/+16 | |
| | | | | PostgreSQL 12+. | |||||
* | Fixed #31615 -- Made migrations skip extension operations if not needed. | Frantisek Holop | 2020-05-27 | 1 | -0/+7 | |
| | | | | | - Don't try to create an existing extension. - Don't try to drop a nonexistent extension. | |||||
* | Refs #31615 -- Improved creating extension docs. | Frantisek Holop | 2020-05-27 | 1 | -5/+5 | |
| | ||||||
* | Fixed #31577 -- Clarified docs about bounds of RangeFields. | xncbf | 2020-05-18 | 1 | -4/+7 | |
| | ||||||
* | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | 2020-05-13 | 3 | -8/+0 | |
| | ||||||
* | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | 2020-05-08 | 2 | -91/+12 | |
| | | | | | | | | | | | Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||||
* | Fixed a/an typos in "SQL" usage. | Adam Johnson | 2020-05-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed #31455 -- Added support for deferrable exclusion constraints on ↵ | Ian Foote | 2020-05-01 | 1 | -1/+33 | |
| | | | | PostgreSQL. | |||||
* | Fixed #28194 -- Added support for normalization and cover density to SearchRank. | Hannes Ljungberg | 2020-03-23 | 1 | -1/+27 | |
| | ||||||
* | Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search ↵ | Baptiste Mispelon | 2020-03-16 | 1 | -1/+6 | |
| | | | | lookup. | |||||
* | Added missing backticks in various docs. | Mariusz Felisiak | 2020-03-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed #31147 -- Added SearchHeadline to django.contrib.postgres. | Hannes Ljungberg | 2020-03-03 | 1 | -0/+54 | |
| | ||||||
* | Fixed #31088 -- Added support for websearch searching in SearchQuery. | James Turk | 2019-12-16 | 1 | -2/+10 | |
| | ||||||
* | Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵ | Hasan Ramezani | 2019-12-05 | 1 | -2/+14 | |
| | | | | SmallIntegerField, and DecimalField. | |||||
* | Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ↵ | Dulmandakh | 2019-11-14 | 1 | -0/+56 | |
| | | | | | | for RangeFields. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||||
* | Fixed #30943 -- Added BloomIndex to django.contrib.postgres. | Nick Pope | 2019-11-07 | 2 | -0/+32 | |
| | ||||||
* | Refs #29598 -- Removed FloatRangeField per deprecation timeline. | Mariusz Felisiak | 2019-09-10 | 2 | -26/+0 | |
| | ||||||
* | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | 2019-09-10 | 5 | -22/+0 | |
| | ||||||
* | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | 2019-09-06 | 3 | -10/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||||
* | Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently ↵ | Mads Jensen | 2019-08-21 | 1 | -0/+30 | |
| | | | | | | | | operations for PostgreSQL. Thanks to Simon Charettes for review. Co-Authored-By: Daniel Tao <daniel.tao@gmail.com> | |||||
* | Fixed broken links and redirects in documentation. | François Freitag | 2019-08-21 | 1 | -1/+1 | |
| | | | | Removed reference to custom builds, feature removed in https://github.com/openlayers/openlayers/commit/8e6b3bba994f5908e51c492ac314240863178789. | |||||
* | Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. | Mads Jensen | 2019-07-16 | 3 | -0/+175 | |
| | | | | | | Thanks to Nick Pope and Mariusz Felisiak for review. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||||
* | Refs #29824 -- Added RangeOperators helper class. | Mads Jensen | 2019-07-16 | 1 | -0/+28 | |
| | ||||||
* | Fixed heading level typo in docs/ref/contrib/postgres/fields.txt. | Mariusz Felisiak | 2019-07-16 | 1 | -1/+1 | |
| | ||||||
* | Removed unnecessary backslashes from docs. | Mariusz Felisiak | 2019-06-20 | 1 | -1/+1 | |
| | ||||||
* | Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope | 2019-03-29 | 6 | -32/+31 | |
| | ||||||
* | Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1. | Tim Graham | 2019-02-04 | 2 | -2/+2 | |
| | ||||||
* | Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText). | Robert Coup | 2019-01-31 | 1 | -0/+5 | |
| | ||||||
* | Removed versionadded/changed annotations for 2.1. | Tim Graham | 2019-01-17 | 1 | -6/+0 | |
| | ||||||
* | Added import locations to contrib.postgres aggregates and validators docs. | Marten Kenbeek | 2018-12-24 | 2 | -1/+5 | |
| | ||||||
* | Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates. | Tim Graham | 2018-11-27 | 1 | -0/+5 | |
| | ||||||
* | Used auto-numbered lists in documentation. | François Freitag | 2018-11-15 | 1 | -2/+2 | |
| | ||||||
* | Capitalized "Python" in docs and comments. | Jon Dufresne | 2018-10-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. | Stefano Chiodino | 2018-10-02 | 2 | -0/+31 | |
| | ||||||
* | Fixed #27899 -- Added support for phrase/raw searching in SearchQuery. | Claude Paroz | 2018-09-17 | 1 | -1/+20 | |
| | | | Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review. | |||||
* | Fixed typo in docs/ref/contrib/postgres/search.txt. | Adam Zapletal | 2018-09-12 | 1 | -1/+1 | |
| | ||||||
* | Fixed #29614 -- Added BTreeIndex to django.contrib.postres. | Nick Pope | 2018-08-02 | 1 | -0/+14 | |
| | ||||||
* | Fixed #28990 -- Added autosummarize parameter to BrinIndex. | Nick Pope | 2018-08-02 | 1 | -1/+10 | |
| |