Архив рассылок [pgsql-committers]
- pgsql: bufmgr: Fix ordering of checks in PinBuffer() Andres Freund
- pgsql: Fix pg_waldump/t/001_basic.pl with BSD tar on ZFS. Thomas Munro
- pgsql: Fix miscellaneous issues in EXCEPT publication clause. Amit Kapila
- pgsql: Enable test_cplusplusext with MSVC Peter Eisentraut
- pgsql: Use standard C23 and C++ attributes if available Peter Eisentraut
- pgsql: Reduce log level of some logical decoding messages from LOG to D Fujii Masao
- pgsql: Skip common prefixes during radix sort John Naylor
- pgsql: Fix two issues in fast-path FK check introduced by commit 2da86c Amit Langote
- Re: pgsql: Add fast path for foreign key constraint checks Amit Langote
- pgsql: Make FastPathMeta self-contained by copying FmgrInfo structs Amit Langote
- pgsql: aio: io_uring: Allow IO methods to check if IO completed in the Andres Freund
- pgsql: bufmgr: Return whether WaitReadBuffers() needed to wait Andres Freund
- pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart
- pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart
- pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart
- pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart
- pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart
- pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Nathan Bossart
- pgsql: Add support for extended statistics on virtual generated columns Dean Rasheed
- pgsql: Fix vicinity of tuple_insert to use uint32, not int, for options Álvaro Herrera
- pgsql: Add UPDATE/DELETE FOR PORTION OF Peter Eisentraut
- pgsql: Give an 'options' parameter to tuple_delete/_update Álvaro Herrera
- pgsql: Make ShmemIndex visible in the pg_shmem_allocations view Heikki Linnakangas
- pgsql: read_stream: Issue IO synchronously while in fast path Andres Freund
- pgsql: read_stream: Prevent distance from decaying too quickly Andres Freund
- pgsql: pg_test_timing: Reduce per-loop overhead Andres Freund
- pgsql: Fix nocachegetattr() so it again supports deforming cstrings David Rowley
- pgsql: jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro
- pgsql: jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro
- pgsql: jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro
- pgsql: jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro
- pgsql: jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro
- pgsql: jit: Stop emitting lifetime.end for LLVM 22. Thomas Munro
- pgsql: Doc: Fix oversight in commit 55cefadde8. Amit Kapila
- pgsql: Test pg_stat_statements across crash restart Heikki Linnakangas
- pgsql: jit: Change the default to off. Tomas Vondra
- pgsql: perl tap: Use croak instead of die in our helper modules Andrew Dunstan
- pgsql: perl tap: Show die reason in TAP output Andrew Dunstan
- pgsql: pg_regress: Include diffs in TAP output Andrew Dunstan
- pgsql: Use command_ok for pg_regress calls in 002_pg_upgrade and 027_st Andrew Dunstan
- pgsql: perl tap: Show failed command output Andrew Dunstan
- pgsql: Check for __cpuidex and __get_cpuid_count separately John Naylor
- pgsql: Remove redundant SetLatch() calls in interrupt handling function Fujii Masao
- pgsql: Harden astreamer tar parsing logic against archives it can't han Tom Lane
- pgsql: Harden astreamer tar parsing logic against archives it can't han Tom Lane
- pgsql: Add target_relid parameter to pg_get_publication_tables(). Masahiko Sawada
- pgsql: Rename jsonpath method arg tokens Andrew Dunstan
- pgsql: Add additional jsonpath string methods Andrew Dunstan
- pgsql: Further harden tests that might use not-so-compatible tar versio Tom Lane
- pgsql: Further harden tests that might use not-so-compatible tar versio Tom Lane
- pgsql: jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro
- pgsql: jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro
- pgsql: jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro
- pgsql: jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro
- pgsql: jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro
- pgsql: jit: No backport::SectionMemoryManager for LLVM 22. Thomas Munro
- pgsql: Optimize fast-path FK checks with batched index probes Amit Langote
- Re: pgsql: Optimize fast-path FK checks with batched index probes Amit Langote
- pgsql: Change default of max_locks_per_transactions to 128 Heikki Linnakangas
- pgsql: Make the lock hash tables fixed-sized Heikki Linnakangas
- pgsql: Remove 10% safety margin from lock manager hash table estimates Heikki Linnakangas
- pgsql: Remove bogus "safety margin" from predicate.c shmem estimates Heikki Linnakangas
- pgsql: Refactor relation_needs_vacanalyze(). Nathan Bossart
- pgsql: Online enabling and disabling of data checksums Daniel Gustafsson
- pgsql: Teach relation_needs_vacanalyze() to always compute scores. Nathan Bossart
- pgsql: Add elevel parameter to relation_needs_vacanalyze(). Nathan Bossart
- pgsql: Make data checksum tests more resilient for slow machines Daniel Gustafsson
- pgsql: oauth: Let validators provide failure DETAILs Jacob Champion
- pgsql: Allocate all parts of shmem hash table from a single contiguous Heikki Linnakangas
- pgsql: Prevent shared memory hash tables from growing beyond initial si Heikki Linnakangas
- pgsql: Remove HASH_DIRSIZE, always use the default algorithm to select Heikki Linnakangas
- pgsql: Merge init and max size options on shmem hash tables Heikki Linnakangas
- pgsql: More tar portability adjustments. Thomas Munro
- pgsql: More tar portability adjustments. Thomas Munro
- pgsql: Add missing shmem size estimate for fast-path locking struct Heikki Linnakangas
- pgsql: Use AVX2 for calculating page checksums where available John Naylor