summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
AgeCommit message (Collapse)Author
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
2019-01-31[2.2.x] Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup
Backport of a8b03bea180e0660c0e159f3e7cf6192b512925f from master
2018-12-24Added import locations to contrib.postgres aggregates and validators docs.Marten Kenbeek
2018-11-27Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
2018-09-12Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-08-02Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope
2018-08-02Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope
Thanks Akshesh Doshi for the initial implementation.
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ↵Dmitry Dygalo
null value.
2017-10-17Made SearchQuery examples less sterotyped.Simon Willison
2017-10-09Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen
2017-09-29Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.Michael Käufl
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
Thanks Simon Charette for the introspection changes.
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-04Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen
Thanks to Marc Tamlyn for the initial patch.
2017-08-26Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
Thanks Andreas Poisel for the report.
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-06-27Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak
Thanks Tim Graham for the review.
2017-06-20Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen
Thanks Tim Graham and Markus Holtermann for review.
2017-06-09Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-15Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵Paolo Melchiorre
contrib.postgres.
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
Thanks Tim Graham for the review.
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
Thanks Tim Graham and Markus Holtermann for review.
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-08Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
Thanks to Christian von Roques for the report.
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
Thanks Tim Graham for review.
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
Thanks Berker Peksag and Tim Graham for the reviews.
2016-08-16Clarified when activating the btree_gin extension is necessary.Akshesh
2016-08-12Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.Akshesh
2016-08-12Refs #27030 -- Added BtreeGinExtension operation.Akshesh