| Age | Commit message (Collapse) | Author |
|
TrigramStrictWordDistance() on PostgreSQL.
|
|
|
|
|
|
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
range fields.
|
|
transforms.
|
|
SP-GiST indexes on PostgreSQL 14+.
|
|
|
|
|
|
|
|
PostgreSQL.
|
|
|
|
This also removes unnecessary comments with the previous spelling.
AP Stylebook has a short entry to advise the preferred spelling for
"en-us". "Afterwards" is preferred in British English.
|
|
JSONBAgg results.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
This deprecates forcing a return value for ArrayAgg, JSONBAgg, and
StringAgg when there are no rows in the query. Now that we have a
``default`` argument for aggregates, we want to revert to returning the
default of ``None`` which most aggregate functions return and leave it
up to the user to decide what they want to be returned by default.
|
|
Thanks to Simon Charette and Adam Johnson for the reviews.
|
|
|
|
operations for PostgreSQL.
|
|
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44.
|
|
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
|
|
|
|
deprecation timeline.
|
|
deprecation timeline.
|
|
|
|
Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews.
Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
|
|
|
|
|
|
|
|
https://www.postgresql.org/docs/13/functions-uuid.html
https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5
|
|
aggregate functions.
|
|
|
|
|
|
|
|
|
|
|
|
PostgreSQL 12+.
|
|
- Don't try to create an existing extension.
- Don't try to drop a nonexistent extension.
|
|
|
|
|
|
|
|
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|