summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-145-37/+0
|
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-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 Beltsov2020-11-041-1/+8
|
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-212-0/+60
|
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas2020-08-071-3/+5
|
* Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.Nick Pope2020-07-281-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 Chorpash2020-07-211-4/+4
| | | | aggregate functions.
* Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.David Chorpash2020-07-211-0/+28
|
* FIxed typo in docs/ref/contrib/postgres/forms.txt.Eric Theise2020-07-151-1/+1
|
* Made small improvements to PostgreSQL operations docs.Adam Johnson2020-06-231-8/+8
|
* Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg2020-06-161-1/+23
|
* Fixed #31691 -- Added ordering support to JSONBAgg.John Parton2020-06-131-1/+12
|
* Fixed #31649 -- Added support for covering exclusion constraints on ↵Hannes Ljungberg2020-06-121-1/+16
| | | | PostgreSQL 12+.
* Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop2020-05-271-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 Holop2020-05-271-5/+5
|
* Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf2020-05-181-4/+7
|
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-133-8/+0
|
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-082-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 Johnson2020-05-061-1/+1
|
* Fixed #31455 -- Added support for deferrable exclusion constraints on ↵Ian Foote2020-05-011-1/+33
| | | | PostgreSQL.
* Fixed #28194 -- Added support for normalization and cover density to SearchRank.Hannes Ljungberg2020-03-231-1/+27
|
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search ↵Baptiste Mispelon2020-03-161-1/+6
| | | | lookup.
* Added missing backticks in various docs.Mariusz Felisiak2020-03-061-1/+1
|
* Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg2020-03-031-0/+54
|
* Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk2019-12-161-2/+10
|
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵Hasan Ramezani2019-12-051-2/+14
| | | | SmallIntegerField, and DecimalField.
* Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ↵Dulmandakh2019-11-141-0/+56
| | | | | | for RangeFields. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope2019-11-072-0/+32
|
* Refs #29598 -- Removed FloatRangeField per deprecation timeline.Mariusz Felisiak2019-09-102-26/+0
|
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-105-22/+0
|
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze2019-09-063-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 Jensen2019-08-211-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 Freitag2019-08-211-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 Jensen2019-07-163-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 Jensen2019-07-161-0/+28
|
* Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2019-07-161-1/+1
|
* Removed unnecessary backslashes from docs.Mariusz Felisiak2019-06-201-1/+1
|
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-296-32/+31
|
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-042-2/+2
|
* Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup2019-01-311-0/+5
|
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-6/+0
|
* Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek2018-12-242-1/+5
|
* Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham2018-11-271-0/+5
|
* Used auto-numbered lists in documentation.François Freitag2018-11-151-2/+2
|
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
|
* Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino2018-10-022-0/+31
|
* Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz2018-09-171-1/+20
| | | Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
* Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal2018-09-121-1/+1
|
* Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope2018-08-021-0/+14
|
* Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope2018-08-021-1/+10
|