time dates - Search results in mailing lists

2025-05-08 00:18:00 | BUG #18916: alter table ... set (n_distinct=) completely ignored on partition head and/or individual partitions (PG Bug reporting form)

date)); QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Unique (cost=7645580.53..8024432.51 rows=638235 width=8) (actual time

2025-05-07 22:07:54 | Re: Different behavior between v15 and v17 using WITH CTE (marcos sicat)

date as trade_time , row_number() OVER (PARTITION BY p.execution_price ORDER BY p.msg_date

2025-04-28 16:05:28 | Re: Postgres 17.4 is much slower than Postgres 15.12 using RECURSIVE (marcos sicat)

date::timestamp::time<= ( SELECT s.msg_date::timestamp::time FROM prod_itch_s_message s WHERE

2025-04-24 09:04:59 | DSA refcnt overflow in pg_stat/could not attach to dynamic shared area (李园园)

time,t.process_rev,t.station_no,t.station_str,         t.client_code,t.is_recheck,t.check_user,to_char(t.indate,'yyyymmddhh24miss.us') as indate,s.para_info

2025-04-17 02:54:23 | Re: BUG #18897: Logical replication conflict after using pg_createsubscriber under heavy load (Zane Duffield)

time=$(date +"%Y-%m-%d_%H-%M-%S") if pg_ctl status -D "$REPLICA_DIR" > /dev/null

2025-03-10 18:11:16 | Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY (Dean Rasheed)

time the RTE has been expanded into a subquery RTE, so its type becomes RECORDOID. The executor then grumbles because it has 2 Vars with the same varno and varattno, but different vartypes. Fixing that

2025-02-22 20:47:39 | Re: BUG #18822: mailing lists reject mails due to DKIM-signature (Bruce Momjian)

Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description:In-Reply-To:References -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters

2025-02-17 07:36:12 | Bugs status tracking (VASUKI M)

Time Heuristics based on the content and tone discussed. **Any suggestions for improvements or alternate methods for identifying bug statuses are greatly appreciated. *--Maintaining the Mailing List Workflow:* This system will not serve

2024-12-12 09:40:31 | Re: TimestampTz->Text->TimestampTz casting fails with DateStyle 'Postgres' (Laurenz Albe)

date() and to_timestamp(), which shouldn't impose too much hardship if we give them enough time

2024-12-06 15:44:54 | FF3 vs MS Date/Time Template - ERROR: date/time field value out of range (Nick Davies)

date time template patterns are identical but the behaviour is different. We also support Oracle

2024-11-22 17:54:33 | Re: [BUGS] BUG #10123: Weird entries in pg_stat_activity (Maxim Orlov)

time up-to- * date. + * + * Also, don't show transaction time for backends in the "idle

2024-10-31 16:15:20 | BUG #18681: [ECPG] heap-read-out-of-bounds (PG Bug reporting form)

Date": "2024-10-31T12:09:36.204533+00:00", "Uname": "Linux d5dbeabbf3a9 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 x86_64 x86_64 GNU/Linux", "OS": "Ubuntu", "OSRelease": "22.04", "Architecture": "amd64

2024-10-31 16:09:38 | BUG #18680: [ECPG] heap-use-after-free (read) (PG Bug reporting form)

Date": "2024-10-31T12:09:38.295648+00:00", "Uname": "Linux d5dbeabbf3a9 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 x86_64 x86_64 GNU/Linux", "OS": "Ubuntu", "OSRelease": "22.04", "Architecture": "amd64

2024-10-31 02:02:57 | BUG #18679: Planner issue with bitmap scan recheck on external TOAST (PG Bug reporting form)

date >= '2024-07-01 00:00:00+00'::timestamp with time zone) AND (create_date

2024-10-09 15:26:05 | Re: BUG #18647: INSERT statements execute functions twice. (Todd Brandys)

time: CREATE TABLE party ( uuid uuid NOT NULL, date_updated timestamp(0) NOT NULL, user