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