pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/02/03
pgsql: pg_resetwal: Fix incorrect error message related to pg_wal/summa
Michael Paquier
2026/02/03
pgsql: Docs: consolidate dependency notes in pg_dump and pg_restore
Álvaro Herrera
2026/02/03
pgsql: Update .abi-compliance-history for AdjustNotNullInheritance().
Álvaro Herrera
2026/02/03
pgsql: Don't hint that you can reconnect when the database is dropped
Heikki Linnakangas
2026/02/03
pgsql: Remove useless errdetail_abort()
Heikki Linnakangas
2026/02/03
pgsql: Reject ADD CONSTRAINT NOT NULL if name mismatches existing const
Álvaro Herrera
2026/02/03
pgsql: Reject ADD CONSTRAINT NOT NULL if name mismatches existing const
Álvaro Herrera
2026/02/03
pgsql: Change StaticAssertVariableIsOfType to be a declaration
Peter Eisentraut
2026/02/03
pgsql: Rename AssertVariableIsOfType to StaticAssertVariableIsOfType
Peter Eisentraut
2026/02/02
pgsql: Add two IO wait events for COPY FROM/TO on a pipe/file/program
Michael Paquier
2026/02/02
pgsql: Fix incorrect errno in OpenWalSummaryFile()
Michael Paquier
2026/02/02
pgsql: Fix incorrect errno in OpenWalSummaryFile()
Michael Paquier
2026/02/02
pgsql: Fix incorrect errno in OpenWalSummaryFile()
Michael Paquier
2026/02/02
pgsql: Release synchronous replication waiters immediately on configura
Fujii Masao
2026/02/02
pgsql: psql: Add %i prompt escape to indicate hot standby status.
Fujii Masao
2026/02/02
pgsql: Fix flakiness in the pg_visibility VM-only vacuum test by using
Melanie Plageman
2026/02/02
pgsql: test_shm_mq: Set background worker names.
Nathan Bossart
2026/02/02
pgsql: Refactor att_align_nominal() to improve performance.
Tom Lane
2026/02/02
pgsql: In s_lock.h, use regular labels with %= instead of local labels.
Tom Lane
2026/02/01
pgsql: Fix error message in RemoveWalSummaryIfOlderThan()
Michael Paquier
2026/02/01
pgsql: Fix error message in RemoveWalSummaryIfOlderThan()
Michael Paquier
2026/02/01
pgsql: Fix error message in RemoveWalSummaryIfOlderThan()
Michael Paquier
2026/02/01
pgsql: Fix build inconsistency due to the generation of wait-event code
Michael Paquier
2026/02/01
pgsql: Fix build inconsistency due to the generation of wait-event code
Michael Paquier
2026/02/01
pgsql: Fix build inconsistency due to the generation of wait-event code
Michael Paquier
2026/01/30
pgsql: Improve guards against false regex matches in BackgroundPsql.pm.
Tom Lane
2026/01/30
pgsql: Improve guards against false regex matches in BackgroundPsql.pm.
Tom Lane
2026/01/30
pgsql: Improve guards against false regex matches in BackgroundPsql.pm.
Tom Lane
2026/01/30
pgsql: Improve guards against false regex matches in BackgroundPsql.pm.
Tom Lane
2026/01/30
pgsql: Improve guards against false regex matches in BackgroundPsql.pm.
Tom Lane
2026/01/30
pgsql: Improve guards against false regex matches in BackgroundPsql.pm.
Tom Lane
2026/01/30
pgsql: Make psql/t/030_pager.pl more robust.
Tom Lane
2026/01/30
pgsql: Move shmem allocator's fields from PGShmemHeader to its own stru
Heikki Linnakangas
2026/01/30
pgsql: Minor cosmetic tweaks
Álvaro Herrera
2026/01/30
pgsql: Use C99 designated designators in a couple of places
Álvaro Herrera
2026/01/30
pgsql: Update .abi-compliance-history for change to TransitionCaptureSt
Dean Rasheed
2026/01/30
pgsql: Update .abi-compliance-history for change to TransitionCaptureSt
Dean Rasheed
2026/01/30
pgsql: Update .abi-compliance-history for change to TransitionCaptureSt
Dean Rasheed
2026/01/30
pgsql: Update .abi-compliance-history for change to TransitionCaptureSt
Dean Rasheed
2026/01/29
pgsql: Remove unused argument from ApplyLogicalMappingFile().
Fujii Masao
2026/01/29
pgsql: tableam: Perform CheckXidAlive check once per scan
Andres Freund
2026/01/29
pgsql: bufmgr: Allow conditionally locking of already locked buffer
Andres Freund
2026/01/29
pgsql: Further fix extended alignment for older g++.
Tom Lane
2026/01/29
pgsql: Fix theoretical memory leaks in pg_locale_libc.c.
Jeff Davis
2026/01/29
pgsql: Fix theoretical memory leaks in pg_locale_libc.c.
Jeff Davis
2026/01/29
pgsql: Replace literal 0 with InvalidXLogRecPtr for XLogRecPtr assignme
Álvaro Herrera
2026/01/29
Re: pgsql: Allow for plugin control over path generation strategies.
Robert Haas
2026/01/29
Re: pgsql: Allow for plugin control over path generation strategies.
Aleksander Alekseev
2026/01/29
Re: pgsql: Allow for plugin control over path generation strategies.
Aleksander Alekseev
2026/01/29
Re: pgsql: Allow for plugin control over path generation strategies.
Robert Haas
2026/01/29
pgsql: Fix mistakes in commit 4020b370f214315b8c10430301898ac21658143f
Robert Haas
2026/01/28
pgsql: Wake LSN waiters before recovery target stop
Alexander Korotkov
2026/01/28
pgsql: psql: Disable %P (pipeline status) for non-active connection
Michael Paquier
2026/01/28
pgsql: psql: Disable %P (pipeline status) for non-active connection
Michael Paquier
2026/01/28
pgsql: Fix two error messages in extended_stats_funcs.c
Michael Paquier
2026/01/28
Re: pgsql: Allow for plugin control over path generation strategies.
Michael Paquier
2026/01/28
pgsql: Add test doing some cloning of extended statistics data
Michael Paquier
2026/01/28
pgsql: Add test for pg_restore_extended_stats() with multiranges
Michael Paquier
2026/01/28
pgsql: Fix CI failure introduced in commit 851f6649cc.
Amit Kapila
2026/01/28
pgsql: Fix CI failure introduced in commit 851f6649cc.
Amit Kapila
2026/01/28
pgsql: Fix CI failure introduced in commit 851f6649cc.
Amit Kapila
2026/01/28
pgsql: Add support for "mcv" in pg_restore_extended_stats()
Michael Paquier
2026/01/28
pgsql: Fix whitespace issue in regression test stats_import
Michael Paquier
2026/01/28
pgsql: Add a couple of recent commits to .git-blame-ignore-revs.
Nathan Bossart
2026/01/28
pgsql: Consolidate replication origin session globals into a single str
Masahiko Sawada
2026/01/28
pgsql: Refactor replication origin state reset helpers.
Masahiko Sawada
2026/01/28
pgsql: Standardize replication origin naming to use "ReplOrigin".
Masahiko Sawada
2026/01/28
pgsql: Allow for plugin control over path generation strategies.
Robert Haas
2026/01/28
pgsql: Fix duplicate arbiter detection during REINDEX CONCURRENTLY on p
Álvaro Herrera
2026/01/27
pgsql: Fix pg_restore_extended_stats() with expressions
Michael Paquier
2026/01/27
pgsql: Add output test for pg_dependencies statistics import
Michael Paquier
2026/01/27
pgsql: oauth: Correct test dependency on oauth_hook_client
Jacob Champion
2026/01/27
pgsql: oauth: Correct test dependency on oauth_hook_client
Jacob Champion
2026/01/27
Re: pgsql: Fix crash introduced by incorrect backport 806555e300.
Jeff Davis
2026/01/27
pgsql: Fix crash introduced by incorrect backport 806555e300.
Jeff Davis
2026/01/27
pgsql: pg_waldump: Remove file-level global WalSegSz.
Robert Haas
2026/01/26
pgsql: Prevent invalidation of newly synced replication slots.
Amit Kapila
2026/01/26
pgsql: Prevent invalidation of newly synced replication slots.
Amit Kapila
2026/01/26
pgsql: Prevent invalidation of newly synced replication slots.
Amit Kapila
2026/01/26
pgsql: Include extended statistics data in pg_dump
Michael Paquier
2026/01/26
pgsql: Remove unnecessary abort() from WalSndShutdown().
Fujii Masao
2026/01/26
pgsql: pgindent fix for 3fccbd94cba
Tomas Vondra
2026/01/26
pgsql: pgindent fix for 3fccbd94cba
Tomas Vondra
2026/01/26
pgsql: Handle ENOENT status when querying NUMA node
Tomas Vondra
2026/01/26
pgsql: Handle ENOENT status when querying NUMA node
Tomas Vondra
2026/01/26
pgsql: Add support for "dependencies" in pg_restore_extended_stats()
Michael Paquier
2026/01/26
pgsql: Refactor lazy_scan_prune() VM clear logic into helper
Melanie Plageman
2026/01/26
pgsql: Eliminate use of cached VM value in lazy_scan_prune()
Melanie Plageman
2026/01/26
pgsql: Combine visibilitymap_set() cases in lazy_scan_prune()
Melanie Plageman
2026/01/26
pgsql: Exercise parallel GIN builds in regression tests
Tomas Vondra
2026/01/26
pgsql: Lookup the correct ordering for parallel GIN builds
Tomas Vondra
2026/01/26
pgsql: Lookup the correct ordering for parallel GIN builds
Tomas Vondra
2026/01/26
pgsql: Exercise parallel GIN builds in regression tests
Tomas Vondra
2026/01/26
pgsql: Reduce length of TAP test file name.
Robert Haas
2026/01/26
pgsql: Reduce length of TAP test file name.
Robert Haas
2026/01/26
pgsql: Reduce length of TAP test file name.
Robert Haas
2026/01/26
pgsql: Fix accidentally cast away qualifiers
Peter Eisentraut
2026/01/26
pgsql: doc: Clarify that \d and \d+ output lists are illustrative, not
Fujii Masao
2026/01/26
pgsql: Fix possible issue of a WindowFunc being in the wrong WindowClau
David Rowley
2026/01/26
pgsql: Fix possible issue of a WindowFunc being in the wrong WindowClau
David Rowley
2026/01/26
pgsql: Fix possible issue of a WindowFunc being in the wrong WindowClau
David Rowley
2026/01/26
pgsql: Remove deduplication logic from find_window_functions
David Rowley
2026/01/26
pgsql: Disable extended alignment uses on older g++
Peter Eisentraut
2026/01/25
pgsql: Add test for MAINTAIN permission with pg_restore_extended_stats(
Michael Paquier
2026/01/25
pgsql: Fix missing initialization in pg_restore_extended_stats()
Michael Paquier
2026/01/25
pgsql: Add pg_restore_extended_stats()
Michael Paquier
2026/01/25
pgsql: Add test with multirange type for pg_restore_attribute_stats()
Michael Paquier
2026/01/25
pgsql: Remove PG_MMAP_FLAGS from mem.h
Michael Paquier
2026/01/25
pgsql: Always inline SeqNext and SeqRecheck
David Rowley
2026/01/25
pgsql: Add more tests with clause STORAGE on table and TOAST interactio
Michael Paquier
2026/01/25
pgsql: Work around buggy alignas in older g++
Peter Eisentraut
2026/01/25
pgsql: pg_stat_statements: Fix test instability with cache-clobbering b
Michael Paquier
2026/01/24
pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Dean Rasheed
2026/01/24
pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Dean Rasheed
2026/01/24
pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Dean Rasheed
2026/01/24
pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Dean Rasheed
2026/01/24
pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Dean Rasheed
2026/01/23
pgsql: pqcomm.h: Explicitly reserve protocol v3.1
Jacob Champion
2026/01/23
pgsql: libpq_pipeline: Test the default protocol version
Jacob Champion
2026/01/23
pgsql: Add missing #include.
Nathan Bossart
2026/01/23
pgsql: Fix some rounding code for shared memory.
Nathan Bossart
2026/01/22
pgsql: Add WALRCV_CONNECTING state to the WAL receiver
Michael Paquier
2026/01/22
pgsql: Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026/01/22
pgsql: Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026/01/22
pgsql: Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026/01/22
pgsql: Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026/01/22
pgsql: Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026/01/22
pgsql: Fix bogus ctid requirement for dummy-root partitioned targets
Amit Langote
2026/01/22
pgsql: Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDA
Tom Lane
2026/01/22
pgsql: Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDA
Tom Lane
2026/01/22
pgsql: Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDA
Tom Lane
2026/01/22
pgsql: Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDA
Tom Lane
2026/01/22
pgsql: Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDA
Tom Lane
2026/01/22
pgsql: Remove faulty Assert in partitioned INSERT...ON CONFLICT DO UPDA
Tom Lane
2026/01/22
pgsql: Make some use of anonymous unions [reloptions]
Álvaro Herrera
2026/01/22
pgsql: Record range constructor functions in pg_range
Peter Eisentraut
2026/01/22
Re: pgsql: tests: Add a test C++ extension module
Peter Eisentraut
2026/01/22
pgsql: Mark commented out code as unused
Peter Eisentraut
2026/01/22
pgsql: Remove incorrect commented out code
Peter Eisentraut
2026/01/22
pgsql: Remove redundant AssertVariableIsOfType uses
Peter Eisentraut
2026/01/22
pgsql: Detect if flags are needed for C++11 support
Peter Eisentraut
2026/01/22
pgsql: doc: List all the possible values of pg_stat_wal_receiver.status
Michael Paquier
2026/01/21
pgsql: doc: Mention pg_get_partition_constraintdef()
Michael Paquier
2026/01/21
pgsql: doc: Mention pg_get_partition_constraintdef()
Michael Paquier
2026/01/21
pgsql: doc: Mention pg_get_partition_constraintdef()
Michael Paquier
2026/01/21
pgsql: doc: Mention pg_get_partition_constraintdef()
Michael Paquier
2026/01/21
pgsql: doc: Mention pg_get_partition_constraintdef()
Michael Paquier
2026/01/21
pgsql: doc: Mention pg_get_partition_constraintdef()
Michael Paquier
2026/01/21
pgsql: jit: Add missing inline pass for LLVM >= 17.
Thomas Munro
2026/01/21
pgsql: jit: Add missing inline pass for LLVM >= 17.
Thomas Munro
2026/01/21
pgsql: jit: Add missing inline pass for LLVM >= 17.
Thomas Munro
2026/01/21
pgsql: jit: Add missing inline pass for LLVM >= 17.
Thomas Munro
2026/01/21
pgsql: jit: Add missing inline pass for LLVM >= 17.
Thomas Munro
2026/01/21
pgsql: jit: Add missing inline pass for LLVM >= 17.
Thomas Munro
2026/01/21
pgsql: Improve the error message in COPY with HEADER option.
Fujii Masao
2026/01/21
pgsql: file_fdw: Support multi-line HEADER option.
Fujii Masao
2026/01/21
Re: pgsql: tests: Add a test C++ extension module
Peter Smith
2026/01/21
pgsql: Rename "fast" and "slow" popcount functions.
Nathan Bossart
2026/01/21
pgsql: Rename pg_popcount_avx512.c to pg_popcount_x86.c.
Nathan Bossart
2026/01/21
pgsql: Refactor some SIMD and popcount macros.
Nathan Bossart
2026/01/21
pgsql: Move x86-64-specific popcount code to pg_popcount_x86.c.
Nathan Bossart
2026/01/21
pgsql: Force standard_conforming_strings to always be ON.
Tom Lane
2026/01/21
pgsql: Allow Boolean reloptions to have ternary values
Álvaro Herrera
2026/01/21
pgsql: Remove useless flag PVC_INCLUDE_CONVERTROWTYPES.
Tom Lane
2026/01/21
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2026/01/21
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2026/01/21
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2026/01/21
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2026/01/21
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2026/01/21
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
2026/01/21
pgsql: Remove more leftovers of AIX support
Peter Eisentraut
2026/01/21
Re: pgsql: tests: Add a test C++ extension module
Peter Eisentraut
2026/01/21
pgsql: pg_stat_statements: Add more tests for level tracking
Michael Paquier
2026/01/21
Re: pgsql: tests: Add a test C++ extension module
Jelte Fennema-Nio
2026/01/20
pgsql: Fix for C++ compatibility
Peter Eisentraut
2026/01/20
pgsql: Update some comments for fasthash
John Naylor
2026/01/20
pgsql: Improve errdetail for logical replication conflict messages.
Amit Kapila
2026/01/20
Re: pgsql: tests: Add a test C++ extension module
Peter Smith
2026/01/20
pgsql: pg_stat_statements: Clean up REGRESS list in Makefile
Michael Paquier
2026/01/20
pgsql: pg_stat_statements: Rework test order
Michael Paquier
2026/01/20
pgsql: tests: Add a test C++ extension module
Peter Eisentraut
2026/01/20
pgsql: Use integer backend type when exec'ing a postmaster child
Álvaro Herrera
2026/01/20
pgsql: Remove redundant pg_unreachable() after elog(ERROR) from ExecWai
Alexander Korotkov
2026/01/20
pgsql: Fix concurrent sequence drops during sequence synchronization.
Amit Kapila
2026/01/19
pgsql: Add routine to free MCVList
Michael Paquier
2026/01/19
pgsql: doc: revert "xreflabel" used for PL/Python & libpq chapters
Bruce Momjian
2026/01/19
pgsql: doc: revert "xreflabel" used for PL/Python & libpq chapters
Bruce Momjian
2026/01/19
pgsql: pg_stat_statements: Fix crash in list squashing with Vars
Michael Paquier
2026/01/19
pgsql: pg_stat_statements: Fix crash in list squashing with Vars
Michael Paquier
2026/01/19
pgsql: Don't set the truncation block length greater than RELSEG_SIZE.
Robert Haas
2026/01/19
pgsql: Don't set the truncation block length greater than RELSEG_SIZE.
Robert Haas
2026/01/19
pgsql: Don't set the truncation block length greater than RELSEG_SIZE.
Robert Haas
2026/01/19
Re: pgsql: Add the MODE option to the WAIT FOR LSN command
Peter Eisentraut
2026/01/18
pgsql: Fix unsafe pushdown of quals referencing grouping Vars
Richard Guo
2026/01/18
pgsql: Fix unsafe pushdown of quals referencing grouping Vars
Richard Guo
2026/01/18
pgsql: Update time zone data files to tzdata release 2025c.
Tom Lane
2026/01/18
pgsql: Update time zone data files to tzdata release 2025c.
Tom Lane
2026/01/18
pgsql: Update time zone data files to tzdata release 2025c.
Tom Lane
2026/01/18
pgsql: Update time zone data files to tzdata release 2025c.
Tom Lane
2026/01/18
pgsql: Update time zone data files to tzdata release 2025c.
Tom Lane
Earlier messages
Later messages