pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: Release postmaster working memory context in slotsync worker
Fujii Masao
pgsql: Fix memory leaks introduced by commit 283e823f9dcb
Heikki Linnakangas
pgsql: Fix compilation without injection points with some compilers
Heikki Linnakangas
pgsql: Add pg_stash_advice contrib module.
Robert Haas
pgsql: Use single LWLock for lock statistics in pgstats
Michael Paquier
pgsql: Improve more stability of worker_spi termination test
Michael Paquier
pgsql: Simplify redundant current_database() subqueries in stats.sql re
Fujii Masao
pgsql: Fix collation handling for grouping keys in eager aggregation
Richard Guo
pgsql: Fix volatile function evaluation in eager aggregation
Richard Guo
pgsql: Add wal_sender_shutdown_timeout GUC to limit shutdown wait for r
Fujii Masao
pgsql: Fix unportable use of __builtin_constant_p
John Naylor
pgsql: Handle checksumworker startup wait race
Daniel Gustafsson
pgsql: Test stabilization for online checksums
Daniel Gustafsson
pgsql: Add tests for lock statistics, take two
Michael Paquier
pgsql: Move some code from shmem.c and shmem.h
Heikki Linnakangas
pgsql: instrumentation: Separate per-node logic from other uses
Andres Freund
pgsql: Add a test module to test after-startup shmem allocations
Heikki Linnakangas
pgsql: Introduce a registry of built-in shmem subsystems
Heikki Linnakangas
pgsql: Convert SLRUs to use the new shmem allocation functions
Heikki Linnakangas
pgsql: Convert pg_stat_statements to use the new shmem allocation funct
Heikki Linnakangas
pgsql: Convert lwlock.c to use the new shmem allocation functions
Heikki Linnakangas
pgsql: Refactor shmem initialization code in predicate.c
Heikki Linnakangas
pgsql: Convert all remaining subsystems to use the new shmem allocation
Heikki Linnakangas
Re: pgsql: Convert all remaining subsystems to use the new shmem allocation
Michael Paquier
Re: pgsql: Convert all remaining subsystems to use the new shmem allocation
Heikki Linnakangas
pgsql: Add alignment option to ShmemRequestStruct()
Heikki Linnakangas
pgsql: Convert AIO to use the new shmem allocation functions
Heikki Linnakangas
pgsql: Convert buffer manager to use the new shmem allocation functions
Heikki Linnakangas
pgsql: Introduce a new mechanism for registering shared memory areas
Heikki Linnakangas
Re: pgsql: Introduce a new mechanism for registering shared memory areas
Aleksander Alekseev
Re: pgsql: Introduce a new mechanism for registering shared memory areas
Heikki Linnakangas
pgsql: Use the new shmem allocation functions in a few core subsystems
Heikki Linnakangas
pgsql: instrumentation: Separate trigger logic from other uses
Andres Freund
pgsql: Fixups for a4f774cf1c7
Andres Freund
pgsql: Add tid_block() and tid_offset() accessor functions
Andres Freund
pgsql: Check that the tranche name is unique in RequestNamedLWLockTranc
Heikki Linnakangas
pgsql: Improve test_lwlock_tranches
Heikki Linnakangas
pgsql: Add pg_get_database_ddl() function
Andrew Dunstan
pgsql: Add pg_get_role_ddl() function
Andrew Dunstan
pgsql: Add infrastructure for pg_get_*_ddl functions
Andrew Dunstan
pgsql: Add pg_get_tablespace_ddl() function
Andrew Dunstan
pgsql: Allow index_create to suppress index_build progress reporting
Álvaro Herrera
pgsql: postgres_fdw: Inherit the local transaction's access/deferrable
Etsuro Fujita
pgsql: aio: Simplify pgaio_worker_submit().
Thomas Munro
pgsql: read_stream: Only increase read-ahead distance when waiting for
Andres Freund
pgsql: read stream: Split decision about look ahead for AIO and combini
Andres Freund
pgsql: aio: io_uring: Trigger async processing for large IOs
Andres Freund
pgsql: read_stream: Move logic about IO combining & issuing to helpers
Andres Freund
pgsql: Fix unused function warning on Arm platforms
John Naylor
pgsql: Use AVX2 for calculating page checksums where available
John Naylor
pgsql: Modernize struct declarations in snapbuild.h
Álvaro Herrera
pgsql: Make index_concurrently_create_copy more general
Álvaro Herrera
pgsql: heapam: Keep buffer pins across index scan resets.
Peter Geoghegan
pgsql: Remove unnecessary #include "spin.h" from shmem.h
Heikki Linnakangas
pgsql: Rename heapam_index_fetch_tuple argument for clarity.
Peter Geoghegan
pgsql: heapam: Track heap block in IndexFetchHeapData.
Peter Geoghegan
pgsql: Move heapam_handler.c index scan code to new file.
Peter Geoghegan
pgsql: Compute CRC32C on ARM using the Crypto Extension where available
John Naylor
pgsql: Add missing shmem size estimate for fast-path locking struct
Heikki Linnakangas
pgsql: More tar portability adjustments.
Thomas Munro
pgsql: More tar portability adjustments.
Thomas Munro
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: Prevent shared memory hash tables from growing beyond initial si
Heikki Linnakangas
pgsql: Allocate all parts of shmem hash table from a single contiguous
Heikki Linnakangas
pgsql: oauth: Let validators provide failure DETAILs
Jacob Champion
pgsql: Online enabling and disabling of data checksums
Daniel Gustafsson
Re: pgsql: Online enabling and disabling of data checksums
Aleksander Alekseev
Re: 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
Earlier messages
Later messages