summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/functions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-2/+6
| | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
* Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.Nick Pope2020-07-281-2/+2
| | | | | https://www.postgresql.org/docs/13/functions-uuid.html https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-1/+1
|
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-2/+0
|
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-2/+0
| | | | Thanks Simon Charette for the introspection changes.
* 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-251-0/+20
| | | | contrib.postgres.
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-2/+0
|
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-2/+2
|
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-1/+2
|
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-1/+1
|
* Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz2015-06-151-0/+31