cores - Search results in mailing lists

2025-06-17 16:48:24 | pgsql: amcheck: Fix parent key check in gin_index_check() (Tomas Vondra)

core GIN code. Issues reported by Arseniy Mukhin, along with a proposed patch. Review by Andrey

2025-04-24 03:21:30 | pgsql: Add sanity check for dshash entries when reading pgstats file (Michael Paquier)

core dump at startup when running pgstat_read_statsfile(), in the case where the information

2025-04-23 19:03:09 | pgsql: Change the names generated for child foreign key constraints. (Tom Lane)

core of the problem here is that we're infringing on user namespace, so I doubt

2025-04-12 19:28:14 | pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input. (Tom Lane)

core GIN opclasses, since they all supply their own triConsistentFns. It does affect contrib modules

2025-04-12 19:28:14 | pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input. (Tom Lane)

core GIN opclasses, since they all supply their own triConsistentFns. It does affect contrib modules

2025-04-12 19:28:14 | pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input. (Tom Lane)

core GIN opclasses, since they all supply their own triConsistentFns. It does affect contrib modules

2025-04-12 19:28:14 | pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input. (Tom Lane)

core GIN opclasses, since they all supply their own triConsistentFns. It does affect contrib modules

2025-04-12 19:28:14 | pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input. (Tom Lane)

core GIN opclasses, since they all supply their own triConsistentFns. It does affect contrib modules

2025-04-12 19:28:14 | pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input. (Tom Lane)

core GIN opclasses, since they all supply their own triConsistentFns. It does affect contrib modules

2025-04-09 02:12:22 | pgsql: Move contrib/spi testing from core regression tests to contrib/s (Tom Lane)

core regression tests to contrib/spi. It's weird to have the core regression tests depending

2025-04-04 19:28:54 | pgsql: Add nbtree skip scan optimization. (Peter Geoghegan)

core B-Tree operator classes on most discrete types generate their array elements with the help

2025-03-26 21:01:38 | pgsql: pg_overexplain: Additional EXPLAIN options for debugging. (Robert Haas)

core EXPLAIN facility. A great deal more could be done here, and the specific choices

2025-03-24 07:25:27 | pgsql: Allow plugins to set a 64-bit plan identifier in PlannedStmt (Michael Paquier)

core and follows the same pattern as the query identifier added in 4f0b0966c8. The contents

2025-03-18 02:23:42 | pgsql: aio: Add core asynchronous I/O infrastructure (Andres Freund)

core asynchronous I/O infrastructure The main motivations to use AIO in PostgreSQL are: a) Reduce

2025-03-08 23:29:30 | pgsql: doc: Adjust note about pg_upgrade's --jobs option. (Nathan Bossart)

cores. Reported-by: Magnus Hagander Reviewed-by: Daniel Gustafsson Reviewed-by: Magnus Hagander