[Django] #27869: PostgreSQL GinIndex parameters

10 views
Skip to first unread message

Django

unread,
Feb 22, 2017, 2:46:39 AM2/22/17
to django-...@googlegroups.com
#27869: PostgreSQL GinIndex parameters
--------------------------------------------+------------------------
Reporter: Mads Jensen | Owner: (none)
Type: New feature | Status: new
Component: contrib.postgres | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------------+------------------------
The GinIndex supports a couple of additional parameters.

[https://github.com/django/django/pull/7950 PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/27869>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Feb 22, 2017, 11:49:21 AM2/22/17
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
----------------------------------+------------------------------------

Reporter: Mads Jensen | Owner: (none)
Type: New feature | Status: new
Component: contrib.postgres | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+------------------------------------
Changes (by Tim Graham):

* stage: Unreviewed => Accepted


Old description:

> The GinIndex supports a couple of additional parameters.
>
> [https://github.com/django/django/pull/7950 PR]

New description:

`GinIndex` could supports a couple of additional parameters.

[https://github.com/django/django/pull/7950 PR]

--

--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:1>

Django

unread,
Jun 1, 2017, 7:37:42 PM6/1/17
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
----------------------------------+------------------------------------
Reporter: Mads Jensen | Owner: (none)
Type: New feature | Status: new
Component: contrib.postgres | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
----------------------------------+------------------------------------
Changes (by Tim Graham):

* needs_better_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:2>

Django

unread,
Jun 2, 2017, 8:29:39 AM6/2/17
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
----------------------------------+------------------------------------
Reporter: Mads Jensen | Owner: (none)
Type: New feature | Status: new
Component: contrib.postgres | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+------------------------------------
Changes (by Mads Jensen):

* needs_better_patch: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:3>

Django

unread,
Jun 20, 2017, 8:09:32 AM6/20/17
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
-------------------------------------+-------------------------------------

Reporter: Mads Jensen | Owner: (none)
Type: New feature | Status: new
Component: contrib.postgres | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:4>

Django

unread,
Jun 20, 2017, 11:24:25 AM6/20/17
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
-------------------------------------+-------------------------------------
Reporter: Mads Jensen | Owner: Tim
| Graham <timograham@…>
Type: New feature | Status: closed
Component: contrib.postgres | Version: master
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

* owner: (none) => Tim Graham <timograham@…>
* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"de42adf4ff6b80e25bbd9e70070146ef15076a83" de42adf4]:
{{{
#!CommitTicketReference repository=""
revision="de42adf4ff6b80e25bbd9e70070146ef15076a83"
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to
GinIndex.

Thanks Tim Graham and Markus Holtermann for review.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:5>

Django

unread,
Aug 26, 2017, 10:32:16 AM8/26/17
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
-------------------------------------+-------------------------------------
Reporter: Mads Jensen | Owner: Tim
| Graham <timograham@…>
Type: New feature | Status: closed
Component: contrib.postgres | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"e016c4c65b4aa0521a74e1cba6f75a596ee9ee1c" e016c4c6]:
{{{
#!CommitTicketReference repository=""
revision="e016c4c65b4aa0521a74e1cba6f75a596ee9ee1c"
Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're
None.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:6>

Django

unread,
Aug 2, 2018, 11:57:07 AM8/2/18
to django-...@googlegroups.com
#27869: Add fastupdate and gin_pending_list_limit parameters to GinIndex
-------------------------------------+-------------------------------------
Reporter: Mads Jensen | Owner: Tim
| Graham <timograham@…>
Type: New feature | Status: closed
Component: contrib.postgres | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"743d28f5539b17d6e39bd37c6e3df5628b470cac" 743d28f]:
{{{
#!CommitTicketReference repository=""
revision="743d28f5539b17d6e39bd37c6e3df5628b470cac"
Refs #27869 -- Added PostgreSQL version check for GinIndex support.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/27869#comment:7>

Reply all
Reply to author
Forward
0 new messages