Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #28887 -- Added SpGistIndex to django.contrib.postgres. | Nick Pope | 2018-08-02 | 1 | -0/+15 | |
| | ||||||
* | Fixed #26974 -- Added HashIndex to django.contrib.postgres. | Nick Pope | 2018-08-02 | 1 | -0/+19 | |
| | | | | Thanks Akshesh Doshi for the initial implementation. | |||||
* | Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg. | Floris den Hengst | 2018-06-28 | 1 | -2/+29 | |
| | ||||||
* | Removed versionadded/changed annotations for 2.0. | Tim Graham | 2018-05-17 | 4 | -14/+0 | |
| | ||||||
* | Alphabetized imports in various docs. | Mariusz Felisiak | 2018-05-12 | 1 | -2/+2 | |
| | | | Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||||
* | Alphabetized imports in docs/ref/contrib/postgres/fields.txt. | Hasan Ramezani | 2018-05-07 | 1 | -2/+2 | |
| | ||||||
* | Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ↵ | Dmitry Dygalo | 2018-04-04 | 1 | -1/+18 | |
| | | | | null value. | |||||
* | Made SearchQuery examples less sterotyped. | Simon Willison | 2017-10-17 | 1 | -3/+3 | |
| | ||||||
* | Fixed #28423 -- Expanded docs for indexing contrib.postgres fields. | Mads Jensen | 2017-10-09 | 1 | -8/+12 | |
| | ||||||
* | Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt. | Michael Käufl | 2017-09-29 | 1 | -8/+7 | |
| | ||||||
* | Fixed #28626 -- Dropped support for PostgreSQL 9.3. | Tim Graham | 2017-09-27 | 2 | -4/+0 | |
| | | | | Thanks Simon Charette for the introspection changes. | |||||
* | Removed versionadded/changed annotations for 1.11. | Tim Graham | 2017-09-22 | 5 | -22/+0 | |
| | ||||||
* | Fixed #28126 -- Added GistIndex to contrib.postgres. | Mads Jensen | 2017-09-04 | 2 | -0/+41 | |
| | | | | Thanks to Marc Tamlyn for the initial patch. | |||||
* | Fixed #28532 -- Fixed typo in PostgreSQL field docs | Claude Paroz | 2017-08-26 | 1 | -1/+1 | |
| | | | | Thanks Andreas Poisel for the report. | |||||
* | Fixed #27849 -- Added filtering support to aggregates. | Tom | 2017-08-12 | 1 | -18/+18 | |
| | ||||||
* | Fixed #28330 -- Prevented passing positional arguments to an Index. | Mariusz Felisiak | 2017-06-27 | 1 | -2/+2 | |
| | | | Thanks Tim Graham for the review. | |||||
* | Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex. | Mads Jensen | 2017-06-20 | 1 | -1/+15 | |
| | | | | Thanks Tim Graham and Markus Holtermann for review. | |||||
* | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Tim Graham | 2017-06-09 | 1 | -1/+1 | |
| | ||||||
* | Updated various links in docs to avoid redirects | Claude Paroz | 2017-05-22 | 1 | -1/+1 | |
| | | | | Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||||
* | Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3. | Tim Graham | 2017-05-15 | 1 | -0/+2 | |
| | ||||||
* | Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵ | Paolo Melchiorre | 2017-04-25 | 2 | -0/+29 | |
| | | | | contrib.postgres. | |||||
* | Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. | Mariusz Felisiak | 2017-03-21 | 2 | -4/+1 | |
| | | | Thanks Tim Graham for the review. | |||||
* | Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. | Mads Jensen | 2017-02-11 | 1 | -11/+21 | |
| | ||||||
* | Fixed #27767 -- Added distinct argument to ArrayAgg. | orf | 2017-02-04 | 1 | -1/+8 | |
| | ||||||
* | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | 2017-01-18 | 1 | -4/+4 | |
| | ||||||
* | Removed versionadded/changed annotations for 1.10. | Tim Graham | 2017-01-17 | 3 | -10/+0 | |
| | ||||||
* | Refs #25809 -- Made a few late review comments for BrinIndex. | Mads Jensen | 2017-01-16 | 1 | -4/+4 | |
| | ||||||
* | Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. | Mads Jensen | 2017-01-15 | 1 | -0/+10 | |
| | | | | Thanks Tim Graham and Markus Holtermann for review. | |||||
* | Removed obsolete versionadded/changed annotations. | Tim Graham | 2017-01-02 | 1 | -8/+5 | |
| | ||||||
* | Fixed #27582 -- Allowed HStoreField to store null values. | David Hoffman | 2016-12-15 | 2 | -4/+13 | |
| | ||||||
* | Fixed #27355 -- Added “Creating extension using migrations” docs. | ntuckovic | 2016-12-08 | 2 | -21/+33 | |
| | ||||||
* | Refs #26327 -- Renamed JsonAgg to JSONBAgg. | Mads Jensen | 2016-11-28 | 1 | -4/+4 | |
| | | | | Thanks to Christian von Roques for the report. | |||||
* | Updated postgresql.org links to https and made them canonical. | Marti Raudsepp | 2016-10-25 | 3 | -7/+7 | |
| | ||||||
* | Fixed #26327 -- Added JsonAgg to contrib.postgres. | Mads Jensen | 2016-10-07 | 1 | -0/+9 | |
| | | | | Thanks Tim Graham for review. | |||||
* | Fixed #26610 -- Added CITextField to contrib.postgres. | Mads Jensen | 2016-09-21 | 2 | -0/+29 | |
| | ||||||
* | Fixed #25995 -- Added an encoder option to JSONField | Claude Paroz | 2016-08-25 | 1 | -6/+21 | |
| | | | | Thanks Berker Peksag and Tim Graham for the reviews. | |||||
* | Clarified when activating the btree_gin extension is necessary. | Akshesh | 2016-08-16 | 1 | -1/+3 | |
| | ||||||
* | Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. | Akshesh | 2016-08-12 | 2 | -0/+25 | |
| | ||||||
* | Refs #27030 -- Added BtreeGinExtension operation. | Akshesh | 2016-08-12 | 1 | -0/+9 | |
| | ||||||
* | Removed some unnecessary repetition in PostgreSQL operations docs. | Tim Graham | 2016-08-12 | 1 | -7/+4 | |
| | ||||||
* | Fixed typos in docs/ref/contrib/postgres/search.txt | Tom Carrick | 2016-07-14 | 1 | -2/+2 | |
| | ||||||
* | Fixed a typo in docs/ref/contrib/postgres/search.txt. | Mathieu Richardoz | 2016-07-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg. | Rustam Kashapov | 2016-06-02 | 1 | -1/+8 | |
| | ||||||
* | Fixed #26684 -- Removed incorrect index example in ↵ | Christophe Pettus | 2016-05-30 | 1 | -8/+3 | |
| | | | | docs/ref/contrib/postgres/search.txt. | |||||
* | Removed versionadded/changed annotations for 1.9. | Tim Graham | 2016-05-20 | 3 | -8/+0 | |
| | ||||||
* | Fixed #24938 -- Added PostgreSQL trigram support. | Matthew Somerville | 2016-05-13 | 3 | -0/+91 | |
| | ||||||
* | Fix typos in PGFTS docs. | Marc Tamlyn | 2016-04-22 | 1 | -2/+2 | |
| | | | | Thanks for Simon Willison for the spot. | |||||
* | Refs #3254 -- Added full text search to contrib.postgres. | Marc Tamlyn | 2016-04-22 | 2 | -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 RangeField | anna | 2016-04-03 | 1 | -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 Capdevila | 2016-03-28 | 1 | -1/+1 | |
| |