repeated - Search results in mailing lists
Mailing lists >> pgsql-hackers >> Thread
2025-07-08 10:40:56 | Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) (Michael Paquier)
repeat('1234567890',10000),'escape')); And then use something like the following query that retrieves a small
Mailing lists >> pgsql-hackers >> Thread
2025-07-08 09:36:22 | Logical replication prefetch (Konstantin Knizhnik)
repeat('x', 1000)) with (fillfactor=10); insert into t values (generate_series(1,100000), 0); create
Mailing lists >> pgsql-hackers >> Thread
2025-07-07 17:05:59 | Panic during xlog building with big values (Maksim.Melnikov)
repeat('a', 1073741737), NULL); UPDATE big_text_test SET c2 = repeat('b', 1073741717); (gdb) bt #0 __pthread
Mailing lists >> pgsql-hackers >> Thread
2025-07-05 13:35:44 | Re: Changing shared_buffers without restart (Dmitry Dolgov)
repeat. I see, you're pointing out that it would be good to have more
Mailing lists >> pgsql-hackers >> Thread
2025-07-04 19:26:29 | Re: [PATCH] Allow parallelism for plpgsql return expression after commit 556f7b7 (Tom Lane)
repeat that I don't think "allow an initplan to run in parallel even if the outer
Mailing lists >> pgsql-hackers >> Thread
2025-07-04 14:05:05 | Re: Adding basic NUMA awareness (Jakub Wartak)
repeated the the same test (identical conditions) with my patch, got me slightly
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (4)
2025-07-02 20:59:17 | Re: Cross-type index comparison support in contrib/btree_gin (Tom Lane)
repeat detoastings within the comparison function. + */ if (is_varlena) datum = PointerGetDatum(PG_DETOAST_DATUM(datum
Mailing lists >> pgsql-hackers >> Thread
2025-07-02 14:33:09 | Re: Explicitly enable meson features in CI (Peter Eisentraut)
refactor this, such as the -DPG_TEST_EXTRA option that is repeated everywhere.)
Mailing lists >> pgsql-hackers >> Thread
2025-06-30 15:11:30 | RE: pg_logical_slot_get_changes waits continously for a partial WAL record spanning across (Hayato Kuroda (Fujitsu))
select pg_logical_emit_message(false, '', repeat('123456789', 1000))}); ``` Best regards, Hayato Kuroda FUJITSU LIMITED
Mailing lists >> pgsql-hackers >> Thread
2025-06-30 13:13:45 | Report replica identity in pg_publication_tables (Ashutosh Bapat)
repeat it here. When debugging issues with logical replication, replica identity property of tables in publication
Mailing lists >> pgsql-hackers >> Thread
2025-06-26 10:36:18 | Re: Extend COPY FROM with HEADER to skip multiple lines (Fujii Masao)
repeating the same code like "option.match = false" in every case, how about initializing
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-06-26 06:36:10 | Re: Skipping schema changes in publication (Peter Smith)
repeat the strcmp? ~~~ 21. - if (strcmp(prexcept, "t") == 0) + if (strcmp(prexcept, "t") == 0 && PQgetisnull
Mailing lists >> pgsql-hackers >> Thread
2025-06-24 20:45:15 | Re: queryId constant squashing does not support prepared statements (Álvaro Herrera)
repeated layers of casts are likely very unusual), so I think it's okay
Mailing lists >> pgsql-hackers >> Thread
2025-06-23 23:25:16 | eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) (Melanie Plageman)
repeat('1', 400)::numeric, repeat('2', 400)::numeric from generate_series(1,40000)i; -- don't make
Mailing lists >> pgsql-hackers >> Thread
2025-06-15 08:11:24 | Timeline switching with partial WAL records can break replica recovery (D Laaren)
Repeat indefinitely for the incomplete record on timeline N+1. I hope this illustration helps