| Age | Commit message (Expand) | Author |
| 2020-12-02 | Fixed #32179 -- Added JSONObject database function. | Artur Beltsov |
| 2020-10-02 | Fixed #32060 -- Added Random database function. | Nick Pope |
| 2020-09-02 | Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime(). | Joe Jackson |
| 2020-08-11 | Fixed #21181 -- Added Collate database function. | Tom Carrick |
| 2020-05-13 | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c... | Adam Johnson |
| 2020-04-07 | Fixed Sphinx warnings on duplicate object descriptions. | Mariusz Felisiak |
| 2019-11-11 | Fixed #30958 -- Used a clearer example in the Cast() docs. | Farhaan Bukhsh |
| 2019-10-02 | Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l... | Anatol Ulrich |
| 2019-10-02 | Added missing import in ref/models/database-functions.txt. | Mariusz Felisiak |
| 2019-09-10 | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak |
| 2019-03-29 | Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope |
| 2019-03-22 | Fixed #30271 -- Added the Sign database function. | Nick Pope |
| 2019-03-20 | Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct... | Nick Pope |
| 2019-03-07 | Fixed #29754 -- Added is_dst parameter to Trunc database functions. | ahbk |
| 2019-02-21 | Refs #28643 -- Added MD5 database function. | Mariusz Felisiak |
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham |
| 2019-01-12 | Refs #28643 -- Added Reverse database function. | Nick Pope |
| 2019-01-10 | Refs #28643 -- Added NullIf database function. | Mads Jensen |
| 2018-08-18 | Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. | Sigurd Ljødal |
| 2018-07-30 | Refs #29548 -- Fixed failing window tests on MariaDB 10.3. | Tom Forbes |
| 2018-07-05 | Refs #28643 -- Added math database functions. | Junyi Jiao |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak |
| 2018-04-03 | Refs #28643 -- Added Repeat database function. | Mariusz Felisiak |
| 2018-03-21 | Clarified docs about ISO 8601 week numbering. | Alasdair Nicol |
| 2018-03-19 | Refs #28643 -- Added LPad and RPad database functions. | Mariusz Felisiak |
| 2018-03-15 | Refs #28643 -- Added LTrim, RTrim, and Trim database functions. | Mariusz Felisiak |
| 2018-02-23 | Refs #28643 -- Added Ord, Chr, Left, and Right database functions. | bobort |
| 2018-02-19 | Removed redundant lookup name in register_lookup() calls. | Tim Graham |
| 2018-01-27 | Fixed #28650 -- Added TruncWeek database function. | Sigurd Ljødal |
| 2018-01-23 | Fixed heading level typo in docs/ref/models/database-functions.txt. | Tim Graham |
| 2018-01-17 | Refs #28643 -- Added Replace database function. | Mads Jensen |
| 2017-10-13 | Refs #28643 -- Reorganized database functions docs. | Mariusz Felisiak |
| 2017-09-27 | Clarified StrIndex docs example. | Miguel |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham |
| 2017-09-18 | Fixed #26608 -- Added support for window expressions (OVER clause). | Mads Jensen |
| 2017-09-04 | Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt. | Michael |
| 2017-08-14 | Clarified Concat example in docs. | Mathieu Hinderyckx |
| 2017-06-28 | Fixed #27473 -- Added DurationField support to Extract. | Daniel Hahler |
| 2017-06-08 | Fixed #28103 -- Added quarter extract, truncation, and lookup. | Mads Jensen |
| 2017-06-08 | Refs #25240 -- Added ExtractWeek examples. | Mads Jensen |
| 2017-04-03 | Refs #27834 -- Removed Value wrapping from StrIndex's substring param. | Adam Johnson |
| 2017-03-14 | Fixed #27834 -- Added StrIndex database function. | Brad Melin |
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham |
| 2016-11-30 | Replaced RawSQL with Cast in Coalesce doc example. | Simon Charette |
| 2016-11-11 | Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup. | Mads Jensen |
| 2016-09-12 | Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt. | Simon Charette |
| 2016-07-08 | Fixed #26348 -- Added TruncTime and exposed it through the __time lookup. | Simon Charette |
| 2016-07-08 | Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields. | Simon Charette |