pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/04/15
pgsql: Rework signal handler infrastructure to pass sender info as argu
Andrew Dunstan
2026/04/15
Re: pgsql: doc: first draft of PG 19 release notes
Aleksander Alekseev
2026/04/15
pgsql: Fix COPY TO FORMAT JSON to exclude generated columns.
Andrew Dunstan
2026/04/14
pgsql: doc: first draft of PG 19 release notes
Bruce Momjian
2026/04/14
pgsql: Fix var_is_nonnullable() to handle invalid NOT NULL constraints
Richard Guo
2026/04/14
pgsql: Fix pfree crash in pg_get_role_ddl() and pg_get_database_ddl().
Andrew Dunstan
2026/04/14
pgsql: Check for unterminated strings when calling uloc_getLanguage().
Jeff Davis
2026/04/14
pgsql: Check for unterminated strings when calling uloc_getLanguage().
Jeff Davis
2026/04/14
pgsql: Check for unterminated strings when calling uloc_getLanguage().
Jeff Davis
2026/04/14
pgsql: Check for unterminated strings when calling uloc_getLanguage().
Jeff Davis
2026/04/14
pgsql: Add tests for low-level PGLZ [de]compression routines
Michael Paquier
2026/04/14
pgsql: Add tests for low-level PGLZ [de]compression routines
Michael Paquier
2026/04/14
pgsql: Add tests for low-level PGLZ [de]compression routines
Michael Paquier
2026/04/14
pgsql: Add tests for low-level PGLZ [de]compression routines
Michael Paquier
2026/04/14
pgsql: Add tests for low-level PGLZ [de]compression routines
Michael Paquier
2026/04/14
pgsql: Add tests for low-level PGLZ [de]compression routines
Michael Paquier
2026/04/14
Re: pgsql: Separate out bytea sort support from varlena.c
Aleksander Alekseev
2026/04/14
pgsql: Replace deprecated StaticAssertStmt() with StaticAssertDecl()
Heikki Linnakangas
2026/04/13
pgsql: Add missing period to HINT messages.
Amit Kapila
2026/04/13
Re: pgsql: Perform provider-specific initialization in new functions.
Jeff Davis
2026/04/13
pgsql: Fix overrun when comparing with unterminated ICU language string
Jeff Davis
2026/04/13
pgsql: Fix overrun when comparing with unterminated ICU language string
Jeff Davis
2026/04/13
pgsql: doc: Remove stray word from pg_stash_advice docs.
Robert Haas
2026/04/13
pgsql: doc: Fix a couple of mistakes in pgplanadvice.sgml
Robert Haas
2026/04/13
pgsql: pg_plan_advice: Export feedback-related definitions.
Robert Haas
2026/04/13
pgsql: pg_plan_advice: Fix a bug when a subquery is pruned away entirel
Robert Haas
2026/04/13
pgsql: pg_plan_advice: Add alternatives test to Makefile.
Robert Haas
2026/04/13
pgsql: pg_plan_advice: Handle non-repeatable TABLESAMPLE scans.
Robert Haas
2026/04/13
pgsql: Explicitly forbid non-top-level WAIT FOR execution
Alexander Korotkov
2026/04/13
pgsql: Update Unicode data to CLDR 48.2
Peter Eisentraut
2026/04/13
pgsql: pg_createsubscriber: Don't use MAXPGPATH
Peter Eisentraut
2026/04/13
pgsql: pg_createsubscriber: Remove separate logfile_open() function
Peter Eisentraut
2026/04/13
pgsql: Add log file support to logging.c
Peter Eisentraut
2026/04/13
pgsql: pg_createsubscriber: Use logging.c log file callback
Peter Eisentraut
2026/04/12
pgsql: Fix capitalization in publication describe output.
Amit Kapila
2026/04/12
pgsql: Fix excessive logging in idle slotsync worker.
Amit Kapila
2026/04/12
pgsql: Fix excessive logging in idle slotsync worker.
Amit Kapila
2026/04/12
pgsql: Fix excessive logging in idle slotsync worker.
Amit Kapila
2026/04/12
pgsql: Improve various new-to-v19 appendStringInfo calls
David Rowley
2026/04/12
pgsql: test_saslprep: Fix issue with copy of input bytea
Michael Paquier
2026/04/12
pgsql: Fix unlikely overflow bug in bms_next_member()
David Rowley
2026/04/12
pgsql: Use stack-allocated StringInfoDatas, where possible
David Rowley
2026/04/12
pgsql: Doc: use "an SQL" consistently rather than "a SQL"
David Rowley
2026/04/11
pgsql: Honor passed-in database OIDs in pgstat_database.c
Michael Paquier
2026/04/11
pgsql: Honor passed-in database OIDs in pgstat_database.c
Michael Paquier
2026/04/11
pgsql: Honor passed-in database OIDs in pgstat_database.c
Michael Paquier
2026/04/11
pgsql: Honor passed-in database OIDs in pgstat_database.c
Michael Paquier
2026/04/11
pgsql: Honor passed-in database OIDs in pgstat_database.c
Michael Paquier
2026/04/11
pgsql: Fix estimate_array_length error with set-operation array coercio
Richard Guo
2026/04/11
pgsql: Fix estimate_array_length error with set-operation array coercio
Richard Guo
2026/04/11
pgsql: Fix estimate_array_length error with set-operation array coercio
Richard Guo
2026/04/10
pgsql: read_stream: Remove obsolete comment.
Thomas Munro
2026/04/10
pgsql: read_stream: Remove obsolete comment.
Thomas Munro
2026/04/10
pgsql: Fix unstable log verification in test_autovacuum.
Masahiko Sawada
2026/04/10
Re: pgsql: Allow autovacuum to use parallel vacuum workers.
Masahiko Sawada
2026/04/10
pgsql: doc: Improve consistency of parallel vacuum description.
Masahiko Sawada
2026/04/10
pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026/04/10
pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026/04/10
pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026/04/10
pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026/04/10
pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026/04/10
pgsql: Fix incremental JSON parser numeric token reassembly across chun
Andrew Dunstan
2026/04/10
pgsql: Fix incremental JSON parser numeric token reassembly across chun
Andrew Dunstan
2026/04/10
pgsql: Adjust log level of logical decoding messages by context
Fujii Masao
2026/04/10
pgsql: Revert "Add built-in fuzzing harnesses for security testing."
Andrew Dunstan
2026/04/10
pgsql: Add built-in fuzzing harnesses for security testing.
Andrew Dunstan
2026/04/10
pgsql: Use size_t instead of Size in pg_waldump
Andrew Dunstan
2026/04/10
pgsql: Fix incremental JSON parser numeric token reassembly across chun
Andrew Dunstan
2026/04/10
pgsql: Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Andrew Dunstan
2026/04/10
Re: pgsql: Allow autovacuum to use parallel vacuum workers.
Aleksander Alekseev
2026/04/10
pgsql: Add test case for same-type reordered FK columns
Amit Langote
2026/04/10
pgsql: Move afterTriggerFiringDepth into AfterTriggersData
Amit Langote
2026/04/09
pgsql: Fix var_is_nonnullable() to account for varreturningtype
Richard Guo
2026/04/09
pgsql: Assert index_attnos[0] == 1 in ri_FastPathFlushArray()
Amit Langote
2026/04/09
pgsql: Fix FK fast-path scan key ordering for mismatched column order
Amit Langote
2026/04/09
pgsql: Fix typo left by 34a30786293
Amit Langote
2026/04/09
pgsql: Fix RI fast-path crash under nested C-level SPI
Amit Langote
2026/04/09
pgsql: Document new catalog columns, missed in commit 8185bb5347.
Jeff Davis
2026/04/09
pgsql: Zero-fill private_data when attaching an injection point
Michael Paquier
2026/04/09
pgsql: Zero-fill private_data when attaching an injection point
Michael Paquier
2026/04/09
pgsql: Zero-fill private_data when attaching an injection point
Michael Paquier
2026/04/09
pgsql: Enhance make_ctags and make_etags.
Michael Paquier
2026/04/09
pgsql: Enhance make_ctags and make_etags.
Michael Paquier
2026/04/09
Re: pgsql: Allow autovacuum to use parallel vacuum workers.
Masahiko Sawada
2026/04/09
pgsql: Fix double-free in pg_stat_autovacuum_scores.
Nathan Bossart
2026/04/09
pgsql: instrumentation: Avoid CPUID 0x15/0x16 for Hypervisor TSC freque
Andres Freund
2026/04/09
pgsql: Remove an unstable wait from parallel autovacuum regression test
Masahiko Sawada
2026/04/09
pgsql: Add LOG_NEVER error level code.
Nathan Bossart
2026/04/09
pgsql: Fix integer overflow in nodeWindowAgg.c
Richard Guo
2026/04/09
pgsql: Fix integer overflow in nodeWindowAgg.c
Richard Guo
2026/04/09
pgsql: Fix integer overflow in nodeWindowAgg.c
Richard Guo
2026/04/09
pgsql: Fix integer overflow in nodeWindowAgg.c
Richard Guo
2026/04/09
pgsql: Fix integer overflow in nodeWindowAgg.c
Richard Guo
2026/04/09
pgsql: Fix integer overflow in nodeWindowAgg.c
Richard Guo
2026/04/09
pgsql: Update config.guess and config.sub
Peter Eisentraut
2026/04/09
pgsql: Strip PlaceHolderVars from partition pruning operands
Richard Guo
2026/04/09
pgsql: Add nkeys parameter to recheck_matched_pk_tuple()
Amit Langote
2026/04/09
pgsql: Strip PlaceHolderVars from partition pruning operands
Richard Guo
2026/04/09
pgsql: Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalRe
Fujii Masao
2026/04/08
pgsql: Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in ProcSignalRe
Fujii Masao
2026/04/08
pgsql: Reduce presence of syscache.h in src/include/
Michael Paquier
2026/04/08
pgsql: Simplify declaration of memcpy target
Álvaro Herrera
2026/04/08
pgsql: Add a couple of commits to .git-blame-ignore-revs.
Nathan Bossart
2026/04/08
pgsql: doc: Fix data_checksums data type
Daniel Gustafsson
2026/04/08
pgsql: Add missing PGDLLIMPORT markings
Peter Eisentraut
2026/04/08
pgsql: Remove RADIUS support.
Thomas Munro
2026/04/08
pgsql: Add support for importing statistics from remote servers.
Etsuro Fujita
2026/04/08
pgsql: aio: Adjust I/O worker pool automatically.
Thomas Munro
2026/04/07
pgsql: Exit early from pg_comp_crc32c_pmull for small inputs
John Naylor
2026/04/07
pgsql: Remove MULE_INTERNAL encoding.
Thomas Munro
2026/04/07
pgsql: pg_upgrade: Check for unsupported encodings.
Thomas Munro
2026/04/07
pgsql: instrumentation: Allocate query level instrumentation in Executo
Andres Freund
2026/04/07
pgsql: Fix slotsync worker blocking promotion when stuck in wait
Fujii Masao
2026/04/07
pgsql: Enhance slot synchronization API to respect promotion signal.
Fujii Masao
2026/04/07
pgsql: Fix slotsync worker blocking promotion when stuck in wait
Fujii Masao
2026/04/07
pgsql: Enhance slot synchronization API to respect promotion signal.
Fujii Masao
2026/04/07
pgsql: Fix slotsync worker blocking promotion when stuck in wait
Fujii Masao
2026/04/07
pgsql: instrumentation: Move ExecProcNodeInstr to allow inlining
Andres Freund
2026/04/07
pgsql: Add EXPLAIN (IO) instrumentation for TidRangeScan
Tomas Vondra
2026/04/07
pgsql: auto_explain: Add new GUC auto_explain.log_io
Tomas Vondra
2026/04/07
pgsql: pg_test_timing: Also test RDTSC[P] timing, report time source, T
Andres Freund
2026/04/07
pgsql: Add EXPLAIN (IO) instrumentation for SeqScan
Tomas Vondra
2026/04/07
pgsql: Suppress unused-variable warning.
Tom Lane
2026/04/07
pgsql: Add EXPLAIN (IO) infrastructure with BitmapHeapScan support
Tomas Vondra
2026/04/07
pgsql: Switch EXPLAIN to unaligned output for json/xml/yaml
Tomas Vondra
2026/04/07
Re: pgsql: Add CONCURRENTLY option to REPACK
Aleksander Alekseev
2026/04/07
pgsql: oauth: Allow validators to register custom HBA options
Jacob Champion
2026/04/07
pgsql: Fix WITHOUT OVERLAPS' interaction with domains.
Tom Lane
2026/04/07
pgsql: Fix WITHOUT OVERLAPS' interaction with domains.
Tom Lane
2026/04/07
pgsql: instrumentation: Standardize ticks to nanosecond conversion meth
Andres Freund
2026/04/07
pgsql: Allow retrieving x86 TSC frequency/flags from CPUID
Andres Freund
2026/04/07
pgsql: instrumentation: Use Time-Stamp Counter on x86-64 to lower overh
Andres Freund
2026/04/07
pgsql: libpq: Split PGOAUTHDEBUG=UNSAFE into multiple options
Jacob Champion
2026/04/07
pgsql: Reserve replication slots specifically for REPACK
Álvaro Herrera
2026/04/07
pgsql: Fix harmless leftover in _hash_kill_items()
Heikki Linnakangas
2026/04/07
pgsql: Add errdetail() with PID and UID about source of termination sig
Andrew Dunstan
2026/04/07
pgsql: pg_stash_advice: Allow stashed advice to be persisted to disk.
Robert Haas
2026/04/07
pgsql: Minimal fix for WAIT FOR ... MODE 'standby_flush'
Andres Freund
2026/04/07
pgsql: doc: Add an example of REPACK (CONCURRENTLY)
Álvaro Herrera
2026/04/07
Re: pgsql: Fix valgrind failure
Álvaro Herrera
2026/04/07
pgsql: Tidy up #ifdef USE_INJECTION_POINTS guards
Heikki Linnakangas
2026/04/07
pgsql: Fix tests under wal_level=minimal
Álvaro Herrera
2026/04/07
Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Andres Freund
2026/04/07
pgsql: Modernize and optimize pg_buffercache_pages()
Heikki Linnakangas
2026/04/07
Re: pgsql: Allow autovacuum to use parallel vacuum workers.
Aleksander Alekseev
2026/04/07
pgsql: Use add_size/mul_size for index instrumentation size calculation
Tomas Vondra
2026/04/07
Re: pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Peter Eisentraut
2026/04/07
pgsql: Optimize sorting and deduplicating trigrams
Heikki Linnakangas
2026/04/07
pgsql: Fix BitmapHeapScan non-parallel-aware EXPLAIN ANALYZE
Tomas Vondra
2026/04/07
pgsql: Allow logical replication snapshots to be database-specific
Álvaro Herrera
2026/04/07
pgsql: Avoid different-size pointer-to-integer cast
Álvaro Herrera
2026/04/07
pgsql: Optimize sort and deduplication in ginExtractEntries()
Heikki Linnakangas
2026/04/07
Re: pgsql: Fix valgrind failure
Bertrand Drouvot
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
Earlier messages
Later messages