Mailing lists [pgsql-committers]
- pgsql: Add a comment to distinguish backend types Daniel Gustafsson
- pgsql: doc: Fix glossary entry for data checksums workers Daniel Gustafsson
- pgsql: Add a comment to distinguish backend types Daniel Gustafsson
- pgsql: Update time zone data files to tzdata release 2026c. Tom Lane
- pgsql: Fix memory-safety bugs in the ispell/hunspell dictionary loader. Tom Lane
- pgsql: Fix memory-safety bugs in the ispell/hunspell dictionary loader. Tom Lane
- pgsql: Fix memory-safety bugs in the ispell/hunspell dictionary loader. Tom Lane
- pgsql: Fix memory-safety bugs in the ispell/hunspell dictionary loader. Tom Lane
- pgsql: Fix memory-safety bugs in the ispell/hunspell dictionary loader. Tom Lane
- pgsql: Fix missing MCXT_ALLOC_NO_OOM handling in MemoryContextAllocAlig David Rowley
- pgsql: Fix missing money overflow checks for INT64_MIN / -1 David Rowley
- pgsql: Fix missing money overflow checks for INT64_MIN / -1 David Rowley
- pgsql: Fix missing money overflow checks for INT64_MIN / -1 David Rowley
- pgsql: Fix missing money overflow checks for INT64_MIN / -1 David Rowley
- pgsql: Fix error handling in getCopyDataMessage() and pqFunctionCall3() Fujii Masao
- pgsql: Checkpoint replication slots later in the checkpoint cycle Fujii Masao
- pgsql: Fix error handling in getCopyDataMessage() and pqFunctionCall3() Fujii Masao
- pgsql: Fix error handling in getCopyDataMessage() and pqFunctionCall3() Fujii Masao
- pgsql: doc: Add PROPERTY GRAPH to the access privilege tables Peter Eisentraut
- pgsql: pg_surgery: Fix infinite loop on large TID arrays Álvaro Herrera
- pgsql: pg_surgery: Fix infinite loop on large TID arrays Álvaro Herrera
- pgsql: Do not reuse rd_smgr in fork loop when enabling data checksums Daniel Gustafsson
- pgsql: psql: Message style fixes Peter Eisentraut
- pgsql: Initialize read stream before fetching metapage in hash bulk-del Michael Paquier
- pgsql: Fix calculating length of match to localized month/weekday names Álvaro Herrera
- pgsql: Fix calculating length of match to localized month/weekday names Álvaro Herrera
- pgsql: Fix calculating length of match to localized month/weekday names Álvaro Herrera
- pgsql: Make local buffers pin limit more conservative Melanie Plageman
- pgsql: Remove Subscription conninfo field; generate in caller. Jeff Davis
- pgsql: Remove Subscription conninfo field; generate in caller. Jeff Davis
- pgsql: Be precise about when ALTER SUBSCRIPTION needs conninfo. Jeff Davis
- pgsql: Revert "Validate subscription conninfo on owner change" Jeff Davis
- pgsql: Remove redundant unlink() in KeepFileRestoredFromArchive() for n Michael Paquier
- pgsql: Fix unlikely incremental tuple deform bug with missing attrs David Rowley
- pgsql: Fix race condition in subscription TAP test 023_twophase_stream. Amit Kapila
- pgsql: Tighten tid input parsing with strtoul() to reject empty fields Michael Paquier
- pgsql: Report duplicate property and label names with a proper error Peter Eisentraut
- pgsql: Report duplicate property and label names with a proper error Peter Eisentraut
- pgsql: Restore vacuum failsafe abandonment of buffer access strategy Melanie Plageman
- pgsql: Restore vacuum failsafe abandonment of buffer access strategy Melanie Plageman
- pgsql: Fix local pgstat entry leak on OOM during entry creation Michael Paquier
- pgsql: Fix local pgstat entry leak on OOM during entry creation Michael Paquier
- pgsql: Fix local pgstat entry leak on OOM during entry creation Michael Paquier
- pgsql: Remove stale comment on ri_FastPathCheck() Amit Langote
- pgsql: Remove stale comment on ri_FastPathCheck() Amit Langote
- pgsql: Fire fast-path FK batches inside the deferred trigger loop Amit Langote
- pgsql: Drain pending asynchronous requests during ExecReScanAppend. Etsuro Fujita
- pgsql: Only clear VACUUM's read stream strategy once in failsafe mode Melanie Plageman
- pgsql: Only clear VACUUM's read stream strategy once in failsafe mode Melanie Plageman
- pgsql: Only clear VACUUM's read stream strategy once in failsafe mode Melanie Plageman
- pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24. Tom Lane
- pgsql: Release notes for 18.5, 17.11, 16.15, 15.19, 14.24. Tom Lane
- pgsql: Translation updates Peter Eisentraut
- Re: pgsql: Rename sort support integer comparators for clarity John Naylor
- pgsql: Harden PL/Perl code against "tied" Perl arrays and hashes. Noah Misch
- pgsql: Fix potential buffer overrun in regexp match/split functions. Noah Misch
- pgsql: Harden tsvector code against overflows. Noah Misch
- pgsql: Reject calls from SQL to functions that take or return type inte Noah Misch
- pgsql: Harden tsquery code against overflows. Noah Misch
- pgsql: Be more wary about constant's datatype in scalarineqsel(). Noah Misch
- pgsql: pg_dump: avoid assuming how long pg_proc.protrftypes can be. Noah Misch
- pgsql: Replace fixed-size, too-short array with a palloc'd one. Noah Misch
- pgsql: Guard against overlength time zone abbreviations in to_char(). Noah Misch
- pgsql: Cross-check the type of a portal running EXECUTE or FETCH. Noah Misch
- pgsql: Reject GSSEncRequest after direct SSL connection Noah Misch
- pgsql: Preserve the owner of extended statistics rebuilt by ALTER TABLE Noah Misch
- pgsql: Guard against overlength time zone abbreviations in to_char(). Noah Misch
- pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O Noah Misch
- pgsql: Teach psql to skip in-line COPY ... FROM STDIN data after a fail Noah Misch
- pgsql: pgcrypto: Add option to revert to prior decryption behavior Noah Misch
- pgsql: psql: Don't do backquote expansion in \unrestrict. Noah Misch
- pgsql: Save/restore more lexer state when skipping text due to \if. Noah Misch
- pgsql: Be more wary about constant's datatype in scalarineqsel(). Noah Misch
- pgsql: Return nulls honestly in aggregate "combine" functions. Noah Misch
- pgsql: Obstruct EXTRACT() field name deparse injection. Noah Misch
- pgsql: Move SplitGUCList() to fe_utils Noah Misch
- pgsql: Empty search_path in amcheck. Noah Misch
- pgsql: Harden tsquery code against overflows. Noah Misch
- pgsql: Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE Noah Misch
- pgsql: psql: Don't do backquote expansion in \unrestrict. Noah Misch
- pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O Noah Misch
- pgsql: Use value of scram_iterations in mock_scram_secret(). Noah Misch
- pgsql: pg_stat_statements: Fix buffer overflow with query normalization Noah Misch
- pgsql: Avoid overflow in Levenshtein distance calculations. Noah Misch
- pgsql: Cross-check the type of a portal running EXECUTE or FETCH. Noah Misch
- pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O Noah Misch
- pgsql: Invalidate plan cache after role changes. Noah Misch
- pgsql: Add an output_plugin_libraries GUC to bless trusted output plugi Noah Misch
- pgsql: Check for USAGE privilege on types used by stored expressions. Noah Misch
- pgsql: Fix out-of-bound reads with ascii() for invalid multibyte charac Noah Misch
- pgsql: Teach psql to skip in-line COPY ... FROM STDIN data after a fail Noah Misch
- pgsql: Cross-check the type of a portal running EXECUTE or FETCH. Noah Misch
- pgsql: Replace fixed-size, too-short array with a palloc'd one. Noah Misch
- pgsql: Return nulls honestly in aggregate "combine" functions. Noah Misch
- pgsql: Check for USAGE privilege on the composite type in ALTER TABLE O Noah Misch
- pgsql: Fix potential buffer overrun in regexp match/split functions. Noah Misch
- pgsql: Use value of scram_iterations in mock_scram_secret(). Noah Misch
- pgsql: Return nulls honestly in aggregate "combine" functions. Noah Misch
- pgsql: pg_dump: avoid assuming how long pg_proc.protrftypes can be. Noah Misch
- pgsql: Teach psql to skip in-line COPY ... FROM STDIN data after a fail Noah Misch
- pgsql: Replace fixed-size, too-short array with a palloc'd one. Noah Misch
- pgsql: Add an output_plugin_libraries GUC to bless trusted output plugi Noah Misch
- pgsql: Be more wary about constant's datatype in scalarineqsel(). Noah Misch
- pgsql: Save/restore more lexer state when skipping text due to \if. Noah Misch
- pgsql: Check for USAGE privilege on types used by stored expressions. Noah Misch
- pgsql: Harden PL/Perl code against "tied" Perl arrays and hashes. Noah Misch
- pgsql: Replace fixed-size, too-short array with a palloc'd one. Noah Misch
- pgsql: psql: Don't do backquote expansion in \unrestrict. Noah Misch
- pgsql: Be more wary about constant's datatype in scalarineqsel(). Noah Misch
- pgsql: pg_dump: avoid assuming how long pg_proc.protrftypes can be. Noah Misch
- pgsql: Fix potential buffer overrun in regexp match/split functions. Noah Misch
- pgsql: Harden tsvector code against overflows. Noah Misch
- pgsql: Harden tsquery code against overflows. Noah Misch
- pgsql: Obstruct EXTRACT() field name deparse injection. Noah Misch
- pgsql: ecpg: Fix out-of-bound writes due to processing of invalid bytea Noah Misch
- pgsql: Preserve the owner of extended statistics rebuilt by ALTER TABLE Noah Misch
- pgsql: Reject calls from SQL to functions that take or return type inte Noah Misch
- pgsql: Fix pg_trgm's picksplit function with all-true datums Noah Misch
- pgsql: Teach psql to skip in-line COPY ... FROM STDIN data after a fail Noah Misch
- pgsql: Show estimated number of groups for Incremental Sort in EXPLAIN David Rowley
- pgsql: Remove useless ENABLE_NLS conditionals Peter Eisentraut
- pgsql: Use frontend logging API in fe_utils/print.c Peter Eisentraut
- pgsql: Make printTableAddCell/printTableAddHeader string argument const Peter Eisentraut
- pgsql: Fix pg_strupper/lower/title/fold() functions to work with C loca Heikki Linnakangas
- pgsql: Release notes for 18.6. Tom Lane
- pgsql: Stamp 18.6. Tom Lane
- pgsql: libpq: remove unused field ssl_handshake_started from PGconn Daniel Gustafsson
- pgsql: Fix poll_query_until() timeout handling with an undefined query Michael Paquier
- pgsql: Use per-query timeout in subscription test Daniel Gustafsson
- pgsql: Add common LSN parser for user-supplied locations Fujii Masao
- pgsql: Avoid recalculating pgprocno in ProcArrayAdd() Álvaro Herrera
- pgsql: Fix float8_regr_accum() for Inf/NaN with constant other input. Tom Lane
- pgsql: Reject REPLICA IDENTITY USING INDEX on column with invalid NOT N Álvaro Herrera
- pgsql: Doc: Clarify ALTER PUBLICATION's REFRESH PUBLICATION wording. Amit Kapila
- pgsql: Consistently enforce tsvector/tsquery maximum lengths. Tom Lane
- pgsql: Fix thinko in error of algorithm type lookup for channel binding Michael Paquier
- pgsql: Add string-based injection point wait in 051_effective_wal_level Michael Paquier
- pgsql: Make generate_queries_for_path_pattern_recurse() interruptible Peter Eisentraut
- pgsql: Make generate_queries_for_path_pattern_recurse() interruptible Peter Eisentraut
- pgsql: psql: count every COPY FROM STDIN when scanning a query string. Tom Lane
- pgsql: psql: count every COPY FROM STDIN when scanning a query string. Tom Lane
- pgsql: psql: count every COPY FROM STDIN when scanning a query string. Tom Lane
- pgsql: psql: count every COPY FROM STDIN when scanning a query string. Tom Lane
- pgsql: psql: count every COPY FROM STDIN when scanning a query string. Tom Lane
- pgsql: Add missing PGDLLIMPORT marker. Nathan Bossart
- pgsql: pgindent fix for commit 7b7c4a8dcc9 Fujii Masao
- pgsql: pgindent fix for commit 7b7c4a8dcc9 Fujii Masao
- pgsql: Add previous commit to .git-blame-ignore-revs Fujii Masao
- pgsql: psql: Fix \d+ display of REPLICA IDENTITY NOTHING Michael Paquier
- pgsql: psql: Fix \d+ display of REPLICA IDENTITY NOTHING Michael Paquier
- pgsql: psql: Fix \d+ display of REPLICA IDENTITY NOTHING Michael Paquier
- pgsql: GiST: Deprecate F_TUPLES_DELETED opaque area flag. Peter Geoghegan
- pgsql: GiST: Deprecate F_TUPLES_DELETED opaque area flag. Peter Geoghegan
- pgsql: Fix cross-type foreign keys in the batched fast-path FK check Amit Langote
- pgsql: Re-register LSN waiters after stale wakeups Alexander Korotkov
- pgsql: Avoid locking when an LSN waiter is already removed Alexander Korotkov
- pgsql: Fix WAIT FOR LSN documentation examples Alexander Korotkov
- pgsql: Avoid locking when an LSN waiter is already removed Alexander Korotkov
- pgsql: Fix WAIT FOR LSN documentation examples Alexander Korotkov
- pgsql: Add wait-for-lsn process-exit cleanup callback Alexander Korotkov
- pgsql: pg_locale.c: comment improvements. Jeff Davis
- pgsql: Minor test suite cleanup Daniel Gustafsson
- pgsql: Add data_page_checksum_version to pg_control_checkpoint Daniel Gustafsson
- pgsql: Record initial state of data checksums in controlfile Daniel Gustafsson
- pgsql: Stabilize the FORCE drop test for online data checksums Daniel Gustafsson
- pgsql: Add data_page_checksum_version to pg_control_checkpoint Daniel Gustafsson
- pgsql: test_decoding: Don't print virtual generated columns. Masahiko Sawada
- pgsql: Defend against null "SV *" pointers in plperl modules. Tom Lane
- pgsql: Defend against null "SV *" pointers in plperl modules. Tom Lane
- pgsql: Fix GIN multiple-VACUUM-scans pending list bug. Peter Geoghegan
- pgsql: Reject too many arguments in CREATE TRIGGER Michael Paquier
- pgsql: Reject too many arguments in CREATE TRIGGER Michael Paquier
- pgsql: Skip bogus find_composite_type_dependencies() call on sequences Heikki Linnakangas
- pgsql: Skip bogus find_composite_type_dependencies() call on sequences Heikki Linnakangas
- pgsql: Rewrite tsqueryout() to use StringInfo to build the output strin Tom Lane
- pgsql: Ensure all pg_locale.h APIs work with collate_is_c. Jeff Davis
- pgsql: Micro-optimize appendStringInfo[VA]. Tom Lane
- pgsql: hashtext: fix fragile code. Jeff Davis
- pgsql: doc: fix wording in SELECT docs Bruce Momjian
- pgsql: Reduce memory overheads for storing a Memoize tuple David Rowley
- pgsql: Ensure TOAST storage parameters have unsettable defaults. Nathan Bossart
- pgsql: Fix incorrect nmembers calculation in test_bitmapset David Rowley
- pgsql: Add C test function for pg_locale.h APIs. Jeff Davis
- pgsql: Add C test function for pg_locale.h APIs. Jeff Davis
- pgsql: pg_locale.c: add explanatory comments. Jeff Davis
- pgsql: Fix CPU cost of right-semi and right-anti hash joins Richard Guo
- pgsql: Fix accidentally casting away const Peter Eisentraut
- pgsql: Revert "Remove old readline API workaround" Peter Eisentraut
- pgsql: Fix registering shmem callbacks in single-user mode Heikki Linnakangas
- pgsql: Fix registering shmem callbacks in single-user mode Heikki Linnakangas
- pgsql: Close relations opened specifically for AFTER triggers David Rowley
- pgsql: Fix crash in subscription refresh on concurrent relation drop. Masahiko Sawada
- pgsql: Fix crash in subscription refresh on concurrent relation drop. Masahiko Sawada
- pgsql: Export subxip[] for snapshots taken during recovery. Peter Geoghegan
- pgsql: Pin two ctype-dependent test_regex_utf8 cases to pg_c_utf8 Andrew Dunstan
- pgsql: Pin two ctype-dependent test_regex_utf8 cases to pg_c_utf8 Andrew Dunstan
- pgsql: Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) comm Alexander Korotkov
- pgsql: Stabilize 019_replslot_limit Fujii Masao
- pgsql: Stabilize 019_replslot_limit Fujii Masao
- pgsql: Stabilize 019_replslot_limit Fujii Masao
- pgsql: Stabilize 019_replslot_limit Fujii Masao
- pgsql: pg_upgrade: Read nextMultiOffset as a 64-bit value. Masahiko Sawada
- pgsql: Fix incorrect multi-column RANGE partition pruning David Rowley
- pgsql: Fix incorrect multi-column RANGE partition pruning David Rowley
- pgsql: Fix incorrect multi-column RANGE partition pruning David Rowley
- pgsql: Propagate disabled_nodes to single-child Append paths Richard Guo
- pgsql: Track which shmem areas have been fully initialized Heikki Linnakangas
- pgsql: Fix backend state after a failed after-startup shmem request Heikki Linnakangas
- pgsql: Perform join removal by editing the query's jointree. Tom Lane
- pgsql: Perform join removal by editing the query's jointree. Tom Lane
- pgsql: Perform join removal by editing the query's jointree. Tom Lane
- pgsql: Perform join removal by editing the query's jointree. Tom Lane
- pgsql: Fix pg_stat_autovacuum_scores for TOAST tables. Nathan Bossart
- pgsql: Disallow ONLY in REPACK commands. Nathan Bossart
- pgsql: Disallow ONLY in REPACK commands. Nathan Bossart