throw date - Search results in mailing lists
Mailing lists >> pgsql-announce >> Thread
2024-05-09 13:09:17 | PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released! (PostgreSQL Global Development Group)
throw an error if a target row in `MERGE` joins to more than one source row during a modification. * Fix incorrect pruning of `NULL` partition when a table is partitioned on a boolean column
Mailing lists >> pgsql-announce >> Thread
2024-04-09 19:16:01 | Announcing pl/dotnet, version 0.99 (beta) (Brick Abode via PostgreSQL Announce)
date`: `DateOnly` - `daterange`: `NpgsqlRange ` - `float4`: `Float` - `float8`: `Double` - `inet`: `(IPAddress Address, Int Netmask)` - `int2`: `Short` - `int4`: `Int` - `int4range`: `NpgsqlRange ` - `int8`: `Long` - `int8range`: `NpgsqlRange ` - `interval`: `NpgsqlInterval` - `json`: `String` - `line`: `NpgsqlLine` - `lseg`: `NpgsqlLSeg` - `macaddr8`: `PhysicalAddress` - `macaddr`: `PhysicalAddress
Mailing lists >> pgsql-announce >> Thread
2023-11-09 14:09:25 | PostgreSQL 16.1, 15.5, 14.10, 13.13, 12.17, and 11.22 Released! (PostgreSQL Global Development Group)
date`, `timestamptz`, and `timestamp` values in BRIN indexes when using a [`minmax_multi` opsclass](https:///docs/current/brin-builtin-opclasses.html). While not required, we recommend [reindexing](https:///docs/current/sql-reindex.html) BRIN indexes that include these data types after installing this update
Mailing lists >> pgsql-announce >> Thread
2021-12-20 13:43:20 | PostgreSQL Weekly News - December 19, 2021 (PWN via PostgreSQL Announce)
throwing ERRCODE_FEATURE_NOT_SUPPORTED. Since it's been like that for more than twenty years, there's clearly not a lot of interest in filling in the stubs. However, I'm uncomfortable with deleting
Mailing lists >> pgsql-announce >> Thread
2021-08-30 06:57:19 | PostgreSQL Weekly News - August 29, 2021 (PWN via PostgreSQL Announce)
date for partitioned tables. In the long-going saga for analyze on partitioned tables, one thing I missed while reverting 0827e8af70f4 is the maintenance of analyze count and last analyze time for partitioned tables
Mailing lists >> pgsql-announce >> Thread
2021-08-02 01:43:13 | PostgreSQL Weekly News - August 1, 2021 (PWN via PostgreSQL Announce)
date_bin(). It's not clear what the semantics of negative strides would be, so throw
Mailing lists >> pgsql-announce >> Thread
2021-07-26 12:28:09 | PostgreSQL Weekly News - July 25, 2021 (PWN via PostgreSQL Announce)
throw an error in stable
versions might cause problems for existing scripts. Co-authored-by: Arne
Roland
Mailing lists >> pgsql-announce >> Thread
2021-04-26 01:17:46 | PostgreSQL Weekly News - April 25, 2021 (PWN via PostgreSQL Announce)
dates back to commit a96c41fe, which taught VACUUM to run without index and heap vacuuming at the user's request. The failsafe mechanism added to VACUUM more recently by commit 1e55e7d1 takes the same
Mailing lists >> pgsql-announce >> Thread
2021-04-19 16:15:06 | PostgreSQL Weekly News - April 18, 2021 (PWN via PostgreSQL Announce)
dating to the original addition of COLLATE support. The lack of field complaints suggests that there aren't a lot of user-visible consequences. We noticed the problem because it would trigger an assertion
Mailing lists >> pgsql-announce >> Thread
2021-04-12 01:09:07 | PostgreSQL Weekly News - April 11, 2021 (PWN via PostgreSQL Announce)
throwing ERROR for the same cases that AttrDefaultFetch treats as WARNING. Make the two functions more nearly alike. In passing, get rid of potentially-O(N^2) loops in equalTupleDesc by making AttrDefaultFetch sort
Mailing lists >> pgsql-announce >> Thread
2021-04-05 12:38:08 | PostgreSQL Weekly News - April 4, 2021 (PWN via PostgreSQL Announce)
date_part('epoch', timestamp[tz]) that was previously not tested. [https:///pg/commitdiff/6131ffc43ff3d2f566e93f017e56a09e4e717318](https://git.postgresql.org/pg/commitdiff/6131ffc43ff3d2f566e93f017e56a09e4e717318) - doc: Remove Cyrillic from unistr example. Not supported by PDF build right now, so let's do without it. [https:///pg/commitdiff/287d2a97c1de07486e4525c8ad06258f04bd6268](https://git.postgresql.org/pg/commitdiff/287d2a97c1de07486e4525c8ad06258f04bd6268) - Add errhint
Mailing lists >> pgsql-announce >> Thread
2021-01-25 13:30:44 | PostgreSQL Weekly News - January 24, 2021 (PWN via PostgreSQL Announce)
throw an error. However, that's a bit inconvenient. Further study has revealed that there are realistic cases where it might not be possible to absorb a ProcSignalBarrier without terminating the transaction, or even
Mailing lists >> pgsql-announce >> Thread
2020-11-30 08:44:02 | PostgreSQL Weekly News - November 29, 2020 (PWN via PostgreSQL Announce)
throw warnings when this is not done. Oversight in c532d15dd. [https:///pg/commitdiff/ec05bafdbbf474bf0a1416772da31f9f1f27fa1e](https://git.postgresql.org/pg/commitdiff/ec05bafdbbf474bf0a1416772da31f9f1f27fa1e) - Avoid spamming the client with multiple ParameterStatus messages. Up to now, we sent a ParameterStatus message to the client immediately upon any change
Mailing lists >> pgsql-announce >> Thread
2020-11-09 13:31:16 | PostgreSQL Weekly News - November 8, 2020 (PWN via PostgreSQL Announce)
date\_part() will continue to have the old semantics. To implement this, invent a new CoercionForm value COERCE\_SQL\_SYNTAX, and make the parser insert that rather than COERCE\_EXPLICIT\_CALL when the input
Mailing lists >> pgsql-announce >> Thread
2020-11-02 06:14:07 | PostgreSQL Weekly News - November 1, 2020 (PWN via PostgreSQL Announce)
date: it had not been rethought when we invented connstrings, nor when we invented the -reuse-previous option. Replace it with a check that throws