| Age | Commit message (Collapse) | Author |
|
when used in Subquery.
Backport of a3f91891d2c7f4bdc33f48ae70820ef6f36da26e from master.
|
|
SearchVector.
Regression in 405c8363362063542e9e79beac53c8437d389520.
Backport of c38e7a79f4354ee831f92deb7a658fc0387e3bec from master
|
|
Regression in 1a28dc3887e8d66d5e3ff08cf7fb0a6212b873e5.
The usage of CONCAT to allow SearchVector to deal with non-text fields
made the generated expression non-IMMUTABLE which prevents a functional
index to be created for it.
Using a combination of COALESCE and ::text makes sure the expression
preserves its immutability.
Refs #29582. Thanks Andrew Brown for the report, Nick Pope for the
review.
Backport of 405c8363362063542e9e79beac53c8437d389520 from master
|
|
in ArrayAgg and StringAgg.
Backport of d0315584b5ed6a47b486e65f6c88f80189f337ef from master.
|
|
|
|
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
Backport of b435f82939edf70674856e0e1cd63973c2e0a1d1 from master
|
|
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master
|
|
|
|
|
|
|
|
Seems to be a needless restriction in
978a00e39fee25cfa99065285b0de88366710fad.
|
|
|
|
|
|
Forward port of d5ed08263b58ec972a1e009f23d7b90c30b6b9c1 from master.
|
|
|
|
Thanks Tim Graham, Nick Pope, and Claude Paroz for contribution and review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Akshesh Doshi for the initial implementation.
|
|
Forwardport of cbf7e7dc52db2834e95817bbbfb56a693c83b84f from stable/2.1.x.
|
|
|
|
The PostgreSQL concat() function handles nulls and non-text values better than
the || operator.
|
|
|
|
|
|
|
|
|
|
Thanks erindy for the report.
|
|
|
|
null value.
|
|
|
|
Forward port of 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 from stable/2.0.x.
|
|
|
|
|
|
|
|
|
|
|
|
Forward port of 765e6de92493aa638555408172597e054e813ce3 from stable/2.0.x
|
|
|
|
True/1 values as different.
|
|
|
|
|
|
defaults.
|
|
JSONDecodeError.
|
|
|
|
|
|
|