summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/operations.txt
Commit message (Expand)AuthorAgeFilesLines
* Corrected example in CreateCollation() docs.Adam Johnson2023-03-121-1/+2
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-8/+7
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-4/+0
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-2/+0
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-6/+0
* Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...Sanskar Jaiswal2021-06-081-0/+36
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-2/+0
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-2/+0
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-211-0/+50
* Made small improvements to PostgreSQL operations docs.Adam Johnson2020-06-231-8/+8
* Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop2020-05-271-0/+7
* Refs #31615 -- Improved creating extension docs.Frantisek Holop2020-05-271-5/+5
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-2/+0
* Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope2019-11-071-0/+9
* Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen2019-08-211-0/+30
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-4/+0
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-4/+0
* Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen2017-09-041-0/+9
* Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre2017-04-251-0/+9
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-2/+0
* Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic2016-12-081-0/+31
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-211-0/+9
* 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 #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-131-0/+10
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-6/+6
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-3/+4
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+8
* Added HStoreField.Marc Tamlyn2014-11-041-0/+27