Mailing lists [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
- pgsql: Compute CRC32C on ARM using the Crypto Extension where available John Naylor
- pgsql: Fix indentation John Naylor
- pgsql: Rename heapam_index_fetch_tuple argument for clarity. Peter Geoghegan
- pgsql: Move heapam_handler.c index scan code to new file. Peter Geoghegan
- pgsql: heapam: Track heap block in IndexFetchHeapData. Peter Geoghegan
- pgsql: Remove unnecessary #include "spin.h" from shmem.h Heikki Linnakangas
- pgsql: heapam: Keep buffer pins across index scan resets. Peter Geoghegan
- pgsql: Make index_concurrently_create_copy more general Álvaro Herrera
- pgsql: Modernize struct declarations in snapbuild.h Álvaro Herrera
- pgsql: Fix unused function warning on Arm platforms John Naylor
- pgsql: aio: io_uring: Trigger async processing for large IOs Andres Freund
- pgsql: read_stream: Only increase read-ahead distance when waiting for Andres Freund
- pgsql: read_stream: Move logic about IO combining & issuing to helpers Andres Freund
- pgsql: read stream: Split decision about look ahead for AIO and combini Andres Freund
- pgsql: aio: Simplify pgaio_worker_submit(). Thomas Munro
- pgsql: postgres_fdw: Inherit the local transaction's access/deferrable Etsuro Fujita
- pgsql: Allow index_create to suppress index_build progress reporting Álvaro Herrera
- 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: Check that the tranche name is unique in RequestNamedLWLockTranc Heikki Linnakangas
- pgsql: Improve test_lwlock_tranches Heikki Linnakangas
- pgsql: Add tid_block() and tid_offset() accessor functions Andres Freund
- pgsql: Fixups for a4f774cf1c7 Andres Freund
- pgsql: instrumentation: Separate trigger logic from other uses Andres Freund
- pgsql: instrumentation: Separate per-node logic from other uses Andres Freund
- pgsql: Convert pg_stat_statements to use the new shmem allocation funct Heikki Linnakangas
- pgsql: Introduce a new mechanism for registering shared memory areas Heikki Linnakangas
- pgsql: Add a test module to test after-startup shmem allocations Heikki Linnakangas
- pgsql: Move some code from shmem.c and shmem.h Heikki Linnakangas
- pgsql: Introduce a registry of built-in shmem subsystems Heikki Linnakangas
- pgsql: Convert buffer manager to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Convert SLRUs to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Use the new shmem allocation functions in a few core subsystems Heikki Linnakangas
- pgsql: Convert AIO to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Add alignment option to ShmemRequestStruct() Heikki Linnakangas
- pgsql: Convert all remaining subsystems to use the new shmem allocation Heikki Linnakangas
- pgsql: Refactor shmem initialization code in predicate.c Heikki Linnakangas
- pgsql: Convert lwlock.c to use the new shmem allocation functions Heikki Linnakangas
- pgsql: Add tests for lock statistics, take two Michael Paquier
- pgsql: Handle checksumworker startup wait race Daniel Gustafsson
- pgsql: Test stabilization for online checksums Daniel Gustafsson
- pgsql: Fix unportable use of __builtin_constant_p John Naylor
- pgsql: Add wal_sender_shutdown_timeout GUC to limit shutdown wait for r 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: Simplify redundant current_database() subqueries in stats.sql re Fujii Masao
- pgsql: Improve more stability of worker_spi termination test Michael Paquier
- pgsql: Use single LWLock for lock statistics in pgstats Michael Paquier
- Re: pgsql: Convert all remaining subsystems to use the new shmem allocation Michael Paquier
- Re: pgsql: Introduce a new mechanism for registering shared memory areas Aleksander Alekseev
- pgsql: Add pg_stash_advice contrib module. Robert Haas
- Re: pgsql: Convert all remaining subsystems to use the new shmem allocation Heikki Linnakangas
- Re: pgsql: Introduce a new mechanism for registering shared memory areas Heikki Linnakangas
- pgsql: Fix memory leaks introduced by commit 283e823f9dcb Heikki Linnakangas
- pgsql: Fix compilation without injection points with some compilers Heikki Linnakangas
- pgsql: Release postmaster working memory context in slotsync worker Fujii Masao
- Re: pgsql: Online enabling and disabling of data checksums Aleksander Alekseev
- pgsql: Add TAP tests for log_lock_waits Fujii Masao
- Re: pgsql: Online enabling and disabling of data checksums Daniel Gustafsson
- pgsql: Expose helper functions scan_quoted_identifier and scan_identifi Robert Haas
- pgsql: Remove autoanalyze corner case. Nathan Bossart
- pgsql: Add a guc_check_handler to the EXPLAIN extension mechanism. Robert Haas
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Fix null-bitmap combining in array_agg_array_combine(). Tom Lane
- pgsql: Add missing .gitignore files. Tom Lane
- pgsql: Disallow system columns in COPY FROM WHERE conditions. Tom Lane
- pgsql: Rename cluster.c to repack.c (and corresponding .h) Álvaro Herrera
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Avoid unsafe access to negative index in a TupleDesc. Tom Lane
- pgsql: Allow autovacuum to use parallel vacuum workers. Masahiko Sawada
- pgsql: Execute foreign key constraints in CREATE SCHEMA at the end. Tom Lane
- pgsql: Support more object types within CREATE SCHEMA. Tom Lane
- pgsql: Don't try to re-order the subcommands of CREATE SCHEMA. Tom Lane
- pgsql: auto_explain: Add new GUC, auto_explain.log_extension_options. Robert Haas
- pgsql: Remove recheck_relation_needs_vacanalyze(). Nathan Bossart
- pgsql: Avoid syscache lookup while building a WAIT FOR tuple descriptor Alexander Korotkov
- pgsql: Document that WAIT FOR may be interrupted by recovery conflicts Alexander Korotkov
- pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Alexander Korotkov
- pgsql: Add CONCURRENTLY option to REPACK Álvaro Herrera
- pgsql: Use PG_DATA_CHECKSUM_OFF instead of hardcoded value Daniel Gustafsson
- pgsql: Add pg_stat_autovacuum_scores system view. Nathan Bossart
- pgsql: Assert no duplicate keys in shm_toc_insert() Melanie Plageman
- pgsql: Allocate separate DSM chunk for parallel Index[Only]Scan instrum Melanie Plageman
- pgsql: Fix shared memory size of template code for custom fixed-sized p Michael Paquier
- pgsql: Fix shared memory size of template code for custom fixed-sized p Michael Paquier
- pgsql: Fix deferred FK check batching introduced by commit b7b27eb41a5 Amit Langote
- pgsql: Fix shmem allocation of fixed-sized custom stats kind Michael Paquier
- pgsql: Fix shmem allocation of fixed-sized custom stats kind Michael Paquier
- pgsql: Fix injection point detach timing problem in TAP test for lock s Michael Paquier
- pgsql: Split CREATE STATISTICS error reasons out into errdetails John Naylor
- pgsql: Mark JumbleState as a const in the post_parse_analyze hook Michael Paquier
- pgsql: Simplify SortSupport for the macaddr data type John Naylor
- pgsql: Use .h for the file containing the page checksum code fragment John Naylor
- pgsql: Fix valgrind failure Álvaro Herrera
- pgsql: Add isolation tests for UPDATE/DELETE FOR PORTION OF Peter Eisentraut
- Re: pgsql: Fix valgrind failure Bertrand Drouvot
- pgsql: Optimize sort and deduplication in ginExtractEntries() Heikki Linnakangas
- pgsql: Avoid different-size pointer-to-integer cast Álvaro Herrera
- pgsql: Allow logical replication snapshots to be database-specific Álvaro Herrera
- pgsql: Use add_size/mul_size for index instrumentation size calculation Tomas Vondra
- pgsql: Fix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZE Tomas Vondra
- pgsql: Optimize sorting and deduplicating trigrams Heikki Linnakangas
- Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Peter Eisentraut
- Re: pgsql: Allow autovacuum to use parallel vacuum workers. Aleksander Alekseev
- pgsql: Modernize and optimize pg_buffercache_pages() Heikki Linnakangas
- Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Andres Freund
- pgsql: Fix tests under wal_level=minimal Álvaro Herrera
- pgsql: Tidy up #ifdef USE_INJECTION_POINTS guards Heikki Linnakangas
- Re: pgsql: Fix valgrind failure Álvaro Herrera
- pgsql: doc: Add an example of REPACK (CONCURRENTLY) Álvaro Herrera
- pgsql: Minimal fix for WAIT FOR ... MODE 'standby_flush' Andres Freund
- pgsql: pg_stash_advice: Allow stashed advice to be persisted to disk. Robert Haas
- pgsql: Add errdetail() with PID and UID about source of termination sig Andrew Dunstan
- pgsql: Fix harmless leftover in _hash_kill_items() Heikki Linnakangas
- pgsql: Reserve replication slots specifically for REPACK Álvaro Herrera
- pgsql: libpq: Split PGOAUTHDEBUG=UNSAFE into multiple options Jacob Champion
- pgsql: oauth: Allow validators to register custom HBA options Jacob Champion
- Re: pgsql: Add CONCURRENTLY option to REPACK Aleksander Alekseev
- pgsql: Allow retrieving x86 TSC frequency/flags from CPUID Andres Freund
- pgsql: instrumentation: Standardize ticks to nanosecond conversion meth Andres Freund
- pgsql: instrumentation: Use Time-Stamp Counter on x86-64 to lower overh Andres Freund
- pgsql: Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane
- pgsql: Fix WITHOUT OVERLAPS' interaction with domains. Tom Lane
- pgsql: Switch EXPLAIN to unaligned output for json/xml/yaml Tomas Vondra
- pgsql: Add EXPLAIN (IO) infrastructure with BitmapHeapScan support Tomas Vondra
- pgsql: auto_explain: Add new GUC auto_explain.log_io Tomas Vondra
- pgsql: Suppress unused-variable warning. Tom Lane
- pgsql: Add EXPLAIN (IO) instrumentation for SeqScan Tomas Vondra
- pgsql: pg_test_timing: Also test RDTSC[P] timing, report time source, T Andres Freund
- pgsql: Add EXPLAIN (IO) instrumentation for TidRangeScan Tomas Vondra
- pgsql: instrumentation: Move ExecProcNodeInstr to allow inlining Andres Freund
- pgsql: Fix slotsync worker blocking promotion when stuck in wait Fujii Masao
- pgsql: Enhance slot synchronization API to respect promotion signal. Fujii Masao
- pgsql: Fix slotsync worker blocking promotion when stuck in wait Fujii Masao
- pgsql: Fix slotsync worker blocking promotion when stuck in wait Fujii Masao
- pgsql: Enhance slot synchronization API to respect promotion signal. Fujii Masao
- pgsql: instrumentation: Allocate query level instrumentation in Executo Andres Freund
- pgsql: pg_upgrade: Check for unsupported encodings. Thomas Munro
- pgsql: Remove MULE_INTERNAL encoding. Thomas Munro
- pgsql: Exit early from pg_comp_crc32c_pmull for small inputs John Naylor
- pgsql: aio: Adjust I/O worker pool automatically. Thomas Munro
- pgsql: Add support for importing statistics from remote servers. Etsuro Fujita
- pgsql: Remove RADIUS support. Thomas Munro
- pgsql: Add missing PGDLLIMPORT markings Peter Eisentraut
- pgsql: Add a couple of commits to .git-blame-ignore-revs. Nathan Bossart
- pgsql: doc: Fix data_checksums data type Daniel Gustafsson
- pgsql: Simplify declaration of memcpy target Álvaro Herrera
- pgsql: Reduce presence of syscache.h in src/include/ Michael Paquier
- pgsql: Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalRe Fujii Masao
- pgsql: Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalRe Fujii Masao
- pgsql: Add nkeys parameter to recheck_matched_pk_tuple() Amit Langote
- pgsql: Strip PlaceHolderVars from partition pruning operands Richard Guo
- pgsql: Strip PlaceHolderVars from partition pruning operands Richard Guo
- pgsql: Update config.guess and config.sub Peter Eisentraut
- pgsql: Fix integer overflow in nodeWindowAgg.c Richard Guo
- pgsql: Fix integer overflow in nodeWindowAgg.c Richard Guo
- pgsql: Fix integer overflow in nodeWindowAgg.c Richard Guo
- pgsql: Fix integer overflow in nodeWindowAgg.c Richard Guo
- pgsql: Fix integer overflow in nodeWindowAgg.c Richard Guo
- pgsql: Fix integer overflow in nodeWindowAgg.c Richard Guo
- pgsql: Add LOG_NEVER error level code. Nathan Bossart
- pgsql: instrumentation: Avoid CPUID 0x15/0x16 for Hypervisor TSC freque Andres Freund
- pgsql: Remove an unstable wait from parallel autovacuum regression test Masahiko Sawada
- pgsql: Fix double-free in pg_stat_autovacuum_scores. Nathan Bossart
- Re: pgsql: Allow autovacuum to use parallel vacuum workers. Masahiko Sawada
- pgsql: Enhance make_ctags and make_etags. Michael Paquier
- pgsql: Enhance make_ctags and make_etags. Michael Paquier
- pgsql: Zero-fill private_data when attaching an injection point Michael Paquier
- pgsql: Zero-fill private_data when attaching an injection point Michael Paquier
- pgsql: Zero-fill private_data when attaching an injection point Michael Paquier
- pgsql: Document new catalog columns, missed in commit 8185bb5347. Jeff Davis
- pgsql: Fix RI fast-path crash under nested C-level SPI Amit Langote
- pgsql: Fix typo left by 34a30786293 Amit Langote
- pgsql: Fix FK fast-path scan key ordering for mismatched column order Amit Langote
- pgsql: Assert index_attnos[0] == 1 in ri_FastPathFlushArray() Amit Langote
- pgsql: Fix var_is_nonnullable() to account for varreturningtype Richard Guo
- pgsql: Move afterTriggerFiringDepth into AfterTriggersData Amit Langote
- pgsql: Add test case for same-type reordered FK columns Amit Langote
- Re: pgsql: Allow autovacuum to use parallel vacuum workers. Aleksander Alekseev
- pgsql: Add built-in fuzzing harnesses for security testing. Andrew Dunstan
- pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan
- pgsql: Use size_t instead of Size in pg_waldump Andrew Dunstan
- pgsql: Fix incremental JSON parser numeric token reassembly across chun Andrew Dunstan
- pgsql: Revert "Add built-in fuzzing harnesses for security testing." Andrew Dunstan
- pgsql: Adjust log level of logical decoding messages by context Fujii Masao
- pgsql: Fix incremental JSON parser numeric token reassembly across chun Andrew Dunstan
- pgsql: Fix incremental JSON parser numeric token reassembly across chun Andrew Dunstan
- pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan
- pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan
- pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan
- pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan
- pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input. Andrew Dunstan
- pgsql: doc: Improve consistency of parallel vacuum description. Masahiko Sawada
- Re: pgsql: Allow autovacuum to use parallel vacuum workers. Masahiko Sawada
- pgsql: Fix unstable log verification in test_autovacuum. Masahiko Sawada
- pgsql: read_stream: Remove obsolete comment. Thomas Munro
- pgsql: read_stream: Remove obsolete comment. Thomas Munro
- pgsql: Fix estimate_array_length error with set-operation array coercio Richard Guo
- pgsql: Fix estimate_array_length error with set-operation array coercio Richard Guo
- pgsql: Fix estimate_array_length error with set-operation array coercio Richard Guo
- pgsql: Honor passed-in database OIDs in pgstat_database.c Michael Paquier
- pgsql: Honor passed-in database OIDs in pgstat_database.c Michael Paquier
- pgsql: Honor passed-in database OIDs in pgstat_database.c Michael Paquier
- pgsql: Honor passed-in database OIDs in pgstat_database.c Michael Paquier
- pgsql: Honor passed-in database OIDs in pgstat_database.c Michael Paquier
- pgsql: Use stack-allocated StringInfoDatas, where possible David Rowley
- pgsql: Fix unlikely overflow bug in bms_next_member() David Rowley
- pgsql: test_saslprep: Fix issue with copy of input bytea Michael Paquier
- pgsql: Improve various new-to-v19 appendStringInfo calls David Rowley
- pgsql: Fix excessive logging in idle slotsync worker. Amit Kapila
- pgsql: Fix excessive logging in idle slotsync worker. Amit Kapila
- pgsql: Fix excessive logging in idle slotsync worker. Amit Kapila
- pgsql: Fix capitalization in publication describe output. Amit Kapila
- pgsql: Add log file support to logging.c Peter Eisentraut
- pgsql: pg_createsubscriber: Use logging.c log file callback Peter Eisentraut
- pgsql: pg_createsubscriber: Remove separate logfile_open() function Peter Eisentraut
- pgsql: pg_createsubscriber: Don't use MAXPGPATH Peter Eisentraut
- pgsql: Update Unicode data to CLDR 48.2 Peter Eisentraut
- pgsql: Explicitly forbid non-top-level WAIT FOR execution Alexander Korotkov
- pgsql: pg_plan_advice: Handle non-repeatable TABLESAMPLE scans. Robert Haas
- pgsql: pg_plan_advice: Add alternatives test to Makefile. Robert Haas
- pgsql: pg_plan_advice: Fix a bug when a subquery is pruned away entirel Robert Haas
- pgsql: pg_plan_advice: Export feedback-related definitions. Robert Haas
- pgsql: doc: Fix a couple of mistakes in pgplanadvice.sgml Robert Haas
- pgsql: doc: Remove stray word from pg_stash_advice docs. Robert Haas
- pgsql: Fix overrun when comparing with unterminated ICU language string Jeff Davis
- pgsql: Fix overrun when comparing with unterminated ICU language string Jeff Davis
- Re: pgsql: Perform provider-specific initialization in new functions. Jeff Davis
- pgsql: Add missing period to HINT messages. Amit Kapila
- pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl() Heikki Linnakangas
- Re: pgsql: Separate out bytea sort support from varlena.c Aleksander Alekseev
- pgsql: Add tests for low-level PGLZ [de]compression routines Michael Paquier
- pgsql: Add tests for low-level PGLZ [de]compression routines Michael Paquier
- pgsql: Add tests for low-level PGLZ [de]compression routines Michael Paquier
- pgsql: Add tests for low-level PGLZ [de]compression routines Michael Paquier
- pgsql: Add tests for low-level PGLZ [de]compression routines Michael Paquier
- pgsql: Add tests for low-level PGLZ [de]compression routines Michael Paquier
- pgsql: Check for unterminated strings when calling uloc_getLanguage(). Jeff Davis
- pgsql: Check for unterminated strings when calling uloc_getLanguage(). Jeff Davis
- pgsql: Check for unterminated strings when calling uloc_getLanguage(). Jeff Davis
- pgsql: Check for unterminated strings when calling uloc_getLanguage(). Jeff Davis
- pgsql: Fix pfree crash in pg_get_role_ddl() and pg_get_database_ddl(). Andrew Dunstan
- pgsql: Fix var_is_nonnullable() to handle invalid NOT NULL constraints Richard Guo
- pgsql: doc: first draft of PG 19 release notes Bruce Momjian
- Re: pgsql: doc: first draft of PG 19 release notes Aleksander Alekseev
- pgsql: Rework signal handler infrastructure to pass sender info as argu Andrew Dunstan
- pgsql: Fix COPY TO FORMAT JSON to exclude generated columns. Andrew Dunstan
- pgsql: doc PG 19 relnotes: adjust ShmemRequestStruct item Bruce Momjian
- pgsql: doc PG 19 relnotes: add missing March 16 autovacuum score item Bruce Momjian
- pgsql: doc PG 19 relnotes: addjust CREATE/ALTER PUBLICATION "EXCEPT" Bruce Momjian
- pgsql: doc PG 19 relnotes: fix "now targets" Bruce Momjian
- pgsql: doc PG 19 relnotes: remove "Lakshmi N" as author of checksums Bruce Momjian
- pgsql: doc PG 19 relnotes: fixes for commands and authors Bruce Momjian
- Re: pgsql: doc PG 19 relnotes: fixes for commands and authors Bruce Momjian
- pgsql: doc PG 19 relnotes: add free space map all-visible item Bruce Momjian
- Re: pgsql: doc: first draft of PG 19 release notes Bruce Momjian
- pgsql: doc PG 19 relnotes: remove doc author from "Allow autovacuum" Bruce Momjian
- pgsql: Use proc_exit() for walreceiver exit in WalRcvWaitForStartPositi Fujii Masao
- pgsql: Fix incorrect comment in JsonTablePlanJoinNextRow() Amit Langote
- pgsql: Fix incorrect comment in JsonTablePlanJoinNextRow() Amit Langote
- pgsql: Fix incorrect comment in JsonTablePlanJoinNextRow() Amit Langote
- pgsql: Fix pg_overexplain to emit valid output with RANGE_TABLE option. Amit Langote
- pgsql: Fix pg_overexplain to emit valid output with RANGE_TABLE option. Amit Langote
- pgsql: Fix comments for Korean encodings in encnames.c Thomas Munro
- pgsql: Fix comments for Korean encodings in encnames.c Thomas Munro
- pgsql: Fix comments for Korean encodings in encnames.c Thomas Munro
- pgsql: Fix comments for Korean encodings in encnames.c Thomas Munro
- pgsql: Fix comments for Korean encodings in encnames.c Thomas Munro
- pgsql: Fix comments for Korean encodings in encnames.c Thomas Munro
- pgsql: Add missing include Peter Eisentraut
- pgsql: MSVC: Turn missing function declaration into an error Peter Eisentraut
- pgsql: doc: Add missing GUCs to SSL SNI docs Daniel Gustafsson
- pgsql: Use XLogRecPtrIsValid() consistently for WAL position checks Fujii Masao
- pgsql: doc PG 19 relnotes: corrections reported to me privately Bruce Momjian
- pgsql: Update .abi-compliance-history for change to enum ProcSignalReas Fujii Masao
- pgsql: doc PG 19 relnotes: update author Bruce Momjian
- pgsql: Update FSM during prune/freeze replay even if freespace is zero Melanie Plageman
- pgsql: doc PG 19 relnotes: add author and move items Bruce Momjian
- Re: pgsql: Perform provider-specific initialization in new functions. Jeff Davis
- pgsql: Add missing initialization Álvaro Herrera
- pgsql: Make psql DETAIL line test unconditionally optional. Andrew Dunstan
- pgsql: doc PG 19 relnotes: change "free space map" to "visibility map" Bruce Momjian
- pgsql: Reject invalid databases in pg_get_database_ddl() Amit Langote
- pgsql: psql: Fix incorrect tab completion after CREATE PUBLICATION ... Fujii Masao
- pgsql: doc: Improve description of pg_ctl -l log file permissions Fujii Masao
- pgsql: doc: Improve description of pg_ctl -l log file permissions Fujii Masao
- pgsql: doc: Improve description of pg_ctl -l log file permissions Fujii Masao
- pgsql: doc: Improve description of pg_ctl -l log file permissions Fujii Masao
- pgsql: doc: Improve description of pg_ctl -l log file permissions Fujii Masao
- pgsql: doc: Improve description of pg_ctl -l log file permissions Fujii Masao
- pgsql: Doc: Improve the wording of logical slot prerequisites. Amit Kapila
- pgsql: pg_plan_advice: Fix another unique-semijoin bug. Robert Haas
- pgsql: Change PointerGetDatum() back to a macro Heikki Linnakangas
- pgsql: pg_plan_advice: pgindent Robert Haas
- pgsql: Fix 64-bit shifting in dynahash.c Peter Eisentraut
- pgsql: Minor fixes for test_bitmapset.c David Rowley
- pgsql: Meson: Fix check_header() for readline and gssapi Michael Paquier
- pgsql: Flush statistics during idle periods in parallel apply worker. Amit Kapila
- pgsql: Flush statistics during idle periods in parallel apply worker. Amit Kapila
- pgsql: Flush statistics during idle periods in parallel apply worker. Amit Kapila
- pgsql: Flush statistics during idle periods in parallel apply worker. Amit Kapila
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: Add missing Datum conversions Peter Eisentraut
- pgsql: Clean up remove_rel_from_query() after self-join elimination com Richard Guo
- pgsql: 049_wait_for_lsn.pl: create function and procedure at once Alexander Korotkov
- pgsql: doc PG 19 relnotes: fix typo, "date" -> "data" Bruce Momjian
- pgsql: REPACK: do not require REPLICATION or LOGIN Álvaro Herrera
- pgsql: Make ExecForPortionOfLeftovers() obey SRF protocol. Tom Lane
- pgsql: Clean up all relid fields of RestrictInfos during join removal. Tom Lane
- pgsql: Clean up all relid fields of RestrictInfos during join removal. Tom Lane
- pgsql: Clean up all relid fields of RestrictInfos during join removal. Tom Lane
- pgsql: Clean up all relid fields of RestrictInfos during join removal. Tom Lane
- pgsql: doc: Fix missing role attribute in pg_get_tablespace_ddl() descr Masahiko Sawada
- pgsql: style: define parameterless functions as foo(void). Jeff Davis
- pgsql: Fix callers of unicode_strtitle() using srclen == -1. Jeff Davis
- pgsql: Fix callers of unicode_strtitle() using srclen == -1. Jeff Davis
- Re: pgsql: Clean up all relid fields of RestrictInfos during join removal. Michael Paquier
- Re: pgsql: Clean up all relid fields of RestrictInfos during join removal. Richard Guo
- pgsql: Fix relid-set clobber during join removal. Tom Lane
- pgsql: Fix relid-set clobber during join removal. Tom Lane
- pgsql: Fix relid-set clobber during join removal. Tom Lane
- Re: pgsql: Clean up all relid fields of RestrictInfos during join removal. Tom Lane
- pgsql: plsample: Use TextDatumGetCString() for text-to-CString conversi Fujii Masao
- pgsql: doc: Correct context description for some JIT support GUCs Fujii Masao
- pgsql: doc: Correct context description for some JIT support GUCs Fujii Masao
- pgsql: doc: Correct context description for some JIT support GUCs Fujii Masao
- pgsql: doc: Correct context description for some JIT support GUCs Fujii Masao
- pgsql: doc: Correct context description for some JIT support GUCs Fujii Masao
- pgsql: doc: Correct context description for some JIT support GUCs Fujii Masao
- pgsql: doc: Use "integer" for some I/O worker GUC type descriptions Fujii Masao
- pgsql: Fix orphaned processes when startup process fails during PM_STAR Michael Paquier
- pgsql: Fix orphaned processes when startup process fails during PM_STAR Michael Paquier
- pgsql: Fix orphaned processes when startup process fails during PM_STAR Michael Paquier
- pgsql: Fix orphaned processes when startup process fails during PM_STAR Michael Paquier
- pgsql: Fix orphaned processes when startup process fails during PM_STAR Michael Paquier
- pgsql: Fix incorrect NEW references to generated columns in rule rewrit Richard Guo
- pgsql: Fix incorrect NEW references to generated columns in rule rewrit Richard Guo
- pgsql: Fix incorrect NEW references to generated columns in rule rewrit Richard Guo
- pgsql: Fix incorrect NEW references to generated columns in rule rewrit Richard Guo
- pgsql: Fix incorrect NEW references to generated columns in rule rewrit Richard Guo
- pgsql: Fix incorrect NEW references to generated columns in rule rewrit Richard Guo
- pgsql: Fix a set of typos and grammar issues across the tree Michael Paquier
- pgsql: Make plpgsql_trap test more robust and less resource-intensive. Tom Lane
- pgsql: Make plpgsql_trap test more robust and less resource-intensive. Tom Lane
- pgsql: Make plpgsql_trap test more robust and less resource-intensive. Tom Lane
- pgsql: Make plpgsql_trap test more robust and less resource-intensive. Tom Lane
- pgsql: Make plpgsql_trap test more robust and less resource-intensive. Tom Lane
- pgsql: Make plpgsql_trap test more robust and less resource-intensive. Tom Lane
- pgsql: Remove gen_node_support.pl's ad-hoc ABI stability check. Tom Lane
- pgsql: Make local buffers pin limit more conservative Melanie Plageman
- pgsql: Stabilize plancache test against on-access VM setting Melanie Plageman
- pgsql: Stabilize btree_gist test against on-access VM setting Melanie Plageman
- pgsql: bufmgr: use I/O stats arguments in FlushUnlockedBuffer() Melanie Plageman
- pgsql: Fix not-quite-right Makefile for src/test/modules/test_checksums Tom Lane
- pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier
- pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier
- pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier
- pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier
- pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier
- pgsql: Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier
- pgsql: Fix some const qualifier use in ri_triggers.c Amit Langote
- Re: pgsql: Perform provider-specific initialization in new functions. Jeff Davis
- pgsql: Fix expansion of EXCLUDED virtual generated columns. Dean Rasheed
- pgsql: Fix expansion of EXCLUDED virtual generated columns. Dean Rasheed
- pgsql: Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual c Dean Rasheed
- pgsql: Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual c Dean Rasheed
- pgsql: Preserve extension dependencies on indexes during partition merg Alexander Korotkov
- pgsql: Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane
- pgsql: Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane
- pgsql: Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane
- pgsql: Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane
- pgsql: Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane
- pgsql: Prevent buffer overrun in spell.c's CheckAffix(). Tom Lane
- pgsql: Prevent some buffer overruns in spell.c's parsing of affix files Tom Lane
- pgsql: Prevent some buffer overruns in spell.c's parsing of affix files Tom Lane
- pgsql: Prevent some buffer overruns in spell.c's parsing of affix files Tom Lane
- pgsql: Prevent some buffer overruns in spell.c's parsing of affix files Tom Lane
- pgsql: Prevent some buffer overruns in spell.c's parsing of affix files Tom Lane
- pgsql: Prevent some buffer overruns in spell.c's parsing of affix files Tom Lane
- pgsql: Guard against overly-long numeric formatting symbols from locale Tom Lane
- pgsql: Guard against overly-long numeric formatting symbols from locale Tom Lane
- pgsql: Guard against overly-long numeric formatting symbols from locale Tom Lane
- pgsql: Guard against overly-long numeric formatting symbols from locale Tom Lane
- pgsql: Guard against overly-long numeric formatting symbols from locale Tom Lane
- pgsql: Guard against overly-long numeric formatting symbols from locale Tom Lane
- pgsql: Harmonize function parameter names for Postgres 19. Peter Geoghegan
- pgsql: pg_upgrade: Fix detection of invalid logical replication slots. Masahiko Sawada
- pgsql: catcache.c: use C_COLLATION_OID for texteqfast/texthashfast. Jeff Davis
- pgsql: catcache.c: use C_COLLATION_OID for texteqfast/texthashfast. Jeff Davis
- pgsql: catcache.c: use C_COLLATION_OID for texteqfast/texthashfast. Jeff Davis
- Re: pgsql: Perform provider-specific initialization in new functions. Jeff Davis