pgsql-committers
Thread
Date
Earlier messages
Messages by Date
2026/04/03
pgsql: More tar portability adjustments.
Thomas Munro
2026/04/03
pgsql: More tar portability adjustments.
Thomas Munro
2026/04/03
pgsql: Remove HASH_DIRSIZE, always use the default algorithm to select
Heikki Linnakangas
2026/04/03
pgsql: Merge init and max size options on shmem hash tables
Heikki Linnakangas
2026/04/03
pgsql: Prevent shared memory hash tables from growing beyond initial si
Heikki Linnakangas
2026/04/03
pgsql: Allocate all parts of shmem hash table from a single contiguous
Heikki Linnakangas
2026/04/03
pgsql: oauth: Let validators provide failure DETAILs
Jacob Champion
2026/04/03
pgsql: Online enabling and disabling of data checksums
Daniel Gustafsson
2026/04/03
pgsql: Make data checksum tests more resilient for slow machines
Daniel Gustafsson
2026/04/03
pgsql: Add elevel parameter to relation_needs_vacanalyze().
Nathan Bossart
2026/04/03
pgsql: Teach relation_needs_vacanalyze() to always compute scores.
Nathan Bossart
2026/04/03
pgsql: Refactor relation_needs_vacanalyze().
Nathan Bossart
2026/04/03
pgsql: Remove bogus "safety margin" from predicate.c shmem estimates
Heikki Linnakangas
2026/04/03
pgsql: Change default of max_locks_per_transactions to 128
Heikki Linnakangas
2026/04/03
pgsql: Make the lock hash tables fixed-sized
Heikki Linnakangas
2026/04/03
pgsql: Remove 10% safety margin from lock manager hash table estimates
Heikki Linnakangas
2026/04/02
Re: pgsql: Optimize fast-path FK checks with batched index probes
Amit Langote
2026/04/02
pgsql: Optimize fast-path FK checks with batched index probes
Amit Langote
2026/04/02
pgsql: jit: No backport::SectionMemoryManager for LLVM 22.
Thomas Munro
2026/04/02
pgsql: jit: No backport::SectionMemoryManager for LLVM 22.
Thomas Munro
2026/04/02
pgsql: jit: No backport::SectionMemoryManager for LLVM 22.
Thomas Munro
2026/04/02
pgsql: jit: No backport::SectionMemoryManager for LLVM 22.
Thomas Munro
2026/04/02
pgsql: jit: No backport::SectionMemoryManager for LLVM 22.
Thomas Munro
2026/04/02
pgsql: jit: No backport::SectionMemoryManager for LLVM 22.
Thomas Munro
2026/04/02
pgsql: Further harden tests that might use not-so-compatible tar versio
Tom Lane
2026/04/02
pgsql: Further harden tests that might use not-so-compatible tar versio
Tom Lane
2026/04/02
pgsql: Add additional jsonpath string methods
Andrew Dunstan
2026/04/02
pgsql: Rename jsonpath method arg tokens
Andrew Dunstan
2026/04/02
pgsql: Add target_relid parameter to pg_get_publication_tables().
Masahiko Sawada
2026/04/02
pgsql: Harden astreamer tar parsing logic against archives it can't han
Tom Lane
2026/04/02
pgsql: Harden astreamer tar parsing logic against archives it can't han
Tom Lane
2026/04/02
pgsql: Remove redundant SetLatch() calls in interrupt handling function
Fujii Masao
2026/04/02
pgsql: Check for __cpuidex and __get_cpuid_count separately
John Naylor
2026/04/02
pgsql: Use command_ok for pg_regress calls in 002_pg_upgrade and 027_st
Andrew Dunstan
2026/04/02
pgsql: perl tap: Show die reason in TAP output
Andrew Dunstan
2026/04/02
pgsql: perl tap: Use croak instead of die in our helper modules
Andrew Dunstan
2026/04/02
pgsql: pg_regress: Include diffs in TAP output
Andrew Dunstan
2026/04/02
pgsql: perl tap: Show failed command output
Andrew Dunstan
2026/04/02
pgsql: jit: Change the default to off.
Tomas Vondra
2026/04/02
pgsql: Test pg_stat_statements across crash restart
Heikki Linnakangas
2026/04/01
pgsql: Doc: Fix oversight in commit 55cefadde8.
Amit Kapila
2026/04/01
pgsql: jit: Stop emitting lifetime.end for LLVM 22.
Thomas Munro
2026/04/01
pgsql: jit: Stop emitting lifetime.end for LLVM 22.
Thomas Munro
2026/04/01
pgsql: jit: Stop emitting lifetime.end for LLVM 22.
Thomas Munro
2026/04/01
pgsql: jit: Stop emitting lifetime.end for LLVM 22.
Thomas Munro
2026/04/01
pgsql: jit: Stop emitting lifetime.end for LLVM 22.
Thomas Munro
2026/04/01
pgsql: jit: Stop emitting lifetime.end for LLVM 22.
Thomas Munro
2026/04/01
pgsql: Fix nocachegetattr() so it again supports deforming cstrings
David Rowley
2026/04/01
pgsql: pg_test_timing: Reduce per-loop overhead
Andres Freund
2026/04/01
pgsql: read_stream: Prevent distance from decaying too quickly
Andres Freund
2026/04/01
pgsql: read_stream: Issue IO synchronously while in fast path
Andres Freund
2026/04/01
pgsql: Make ShmemIndex visible in the pg_shmem_allocations view
Heikki Linnakangas
2026/04/01
pgsql: Give an 'options' parameter to tuple_delete/_update
Álvaro Herrera
2026/04/01
pgsql: Add UPDATE/DELETE FOR PORTION OF
Peter Eisentraut
2026/04/01
pgsql: Fix vicinity of tuple_insert to use uint32, not int, for options
Álvaro Herrera
2026/04/01
pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.
Nathan Bossart
2026/04/01
pgsql: Add support for extended statistics on virtual generated columns
Dean Rasheed
2026/04/01
pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.
Nathan Bossart
2026/04/01
pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.
Nathan Bossart
2026/04/01
pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.
Nathan Bossart
2026/04/01
pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.
Nathan Bossart
2026/04/01
pgsql: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.
Nathan Bossart
2026/04/01
pgsql: bufmgr: Return whether WaitReadBuffers() needed to wait
Andres Freund
2026/04/01
pgsql: aio: io_uring: Allow IO methods to check if IO completed in the
Andres Freund
2026/04/01
pgsql: Make FastPathMeta self-contained by copying FmgrInfo structs
Amit Langote
2026/04/01
Re: pgsql: Add fast path for foreign key constraint checks
Amit Langote
2026/04/01
pgsql: Fix two issues in fast-path FK check introduced by commit 2da86c
Amit Langote
2026/04/01
pgsql: Skip common prefixes during radix sort
John Naylor
2026/03/31
pgsql: Reduce log level of some logical decoding messages from LOG to D
Fujii Masao
2026/03/31
pgsql: Use standard C23 and C++ attributes if available
Peter Eisentraut
2026/03/31
pgsql: Enable test_cplusplusext with MSVC
Peter Eisentraut
2026/03/31
pgsql: Fix miscellaneous issues in EXCEPT publication clause.
Amit Kapila
2026/03/31
pgsql: Fix pg_waldump/t/001_basic.pl with BSD tar on ZFS.
Thomas Munro
2026/03/31
pgsql: bufmgr: Fix ordering of checks in PinBuffer()
Andres Freund
2026/03/31
pgsql: Add FATAL_CLIENT_ONLY to ereport/elog
Jacob Champion
2026/03/31
pgsql: libpq: Poison the v2 part of a v1 Bearer request
Jacob Champion
2026/03/31
pgsql: libpq: Allow developers to reimplement libpq-oauth
Jacob Champion
2026/03/31
pgsql: Doc: warn that parallel pg_restore may fail if --no-schema was u
Tom Lane
2026/03/31
pgsql: Fix test_aio read_buffers() to work without cassert
Melanie Plageman
2026/03/31
pgsql: oauth: Don't log discovery connections by default
Jacob Champion
2026/03/31
pgsql: sasl: Allow backend mechanisms to "abandon" exchanges
Jacob Champion
2026/03/31
pgsql: Avoid including vacuum.h in tableam.h and heapam.h.
Nathan Bossart
2026/03/31
pgsql: Doc: remove bogus claim that tsvectors can have up to 2^64 entri
Tom Lane
2026/03/31
pgsql: Doc: improve explanation of GiST compress/decompress methods.
Tom Lane
2026/03/31
pgsql: Remove HASH_SEGMENT option
Heikki Linnakangas
2026/03/31
pgsql: Change the signature of dynahash's alloc function
Heikki Linnakangas
2026/03/31
Re: pgsql: Add fast path for foreign key constraint checks
Amit Langote
2026/03/31
pgsql: Fix cross variable references in graph pattern causing segfault
Peter Eisentraut
2026/03/31
pgsql: Property references are preferred over regular column references
Peter Eisentraut
2026/03/31
Re: pgsql: Add fast path for foreign key constraint checks
Amit Langote
2026/03/31
pgsql: Fix use-after-free in ri_LoadConstraintInfo
Amit Langote
2026/03/31
pgsql: Formalize WAL record for XLOG_CHECKPOINT_REDO
Daniel Gustafsson
2026/03/31
Re: pgsql: Add fast path for foreign key constraint checks
Amit Langote
2026/03/30
pgsql: meson: Make room for C++-only warning flags for MSVC
Peter Eisentraut
2026/03/30
pgsql: Disable some C++ warnings in MSVC
Peter Eisentraut
2026/03/30
Re: pgsql: Change syntax of EXCEPT TABLE clause in publication commands.
Pavel Stehule
2026/03/30
Re: pgsql: Change syntax of EXCEPT TABLE clause in publication commands.
Amit Kapila
2026/03/30
Re: pgsql: Change syntax of EXCEPT TABLE clause in publication commands.
shveta malik
2026/03/30
pgsql: Add fast path for foreign key constraint checks
Amit Langote
2026/03/30
Re: pgsql: Change syntax of EXCEPT TABLE clause in publication commands.
Pavel Stehule
2026/03/30
pgsql: Change syntax of EXCEPT TABLE clause in publication commands.
Amit Kapila
2026/03/30
pgsql: Doc: update ddl.sgml's description of cmin and cmax.
Tom Lane
2026/03/30
pgsql: Add warning option -Wold-style-declaration
Peter Eisentraut
2026/03/30
pgsql: Set pd_prune_xid on insert
Melanie Plageman
2026/03/30
pgsql: libpq: Add oauth_ca_file option to change CAs without debugging
Jacob Champion
2026/03/30
pgsql: Use ShmemInitStruct to allocate shmem for semaphores
Heikki Linnakangas
2026/03/30
pgsql: Remove bits* typedefs.
Nathan Bossart
2026/03/30
pgsql: Allow on-access pruning to set pages all-visible
Melanie Plageman
2026/03/30
pgsql: Add commit 874da8b1f6 to .git-blame-ignore-revs.
Nathan Bossart
2026/03/30
pgsql: configure: Apply -Werror=vla to C++ as well as C
Peter Eisentraut
2026/03/30
pgsql: Be more careful to preserve consistency of a tuplestore.
Tom Lane
2026/03/30
pgsql: Be more careful to preserve consistency of a tuplestore.
Tom Lane
2026/03/30
pgsql: Be more careful to preserve consistency of a tuplestore.
Tom Lane
2026/03/30
pgsql: Be more careful to preserve consistency of a tuplestore.
Tom Lane
2026/03/30
pgsql: Be more careful to preserve consistency of a tuplestore.
Tom Lane
2026/03/30
pgsql: Be more careful to preserve consistency of a tuplestore.
Tom Lane
2026/03/30
pgsql: Invent a variant of getopt(3) that is thread-safe
Heikki Linnakangas
2026/03/30
pgsql: Fix latent bug in get_stats_option_name()
Heikki Linnakangas
2026/03/30
pgsql: Replace getopt() with our re-entrant variant in the backend
Heikki Linnakangas
2026/03/30
pgsql: Pass down information on table modification to scan nodes
Melanie Plageman
2026/03/30
pgsql: Don't use bits32 in table AM interface
Álvaro Herrera
2026/03/30
pgsql: Thread flags through begin-scan APIs
Melanie Plageman
2026/03/30
pgsql: Detect pfree or repalloc of a previously-freed memory chunk.
Tom Lane
2026/03/30
pgsql: Detect pfree or repalloc of a previously-freed memory chunk.
Tom Lane
2026/03/30
pgsql: Detect pfree or repalloc of a previously-freed memory chunk.
Tom Lane
2026/03/30
pgsql: Detect pfree or repalloc of a previously-freed memory chunk.
Tom Lane
2026/03/30
pgsql: Fix outdated comment on MainLWLockArray
Heikki Linnakangas
2026/03/30
pgsql: pg_plan_advice: Avoid assertion failure with partitionwise aggre
Robert Haas
2026/03/30
pgsql: Remove PlannedStmt->resultRelations in favor of resultRelationRe
Melanie Plageman
2026/03/30
pgsql: Make it cheap to check if a relation is modified by a query
Melanie Plageman
2026/03/30
pgsql: Have table_insert and siblings use an unsigned type for options
Álvaro Herrera
2026/03/30
pgsql: headerscheck: Avoid mutual inclusion of pg_config.h and c.h
Peter Eisentraut
2026/03/30
pgsql: Make cast functions to type money error safe
Peter Eisentraut
2026/03/30
pgsql: Remove extraneous PGDLLIMPORT
John Naylor
2026/03/30
Re: pgsql: Move gramparse.h to src/backend/parser
Anton A. Melnikov
2026/03/30
pgsql: Fix accidentally casting away const
Peter Eisentraut
2026/03/30
pgsql: Make cast function from circle to polygon error safe
Peter Eisentraut
2026/03/29
pgsql: Fix FK triggers losing DEFERRABLE/INITIALLY DEFERRED when marked
Fujii Masao
2026/03/29
pgsql: Fix FK triggers losing DEFERRABLE/INITIALLY DEFERRED when marked
Fujii Masao
2026/03/29
Re: pgsql: Move gramparse.h to src/backend/parser
John Naylor
2026/03/29
pgsql: Fix datum_image_*()'s inability to detect sign-extension variati
David Rowley
2026/03/29
pgsql: Fix datum_image_*()'s inability to detect sign-extension variati
David Rowley
2026/03/29
pgsql: Fix datum_image_*()'s inability to detect sign-extension variati
David Rowley
2026/03/29
pgsql: Fix datum_image_*()'s inability to detect sign-extension variati
David Rowley
2026/03/29
pgsql: Fix datum_image_*()'s inability to detect sign-extension variati
David Rowley
2026/03/29
pgsql: Fix datum_image_*()'s inability to detect sign-extension variati
David Rowley
2026/03/29
pgsql: psql: Make \d+ inheritance tables list formatting consistent wit
Fujii Masao
2026/03/29
pgsql: psql: Make \d+ partition list formatting consistent with other o
Fujii Masao
2026/03/29
Re: pgsql: Doc: add information about partition locking
Amit Langote
2026/03/29
pgsql: Doc: fix stale text about partition locking with cached plans
Amit Langote
2026/03/29
pgsql: Doc: fix stale text about partition locking with cached plans
Amit Langote
2026/03/29
Re: pgsql: Move gramparse.h to src/backend/parser
Anton A. Melnikov
2026/03/29
pgsql: Add comment explaining fire_triggers=false in ri_PerformCheck()
Amit Langote
2026/03/29
pgsql: Make geometry cast functions error safe
Peter Eisentraut
2026/03/29
pgsql: Doc: document more incompatible pg_restore option pairs.
Tom Lane
2026/03/29
pgsql: Doc: clarify introductory description of pg_dumpall.
Tom Lane
2026/03/29
pgsql: Fix multiple bugs in astreamer pipeline code.
Andrew Dunstan
2026/03/29
pgsql: Fix multiple bugs in astreamer pipeline code.
Andrew Dunstan
2026/03/29
pgsql: Fix multiple bugs in astreamer pipeline code.
Andrew Dunstan
2026/03/29
pgsql: Fix multiple bugs in astreamer pipeline code.
Andrew Dunstan
2026/03/29
pgsql: Fix multiple bugs in astreamer pipeline code.
Andrew Dunstan
2026/03/29
pgsql: Sort InternalBGWorkers list alphabetically
Álvaro Herrera
2026/03/28
pgsql: Make cast functions from jsonb error safe
Peter Eisentraut
2026/03/27
pgsql: aio: Don't wait for already in-progress IO
Andres Freund
2026/03/27
pgsql: bufmgr: Improve StartBufferIO interface
Andres Freund
2026/03/27
pgsql: Fix RequestNamedLWLockTranche in single-user mode
Heikki Linnakangas
2026/03/27
pgsql: test_aio: Add read_stream test infrastructure & tests
Andres Freund
2026/03/27
pgsql: test_aio: Add basic tests for StartReadBuffers()
Andres Freund
2026/03/27
pgsql: Doc: split functions-posix-regexp section into multiple subsecti
Tom Lane
2026/03/27
pgsql: bufmgr: Don't copy pages while writing out
Andres Freund
2026/03/27
pgsql: Use UnlockReleaseBuffer() in more places
Andres Freund
2026/03/27
pgsql: bufmgr: Make UnlockReleaseBuffer() more efficient
Andres Freund
2026/03/27
pgsql: pgindent: ensure all C files end with a newline.
Tom Lane
2026/03/27
pgsql: doc: Clarify collation requirements for base32hex sortability.
Masahiko Sawada
2026/03/27
pgsql: Add rudimentary table prioritization to autovacuum.
Nathan Bossart
2026/03/27
pgsql: Align tests for stored and virtual generated columns
Peter Eisentraut
2026/03/27
pgsql: pgindent: Always clean up .BAK files from pg_bsd_indent
Peter Eisentraut
2026/03/27
pgsql: pgindent: Clean up temp files created by File::Temp on SIGINT
Peter Eisentraut
2026/03/27
pgsql: Refactor PredicateLockShmemInit to not reuse var for different t
Heikki Linnakangas
2026/03/27
pgsql: Avoid memory leak on error while parsing pg_stat_statements dump
Heikki Linnakangas
2026/03/27
pgsql: Avoid memory leak on error while parsing pg_stat_statements dump
Heikki Linnakangas
2026/03/27
pgsql: Avoid memory leak on error while parsing pg_stat_statements dump
Heikki Linnakangas
2026/03/27
pgsql: Avoid memory leak on error while parsing pg_stat_statements dump
Heikki Linnakangas
2026/03/27
pgsql: Avoid memory leak on error while parsing pg_stat_statements dump
Heikki Linnakangas
2026/03/27
pgsql: Avoid memory leak on error while parsing pg_stat_statements dump
Heikki Linnakangas
2026/03/27
pgsql: Add a graph pattern variable only once
Peter Eisentraut
2026/03/27
pgsql: Minor comment fixes to yesterday's LWLock tranche refactoring
Heikki Linnakangas
2026/03/27
pgsql: Reject consecutive element patterns of same kind
Peter Eisentraut
2026/03/27
pgsql: Enable warning like -Wstrict-prototypes on MSVC as well
Peter Eisentraut
2026/03/27
Re: pgsql: Doc: add information about partition locking
Amit Langote
2026/03/27
Re: pgsql: Doc: add information about partition locking
Amit Langote
2026/03/26
pgsql: pg_plan_advice: pgindent
Robert Haas
2026/03/26
pgsql: Use ShmemInitStruct to allocate lwlock.c's shared memory
Heikki Linnakangas
2026/03/26
pgsql: pg_plan_advice: Invent DO_NOT_SCAN(relation_identifier).
Robert Haas
2026/03/26
pgsql: Doc: declutter CREATE TABLE synopsis.
Tom Lane
2026/03/26
pgsql: Use a separate spinlock to protect LWLockTranches
Heikki Linnakangas
2026/03/26
pgsql: Move ShmemIndexLock into ShmemAllocator
Heikki Linnakangas
2026/03/26
pgsql: Refactor how user-defined LWLock tranches are stored in shmem
Heikki Linnakangas
2026/03/26
pgsql: Rename MAX_NAMED_TRANCHES to MAX_USER_DEFINED_TRANCHES
Heikki Linnakangas
2026/03/26
pgsql: Add an alternative_plan_name field to PlannerInfo.
Robert Haas
Earlier messages