validly - Search results in mailing lists

2025-06-06 10:00:05 | Proposal: Global Index for PostgreSQL (Dilip Kumar)

valid or we should not scan for example if the same partition detaches and reattaches

2025-06-06 03:38:36 | CREATE DATABASE command for non-libc providers (Jeff Davis)

valid locale name for LC_COLLATE and LC_CTYPE, even though those have little or no effect

2025-06-05 04:08:35 | psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM (Yugo Nagata)

valid syntax options. I'd like to propose improving the tab completion behavior as described

2025-06-04 21:46:21 | Re: Add --system-identifier / -s option to pg_resetwal (Nikolay Samokhvalov)

negative numbers) -- decided to accept negative input values (they wrap to valid positive uint64) Nik

2025-06-02 08:24:44 | SQL:2011 Application Time Update & Delete (Paul Jungwirth)

valid_at of [2000-01-01,2020-01-01) and the user's query is UPDATE

2025-06-01 19:58:05 | [PATCH] Support for basic ALTER TABLE progress reporting. (Jiří Kavalík)

valid command configured. I ran some manual tests locally + ran regression tests and it seems

2025-05-31 15:41:36 | Re: Speedup truncations of temporary relation forks (Fujii Masao)

VALID) && + BufTagGetForkNum(&bufHdr->tag) == forkNum[j] && + bufHdr->tag.blockNum >= firstDelBlock[j]) + { + InvalidateLocalBuffer(bufHdr, true); + } It looks

2025-05-29 10:08:07 | Re: Foreign key validation failure in 18beta1 (jian he)

valid; commit; alter table fk validate constraint fk_i_fkey; --error, should fail. ----------- The attached

2025-05-28 12:09:43 | ALTER TABLE ALTER CONSTRAINT misleading error message (jian he)

valid; ERROR: FOREIGN KEY constraints cannot be marked NOT VALID LINE 1: ALTER TABLE t ALTER

2025-05-26 22:36:14 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)

Valid options for libpq. - * Allocated and filled in InitPgFdwOptions. - */ -static PQconninfoOption *libpq_options; - /* * GUC parameters

2025-05-26 05:52:25 | Custom GUCs and typos (Srinath Reddy Sadipiralla)

valid questions such as "How do you know that's a bogus prefix? It could

2025-05-24 00:29:18 | Re: [WIP]Vertical Clustered Index (columnar store extension) - take2 (Tomas Vondra)

valid = executor_start_prev(queryDesc, eflags); | ^ executor/vci_executor.c:163:28: error: void value not ignored as it ought

2025-05-23 00:46:10 | Re: [Util] Warn and Remove Invalid GUCs (David G. Johnston)

valid thing to do. Maybe it would seldom be done in the config file, and be nominally

2025-05-22 18:43:30 | Re: [Util] Warn and Remove Invalid GUCs (Shaik Mohammad Mujeeb)

valid but unregistered prefixes. In such cases, it might not be ideal to remove them

2025-05-22 17:08:10 | Re: ALTER DOMAIN ADD NOT NULL NOT VALID (Quan Zongliang)

VALID" option. The two if statements in the AlterDomainNotNull() should be adjusted. if (typTup->typnotnull