pgsql-committers
Thread
Date
Earlier messages
Messages by Date
2026/03/26
pgsql: Refactor ShmemIndex initialization
Heikki Linnakangas
2026/03/26
pgsql: MSVC: Remove unnecessary warning option
Peter Eisentraut
2026/03/26
pgsql: Make fixed-length list building macros work in C++
Peter Eisentraut
2026/03/25
pgsql: Refactor replorigin_session_setup() for better readability.
Amit Kapila
2026/03/25
pgsql: Fix UUID sortability tests in base32hex encoding.
Masahiko Sawada
2026/03/25
pgsql: Improve timeout handling of pg_promote()
Michael Paquier
2026/03/25
pgsql: Remove a low-value, high-risk optimization in pg_waldump.
Tom Lane
2026/03/25
pgsql: Fix misuse of simplehash.h hash operations in pg_waldump.
Tom Lane
2026/03/25
pgsql: Fix file descriptor leakages in pg_waldump.
Tom Lane
2026/03/25
pgsql: Add base32hex support to encode() and decode() functions.
Masahiko Sawada
2026/03/25
pgsql: Remove unused autovac_table.at_sharedrel
Álvaro Herrera
2026/03/25
pgsql: psql: Fix tab completion for FOREIGN DATA WRAPPER and SUBSCRIPTI
Masahiko Sawada
2026/03/25
pgsql: Disable warnings in system headers in MSVC
Peter Eisentraut
2026/03/25
pgsql: Remove compiler warning option -Wendif-labels
Peter Eisentraut
2026/03/25
pgsql: Fix some typos and make small stylistic improvements
Peter Eisentraut
2026/03/24
pgsql: Fix typo
Peter Eisentraut
2026/03/24
pgsql: pg_createsubscriber: Add -l/--logdir option to redirect output t
Amit Kapila
2026/03/24
pgsql: Refactor handling of x86 CPUID instructions
John Naylor
2026/03/24
pgsql: Remove isolation test lock-stats
Michael Paquier
2026/03/24
pgsql: Refactor to remove ForeignServerName().
Jeff Davis
2026/03/24
pgsql: GetSubscription(): use per-object memory context.
Jeff Davis
2026/03/24
pgsql: Remove XLOG_HEAP2_VISIBLE entirely
Melanie Plageman
2026/03/24
pgsql: WAL log VM setting for empty pages in XLOG_HEAP2_PRUNE_VACUUM_SC
Melanie Plageman
2026/03/24
pgsql: WAL log VM setting during vacuum phase I in XLOG_HEAP2_PRUNE_VAC
Melanie Plageman
2026/03/24
pgsql: get_memoize_path: Don't exit quickly when PGS_NESTLOOP_PLAIN is
Robert Haas
2026/03/24
pgsql: Keep newest live XID up-to-date even if page not all-visible
Melanie Plageman
2026/03/24
pgsql: Use GlobalVisState in vacuum to determine page level visibility
Melanie Plageman
2026/03/24
pgsql: Avoid including clog.h in proc.h
Álvaro Herrera
2026/03/24
pgsql: Remove read_archive_file()'s "count" parameter.
Tom Lane
2026/03/24
pgsql: Fix poorly-sized buffers in astreamer compression modules.
Tom Lane
2026/03/24
pgsql: Don't include storage/lock.h in so many headers
Álvaro Herrera
2026/03/24
pgsql: Fix dereference in a couple of GUC check hooks
Álvaro Herrera
2026/03/24
pgsql: test_bloomfilter: Fix error message.
Nathan Bossart
2026/03/24
pgsql: Add a test for creating an index on a whole-row expression.
Robert Haas
2026/03/24
pgsql: Fix accidentally casting away const
Peter Eisentraut
2026/03/24
pgsql: Report detailed errors from XLogFindNextRecord() failures.
Fujii Masao
2026/03/24
pgsql: Bounds-check access to TupleDescAttr with an Assert.
Robert Haas
2026/03/24
pgsql: Make many cast functions error safe
Peter Eisentraut
2026/03/24
pgsql: Prevent spurious "indexes on virtual generated columns are not s
Robert Haas
2026/03/24
pgsql: Prevent spurious "indexes on virtual generated columns are not s
Robert Haas
2026/03/24
pgsql: Fix copy-paste error in test_ginpostinglist
John Naylor
2026/03/24
pgsql: Fix copy-paste error in test_ginpostinglist
John Naylor
2026/03/24
pgsql: Fix copy-paste error in test_ginpostinglist
John Naylor
2026/03/24
pgsql: Fix copy-paste error in test_ginpostinglist
John Naylor
2026/03/24
pgsql: Fix copy-paste error in test_ginpostinglist
John Naylor
2026/03/24
pgsql: Fix copy-paste error in test_ginpostinglist
John Naylor
2026/03/24
pgsql: Further improve commentary about ChangeVarNodesWalkExpression()
Alexander Korotkov
2026/03/24
pgsql: Further improve commentary about ChangeVarNodesWalkExpression()
Alexander Korotkov
2026/03/23
pgsql: Add support for lock statistics in pgstats
Michael Paquier
2026/03/23
pgsql: Move some code blocks in lock.c and proc.c
Michael Paquier
2026/03/23
pgsql: Make implementation of SASLprep compliant for ASCII characters
Michael Paquier
2026/03/23
pgsql: Silence compiler warning from older compilers.
Tom Lane
2026/03/23
pgsql: Doc: minor improvements to SNI documentation.
Tom Lane
2026/03/23
pgsql: Doc: document how EXPLAIN ANALYZE reports parallel queries.
Tom Lane
2026/03/23
pgsql: doc: make "datadir" argument specification more specific
Bruce Momjian
2026/03/23
pgsql: Improve commentary about ChangeVarNodesWalkExpression().
Tom Lane
2026/03/23
pgsql: Improve commentary about ChangeVarNodesWalkExpression().
Tom Lane
2026/03/23
pgsql: Fix multixact backwards-compatibility with CHECKPOINT race condi
Heikki Linnakangas
2026/03/23
pgsql: Fix multixact backwards-compatibility with CHECKPOINT race condi
Heikki Linnakangas
2026/03/23
pgsql: Fix multixact backwards-compatibility with CHECKPOINT race condi
Heikki Linnakangas
2026/03/23
pgsql: Fix multixact backwards-compatibility with CHECKPOINT race condi
Heikki Linnakangas
2026/03/23
pgsql: Fix multixact backwards-compatibility with CHECKPOINT race condi
Heikki Linnakangas
2026/03/23
pgsql: Fix invalid value of pg_aios.pid, function pg_get_aios()
Michael Paquier
2026/03/23
pgsql: Fix invalid value of pg_aios.pid, function pg_get_aios()
Michael Paquier
2026/03/23
pgsql: ci: Run headerscheck and cpluspluscheck in parallel
Peter Eisentraut
2026/03/23
pgsql: headerscheck: Get CXXFLAGS from Makefile.global
Peter Eisentraut
2026/03/22
pgsql: pg_createsubscriber: Introduce module-specific logging functions
Amit Kapila
2026/03/22
pgsql: Add missing deflateEnd() for server-side gzip base backups
Michael Paquier
2026/03/22
pgsql: Fix another buglet in archive_waldump.c.
Tom Lane
2026/03/22
pgsql: Fix assorted bugs in archive_waldump.c.
Tom Lane
2026/03/22
pgsql: Remove nonfunctional tar file trailer size check.
Tom Lane
2026/03/22
pgsql: Fix finalization of decompressor astreamers.
Tom Lane
2026/03/22
pgsql: Fix finalization of decompressor astreamers.
Tom Lane
2026/03/22
pgsql: Fix finalization of decompressor astreamers.
Tom Lane
2026/03/22
pgsql: Fix finalization of decompressor astreamers.
Tom Lane
2026/03/22
pgsql: Fix finalization of decompressor astreamers.
Tom Lane
2026/03/22
pgsql: Add fake LSN support to hash index AM.
Peter Geoghegan
2026/03/22
pgsql: Add pruning fast path for all-visible and all-frozen pages
Melanie Plageman
2026/03/22
pgsql: Make IndexScanInstrumentation a pointer in executor scan nodes.
Peter Geoghegan
2026/03/22
pgsql: Detect and fix visibility map corruption in more cases
Melanie Plageman
2026/03/22
pgsql: Don't reset 'latest_page_number' when replaying multixid truncat
Heikki Linnakangas
2026/03/21
pgsql: Add test for single-page VACUUM of hash index on INSERT
Michael Paquier
2026/03/20
pgsql: Move declarations related to locktags from lock.h to new locktag
Michael Paquier
2026/03/20
pgsql: plpgsql: optimize "SELECT simple-expression INTO var".
Tom Lane
2026/03/20
pgsql: Fix dependency on FDW's connection function.
Jeff Davis
2026/03/20
pgsql: pg_verifybackup: Enable WAL parsing for tar-format backups
Andrew Dunstan
2026/03/20
pgsql: pg_waldump: Add support for reading WAL from tar archives
Andrew Dunstan
2026/03/20
pgsql: pg_waldump: Preparatory refactoring for tar archive WAL decoding
Andrew Dunstan
2026/03/20
pgsql: Move tar detection and compression logic to common.
Andrew Dunstan
2026/03/20
pgsql: Add percentage of available IDs to wraparound warnings.
Nathan Bossart
2026/03/20
pgsql: Bump transaction/multixact ID warning limits to 100M.
Nathan Bossart
2026/03/20
pgsql: Discount the metapage when estimating number of index pages visi
Tom Lane
2026/03/20
pgsql: Fix self-join removal to update bare Var references in join clau
Alexander Korotkov
2026/03/20
pgsql: Fix self-join removal to update bare Var references in join clau
Alexander Korotkov
2026/03/20
pgsql: SET NOT NULL: Call object-alter hook only after the catalog chan
Álvaro Herrera
2026/03/20
pgsql: SET NOT NULL: Call object-alter hook only after the catalog chan
Álvaro Herrera
2026/03/20
pgsql: test_plan_advice: Set TAP test priority 50 in meson.build.
Robert Haas
2026/03/20
pgsql: Add option force_array for COPY JSON FORMAT
Andrew Dunstan
2026/03/20
pgsql: json format for COPY TO
Andrew Dunstan
2026/03/20
pgsql: introduce CopyFormat, refactor CopyFormatOptions
Andrew Dunstan
2026/03/20
pgsql: Cleanup users and roles in graph_table_rls test
Peter Eisentraut
2026/03/20
pgsql: Update Unicode data to Unicode 17.0.0
Peter Eisentraut
2026/03/19
pgsql: Add support for EXCEPT TABLE in ALTER PUBLICATION.
Amit Kapila
2026/03/19
pgsql: Fix new tuple deforming code so it can support cstrings again
David Rowley
2026/03/19
pgsql: Fix dependency on FDW handler.
Jeff Davis
2026/03/19
pgsql: Fix dependency on FDW handler.
Jeff Davis
2026/03/19
pgsql: Fix dependency on FDW handler.
Jeff Davis
2026/03/19
pgsql: Fix dependency on FDW handler.
Jeff Davis
2026/03/19
pgsql: Fix dependency on FDW handler.
Jeff Davis
2026/03/19
pgsql: Fix dependency on FDW handler.
Jeff Davis
2026/03/19
pgsql: Add parallel vacuum worker usage to VACUUM (VERBOSE) and autovac
Masahiko Sawada
2026/03/19
pgsql: Allow explicit casting between bytea and uuid.
Masahiko Sawada
2026/03/19
pgsql: Improve hash join's handling of tuples with null join keys.
Tom Lane
2026/03/19
pgsql: Avoid leaking duplicated file descriptors in corner cases.
Tom Lane
2026/03/19
pgsql: Allow choosing specific grantors via GRANT/REVOKE ... GRANTED BY
Nathan Bossart
2026/03/19
pgsql: dshash: Make it possible to suppress out of memory errors
Robert Haas
2026/03/19
pgsql: Fix transient memory leakage in jsonpath evaluation.
Tom Lane
2026/03/18
pgsql: Add some const qualifiers enabled by typeof_unqual change on cop
Peter Eisentraut
2026/03/18
pgsql: Add commit 015d32016d84 to .git-blame-ignore-revs.
Michael Paquier
2026/03/18
pgsql: test_saslprep: Apply proper indentation
Michael Paquier
2026/03/18
pgsql: Short-circuit row estimation in NOT IN containing NULL consts
David Rowley
2026/03/18
pgsql: test_saslprep: Test module for SASLprep()
Michael Paquier
2026/03/18
pgsql: Add more debugging information for bgworker termination tests of
Michael Paquier
2026/03/18
pgsql: doc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN
Fujii Masao
2026/03/18
pgsql: pg_plan_advice: Fix multiple copy-and-paste-errors in test case.
Robert Haas
2026/03/18
pgsql: ssl: Skip passphrase reload tests in EXEC_BACKEND builds
Daniel Gustafsson
2026/03/18
pgsql: Fix -Wstrict-prototypes warning in ecpg_init_sqlca() declaration
Tom Lane
2026/03/18
pgsql: pg_restore: Remove unnecessary strlen() calls in options parsing
Nathan Bossart
2026/03/18
pgsql: ALTER SUBSCRIPTION ... SERVER test.
Jeff Davis
2026/03/18
pgsql: Exclude contrib/pg_plan_advice/pgpa_parser.h from headerscheck.
Tom Lane
2026/03/18
pgsql: Fix pg_dump for CREATE FOREIGN DATA WRAPPER ... CONNECTION.
Jeff Davis
2026/03/18
pgsql: Enable -Wstrict-prototypes and -Wold-style-definition by default
Peter Eisentraut
2026/03/18
pgsql: Implement unaccent Unicode data update in meson
Peter Eisentraut
2026/03/18
pgsql: Update RELEASE_CHANGES
Peter Eisentraut
2026/03/18
pgsql: ssl: Add tests for client CA
Daniel Gustafsson
2026/03/18
pgsql: ssl: Serverside SNI support for libpq
Daniel Gustafsson
2026/03/18
pgsql: meson: Add headerscheck and cpluspluscheck targets
Peter Eisentraut
2026/03/18
pgsql: meson: Add {perl|python}_includespec to generated Makefile.globa
Peter Eisentraut
2026/03/18
pgsql: Allow setting the collation strength in ICU tailoring rules
Peter Eisentraut
2026/03/17
pgsql: Move planner row-estimation tests to new planner_est.sql
David Rowley
2026/03/17
pgsql: test_plan_advice: Add .gitignore
Michael Paquier
2026/03/17
pgsql: Allow IS JSON predicate to work with domain types
Andrew Dunstan
2026/03/17
pgsql: Fix use of wrong variable in _hash_kill_items()
Andres Freund
2026/03/17
pgsql: pg_plan_advice: Avoid a crash under GEQO.
Robert Haas
2026/03/17
pgsql: Test pg_plan_advice using a new test_plan_advice module.
Robert Haas
2026/03/17
pgsql: pg_plan_advice: Always install pg_plan_advice.h, and in the righ
Robert Haas
2026/03/17
pgsql: pg_dump: Simplify query for retrieving attribute statistics.
Nathan Bossart
2026/03/17
pgsql: Hardcode typeof_unqual to __typeof_unqual__ for clang
Peter Eisentraut
2026/03/17
pgsql: pg_plan_advice: Fix variable type confusion.
Robert Haas
2026/03/17
pgsql: make immutability tests in to_json and to_jsonb complete
Andrew Dunstan
2026/03/17
pgsql: Add more columns to pg_stats, pg_stats_ext, and pg_stats_ext_exp
Nathan Bossart
2026/03/17
pgsql: Dump labels in reproducible order
Peter Eisentraut
2026/03/17
pgsql: Don't leave behind files in src dir in 007_multixact_conversion.
Heikki Linnakangas
2026/03/17
pgsql: pg_dump: Add appropriate version check
Peter Eisentraut
2026/03/17
pgsql: gen_guc_tables.pl: Improve detection of inconsistent data
Michael Paquier
2026/03/16
pgsql: Refactor some code around ALTER TABLE [NO] INHERIT
Michael Paquier
2026/03/16
pgsql: Add regression test for ALTER TABLE .. NO INHERIT on typed table
Michael Paquier
2026/03/16
Re: pgsql: SQL Property Graph Queries (SQL/PGQ)
Junwang Zhao
2026/03/16
pgsql: Tweak TAP test for worker terminations in worker_spi
Michael Paquier
2026/03/16
Re: pgsql: SQL Property Graph Queries (SQL/PGQ)
Junwang Zhao
2026/03/16
pgsql: Reduce size of CompactAttribute struct to 8 bytes
David Rowley
2026/03/16
pgsql: Fix WAL flush LSN used by logical walsender during shutdown
Fujii Masao
2026/03/16
pgsql: Fix WAL flush LSN used by logical walsender during shutdown
Fujii Masao
2026/03/16
pgsql: Fix WAL flush LSN used by logical walsender during shutdown
Fujii Masao
2026/03/16
pgsql: Fix WAL flush LSN used by logical walsender during shutdown
Fujii Masao
2026/03/16
pgsql: Fix WAL flush LSN used by logical walsender during shutdown
Fujii Masao
2026/03/16
pgsql: Fix WAL flush LSN used by logical walsender during shutdown
Fujii Masao
2026/03/16
Re: pgsql: Add pg_plan_advice contrib module.
David Rowley
2026/03/16
pgsql: Clean up postgres_fdw/t/010_subscription.pl.
Jeff Davis
2026/03/16
pgsql: Fix thinko in nocachegetattr() and nocache_index_getattr()
David Rowley
2026/03/16
pgsql: pg_plan_advice: Fix failures to accept identifier keywords.
Robert Haas
2026/03/16
pgsql: Fix whitespace
Peter Eisentraut
2026/03/16
pgsql: Hardcode override of typeof_unqual for clang-for-bitcode
Peter Eisentraut
2026/03/16
Re: pgsql: Fix small memory leak in get_dbname_oid_list_from_mfile().
Tom Lane
2026/03/16
Re: pgsql: SQL Property Graph Queries (SQL/PGQ)
Andrew Dunstan
2026/03/16
pgsql: pg_dumpall: Fix handling of incompatible options.
Nathan Bossart
2026/03/16
Re: pgsql: Fix small memory leak in get_dbname_oid_list_from_mfile().
Álvaro Herrera
2026/03/16
pgsql: Make some tests more stable by adding more explicit ordering
Peter Eisentraut
2026/03/16
pgsql: Reduce header inclusions via execnodes.h
Álvaro Herrera
2026/03/16
pgsql: Fix pg_upgrade failure when extension_control_path is used
Peter Eisentraut
2026/03/16
pgsql: Remove unstable test for pg_statio_all_sequences stats reset
Fujii Masao
2026/03/16
pgsql: Prevent -Wstrict-prototypes and -Wold-style-definition warnings
Peter Eisentraut
2026/03/16
pgsql: SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2026/03/16
pgsql: Ensure "still waiting on lock" message is logged only once per w
Fujii Masao
2026/03/16
pgsql: Reject ALTER TABLE .. CLUSTER earlier for partitioned tables
Michael Paquier
2026/03/16
pgsql: Add stats_reset column to pg_statio_all_sequences
Fujii Masao
2026/03/15
pgsql: Fix accidentally casting away const
Peter Eisentraut
2026/03/15
Re: pgsql: Fix small memory leak in get_dbname_oid_list_from_mfile().
Mahendra Singh Thalor
2026/03/15
pgsql: Remove obsolete speculative insert cleanup in ReorderBuffer.
Amit Kapila
2026/03/15
pgsql: file_fdw: Add regression test for file_fdw with ON_ERROR='set_nu
Fujii Masao
2026/03/15
pgsql: Optimize hash index bulk-deletion with streaming read
Michael Paquier
2026/03/15
pgsql: Move -ffast-math defense to float.c and remove the configure che
Tom Lane
2026/03/15
pgsql: Be more careful about int vs. Oid in ecpglib.
Tom Lane
2026/03/15
pgsql: Optimize tuple deformation
David Rowley
2026/03/15
pgsql: Add all required calls to TupleDescFinalize()
David Rowley
2026/03/15
pgsql: Save a few bytes per CatCTup.
Tom Lane
2026/03/15
Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
Peter Eisentraut
2026/03/15
pgsql: Fix small memory leak in get_dbname_oid_list_from_mfile().
Tom Lane
2026/03/15
Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
Tom Lane
2026/03/15
Re: pgsql: Make typeof and typeof_unqual fallback definitions work on C++11
Tom Lane
Earlier messages