pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/04/07
pgsql: Add isolation tests for UPDATE/DELETE FOR PORTION OF
Peter Eisentraut
2026/04/07
pgsql: Fix valgrind failure
Álvaro Herrera
2026/04/07
pgsql: Use .h for the file containing the page checksum code fragment
John Naylor
2026/04/06
pgsql: Simplify SortSupport for the macaddr data type
John Naylor
2026/04/06
pgsql: Mark JumbleState as a const in the post_parse_analyze hook
Michael Paquier
2026/04/06
pgsql: Split CREATE STATISTICS error reasons out into errdetails
John Naylor
2026/04/06
pgsql: Fix injection point detach timing problem in TAP test for lock s
Michael Paquier
2026/04/06
pgsql: Fix shmem allocation of fixed-sized custom stats kind
Michael Paquier
2026/04/06
pgsql: Fix shmem allocation of fixed-sized custom stats kind
Michael Paquier
2026/04/06
pgsql: Fix deferred FK check batching introduced by commit b7b27eb41a5
Amit Langote
2026/04/06
pgsql: Fix shared memory size of template code for custom fixed-sized p
Michael Paquier
2026/04/06
pgsql: Fix shared memory size of template code for custom fixed-sized p
Michael Paquier
2026/04/06
pgsql: Allocate separate DSM chunk for parallel Index[Only]Scan instrum
Melanie Plageman
2026/04/06
pgsql: Assert no duplicate keys in shm_toc_insert()
Melanie Plageman
2026/04/06
pgsql: Add pg_stat_autovacuum_scores system view.
Nathan Bossart
2026/04/06
pgsql: Use PG_DATA_CHECKSUM_OFF instead of hardcoded value
Daniel Gustafsson
2026/04/06
pgsql: Add CONCURRENTLY option to REPACK
Álvaro Herrera
2026/04/06
pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Alexander Korotkov
2026/04/06
pgsql: Document that WAIT FOR may be interrupted by recovery conflicts
Alexander Korotkov
2026/04/06
pgsql: Avoid syscache lookup while building a WAIT FOR tuple descriptor
Alexander Korotkov
2026/04/06
pgsql: Remove recheck_relation_needs_vacanalyze().
Nathan Bossart
2026/04/06
pgsql: auto_explain: Add new GUC, auto_explain.log_extension_options.
Robert Haas
2026/04/06
pgsql: Don't try to re-order the subcommands of CREATE SCHEMA.
Tom Lane
2026/04/06
pgsql: Support more object types within CREATE SCHEMA.
Tom Lane
2026/04/06
pgsql: Execute foreign key constraints in CREATE SCHEMA at the end.
Tom Lane
2026/04/06
pgsql: Allow autovacuum to use parallel vacuum workers.
Masahiko Sawada
2026/04/06
pgsql: Avoid unsafe access to negative index in a TupleDesc.
Tom Lane
2026/04/06
pgsql: Avoid unsafe access to negative index in a TupleDesc.
Tom Lane
2026/04/06
pgsql: Avoid unsafe access to negative index in a TupleDesc.
Tom Lane
2026/04/06
pgsql: Avoid unsafe access to negative index in a TupleDesc.
Tom Lane
2026/04/06
pgsql: Avoid unsafe access to negative index in a TupleDesc.
Tom Lane
2026/04/06
pgsql: Rename cluster.c to repack.c (and corresponding .h)
Álvaro Herrera
2026/04/06
pgsql: Disallow system columns in COPY FROM WHERE conditions.
Tom Lane
2026/04/06
pgsql: Add missing .gitignore files.
Tom Lane
2026/04/06
pgsql: Fix null-bitmap combining in array_agg_array_combine().
Tom Lane
2026/04/06
pgsql: Fix null-bitmap combining in array_agg_array_combine().
Tom Lane
2026/04/06
pgsql: Fix null-bitmap combining in array_agg_array_combine().
Tom Lane
2026/04/06
pgsql: Fix null-bitmap combining in array_agg_array_combine().
Tom Lane
2026/04/06
pgsql: Add a guc_check_handler to the EXPLAIN extension mechanism.
Robert Haas
2026/04/06
pgsql: Remove autoanalyze corner case.
Nathan Bossart
2026/04/06
pgsql: Expose helper functions scan_quoted_identifier and scan_identifi
Robert Haas
2026/04/06
Re: pgsql: Online enabling and disabling of data checksums
Daniel Gustafsson
2026/04/06
pgsql: Add TAP tests for log_lock_waits
Fujii Masao
2026/04/06
Re: pgsql: Online enabling and disabling of data checksums
Aleksander Alekseev
2026/04/06
pgsql: Release postmaster working memory context in slotsync worker
Fujii Masao
2026/04/06
pgsql: Fix memory leaks introduced by commit 283e823f9dcb
Heikki Linnakangas
2026/04/06
pgsql: Fix compilation without injection points with some compilers
Heikki Linnakangas
2026/04/06
Re: pgsql: Introduce a new mechanism for registering shared memory areas
Heikki Linnakangas
2026/04/06
Re: pgsql: Convert all remaining subsystems to use the new shmem allocation
Heikki Linnakangas
2026/04/06
pgsql: Add pg_stash_advice contrib module.
Robert Haas
2026/04/06
Re: pgsql: Introduce a new mechanism for registering shared memory areas
Aleksander Alekseev
2026/04/05
Re: pgsql: Convert all remaining subsystems to use the new shmem allocation
Michael Paquier
2026/04/05
pgsql: Use single LWLock for lock statistics in pgstats
Michael Paquier
2026/04/05
pgsql: Improve more stability of worker_spi termination test
Michael Paquier
2026/04/05
pgsql: Simplify redundant current_database() subqueries in stats.sql re
Fujii Masao
2026/04/05
pgsql: Fix collation handling for grouping keys in eager aggregation
Richard Guo
2026/04/05
pgsql: Fix volatile function evaluation in eager aggregation
Richard Guo
2026/04/05
pgsql: Add wal_sender_shutdown_timeout GUC to limit shutdown wait for r
Fujii Masao
2026/04/05
pgsql: Fix unportable use of __builtin_constant_p
John Naylor
2026/04/05
pgsql: Handle checksumworker startup wait race
Daniel Gustafsson
2026/04/05
pgsql: Test stabilization for online checksums
Daniel Gustafsson
2026/04/05
pgsql: Add tests for lock statistics, take two
Michael Paquier
2026/04/05
pgsql: Move some code from shmem.c and shmem.h
Heikki Linnakangas
2026/04/05
pgsql: instrumentation: Separate per-node logic from other uses
Andres Freund
2026/04/05
pgsql: Add a test module to test after-startup shmem allocations
Heikki Linnakangas
2026/04/05
pgsql: Introduce a registry of built-in shmem subsystems
Heikki Linnakangas
2026/04/05
pgsql: Convert SLRUs to use the new shmem allocation functions
Heikki Linnakangas
2026/04/05
pgsql: Convert pg_stat_statements to use the new shmem allocation funct
Heikki Linnakangas
2026/04/05
pgsql: Convert lwlock.c to use the new shmem allocation functions
Heikki Linnakangas
2026/04/05
pgsql: Refactor shmem initialization code in predicate.c
Heikki Linnakangas
2026/04/05
pgsql: Convert all remaining subsystems to use the new shmem allocation
Heikki Linnakangas
2026/04/05
pgsql: Add alignment option to ShmemRequestStruct()
Heikki Linnakangas
2026/04/05
pgsql: Convert AIO to use the new shmem allocation functions
Heikki Linnakangas
2026/04/05
pgsql: Convert buffer manager to use the new shmem allocation functions
Heikki Linnakangas
2026/04/05
pgsql: Introduce a new mechanism for registering shared memory areas
Heikki Linnakangas
2026/04/05
pgsql: Use the new shmem allocation functions in a few core subsystems
Heikki Linnakangas
2026/04/05
pgsql: instrumentation: Separate trigger logic from other uses
Andres Freund
2026/04/05
pgsql: Fixups for a4f774cf1c7
Andres Freund
2026/04/05
pgsql: Add tid_block() and tid_offset() accessor functions
Andres Freund
2026/04/05
pgsql: Check that the tranche name is unique in RequestNamedLWLockTranc
Heikki Linnakangas
2026/04/05
pgsql: Improve test_lwlock_tranches
Heikki Linnakangas
2026/04/05
pgsql: Add pg_get_database_ddl() function
Andrew Dunstan
2026/04/05
pgsql: Add pg_get_role_ddl() function
Andrew Dunstan
2026/04/05
pgsql: Add infrastructure for pg_get_*_ddl functions
Andrew Dunstan
2026/04/05
pgsql: Add pg_get_tablespace_ddl() function
Andrew Dunstan
2026/04/05
pgsql: Allow index_create to suppress index_build progress reporting
Álvaro Herrera
2026/04/05
pgsql: postgres_fdw: Inherit the local transaction's access/deferrable
Etsuro Fujita
2026/04/04
pgsql: aio: Simplify pgaio_worker_submit().
Thomas Munro
2026/04/04
pgsql: read_stream: Only increase read-ahead distance when waiting for
Andres Freund
2026/04/04
pgsql: read stream: Split decision about look ahead for AIO and combini
Andres Freund
2026/04/04
pgsql: aio: io_uring: Trigger async processing for large IOs
Andres Freund
2026/04/04
pgsql: read_stream: Move logic about IO combining & issuing to helpers
Andres Freund
2026/04/04
pgsql: Fix unused function warning on Arm platforms
John Naylor
2026/04/04
pgsql: Use AVX2 for calculating page checksums where available
John Naylor
2026/04/04
pgsql: Modernize struct declarations in snapbuild.h
Álvaro Herrera
2026/04/04
pgsql: Make index_concurrently_create_copy more general
Álvaro Herrera
2026/04/04
pgsql: heapam: Keep buffer pins across index scan resets.
Peter Geoghegan
2026/04/04
pgsql: Remove unnecessary #include "spin.h" from shmem.h
Heikki Linnakangas
2026/04/04
pgsql: Rename heapam_index_fetch_tuple argument for clarity.
Peter Geoghegan
2026/04/04
pgsql: heapam: Track heap block in IndexFetchHeapData.
Peter Geoghegan
2026/04/04
pgsql: Move heapam_handler.c index scan code to new file.
Peter Geoghegan
2026/04/04
pgsql: Fix indentation
John Naylor
2026/04/04
pgsql: Compute CRC32C on ARM using the Crypto Extension where available
John Naylor
2026/04/04
pgsql: Add missing shmem size estimate for fast-path locking struct
Heikki Linnakangas
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
Earlier messages
Later messages