summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope2018-08-021-0/+15
|
* Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope2018-08-021-0/+19
| | | | Thanks Akshesh Doshi for the initial implementation.
* Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst2018-06-281-2/+29
|
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-174-14/+0
|
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-2/+2
| | | Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
* Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani2018-05-071-2/+2
|
* Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ↵Dmitry Dygalo2018-04-041-1/+18
| | | | null value.
* Made SearchQuery examples less sterotyped.Simon Willison2017-10-171-3/+3
|
* Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen2017-10-091-8/+12
|
* Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.Michael Käufl2017-09-291-8/+7
|
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-272-4/+0
| | | | Thanks Simon Charette for the introspection changes.
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-225-22/+0
|
* Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen2017-09-042-0/+41
| | | | Thanks to Marc Tamlyn for the initial patch.
* Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz2017-08-261-1/+1
| | | | Thanks Andreas Poisel for the report.
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-121-18/+18
|
* Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak2017-06-271-2/+2
| | | Thanks Tim Graham for the review.
* Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen2017-06-201-1/+15
| | | | Thanks Tim Graham and Markus Holtermann for review.
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham2017-06-091-1/+1
|
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-1/+1
| | | | Thanks Tim Graham and Mariusz Felisiak for review and completion.
* Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham2017-05-151-0/+2
|
* Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵Paolo Melchiorre2017-04-252-0/+29
| | | | contrib.postgres.
* Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak2017-03-212-4/+1
| | | Thanks Tim Graham for the review.
* Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen2017-02-111-11/+21
|
* Fixed #27767 -- Added distinct argument to ArrayAgg.orf2017-02-041-1/+8
|
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-4/+4
|
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-173-10/+0
|
* Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen2017-01-161-4/+4
|
* Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen2017-01-151-0/+10
| | | | Thanks Tim Graham and Markus Holtermann for review.
* Removed obsolete versionadded/changed annotations.Tim Graham2017-01-021-8/+5
|
* Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman2016-12-152-4/+13
|
* Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic2016-12-082-21/+33
|
* Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen2016-11-281-4/+4
| | | | Thanks to Christian von Roques for the report.
* Updated postgresql.org links to https and made them canonical.Marti Raudsepp2016-10-253-7/+7
|
* Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen2016-10-071-0/+9
| | | | Thanks Tim Graham for review.
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-212-0/+29
|
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-251-6/+21
| | | | Thanks Berker Peksag and Tim Graham for the reviews.
* Clarified when activating the btree_gin extension is necessary.Akshesh2016-08-161-1/+3
|
* Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.Akshesh2016-08-122-0/+25
|
* Refs #27030 -- Added BtreeGinExtension operation.Akshesh2016-08-121-0/+9
|
* Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham2016-08-121-7/+4
|
* Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick2016-07-141-2/+2
|
* Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz2016-07-071-1/+1
|
* Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov2016-06-021-1/+8
|
* Fixed #26684 -- Removed incorrect index example in ↵Christophe Pettus2016-05-301-8/+3
| | | | docs/ref/contrib/postgres/search.txt.
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-203-8/+0
|
* Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-133-0/+91
|
* Fix typos in PGFTS docs.Marc Tamlyn2016-04-221-2/+2
| | | | Thanks for Simon Willison for the spot.
* Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn2016-04-222-0/+192
| | | | | | | | | | Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter.
* Fixed #26101 -- Allowed introspection of base_field.model in RangeFieldanna2016-04-031-1/+1
| | | | | | Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute.
* Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila2016-03-281-1/+1
|