pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/03/26
pgsql: Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
2025/03/26
pgsql: Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
2025/03/26
pgsql: Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
2025/03/25
pgsql: Use relation name instead of OID in query jumbling for RangeTblE
Michael Paquier
2025/03/25
pgsql: postgres_fdw: Fix tests on some Windows variants
Peter Eisentraut
2025/03/25
pgsql: pg_upgrade: Add --swap for faster file transfer.
Nathan Bossart
2025/03/25
pgsql: Fix two issues with custom_query_jumble in gen_node_support.pl
Michael Paquier
2025/03/25
Re: pgsql: postgres_fdw: improve security checks
Tom Lane
2025/03/25
pgsql: Add pg_dump --with-{schema|data|statistics} options.
Jeff Davis
2025/03/25
pgsql: Support buffer forwarding in StartReadBuffers().
Thomas Munro
2025/03/25
pgsql: Fix order of -I switches for building pg_regress.o.
Tom Lane
2025/03/25
pgsql: Fix order of -I switches for building pg_regress.o.
Tom Lane
2025/03/25
pgsql: pg_stat_statements: Add more tests with temp tables and namespac
Michael Paquier
2025/03/25
pgsql: initdb: Add --no-sync-data-files.
Nathan Bossart
2025/03/25
pgsql: pg_dump: Add --sequence-data.
Nathan Bossart
2025/03/25
pgsql: Stats: use schemaname/relname instead of regclass.
Jeff Davis
2025/03/25
pgsql: Minor doc update for commit 99f8f3fbbc.
Jeff Davis
2025/03/25
pgsql: psql: Make default \watch interval configurable
Daniel Gustafsson
2025/03/25
pgsql: refactor: Split ATExecAlterConstraintInternal()
Peter Eisentraut
2025/03/25
pgsql: refactor: Move some code that updates pg_constraint to a separat
Peter Eisentraut
2025/03/25
pgsql: Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO
Peter Eisentraut
2025/03/25
pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok()
Alexander Korotkov
2025/03/25
pgsql: libpq: Deprecate pg_int64.
Thomas Munro
2025/03/25
pgsql: Label the contents of pg_*_d.h files a little better.
Tom Lane
2025/03/24
pgsql: Generalize index support in network support function
Peter Eisentraut
2025/03/24
pgsql: Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
2025/03/24
pgsql: Add support for custom_query_jumble as a node field attribute
Michael Paquier
2025/03/24
pgsql: Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
2025/03/24
pgsql: HashAgg: use Bump allocator for hash TupleHashTable entries.
Jeff Davis
2025/03/24
pgsql: Fix the typo in the test case added in 73eba5004a.
Amit Kapila
2025/03/24
pgsql: Fix an oversight in 3abe9dc188.
Amit Kapila
2025/03/24
pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
2025/03/24
pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
2025/03/24
pgsql: Redefine max_files_per_process to control additionally opened fi
Andres Freund
2025/03/24
pgsql: Allow pg_recvlogical --drop-slot to work without --dbname.
Fujii Masao
2025/03/24
pgsql: Expand comment for isset_offset.
Nathan Bossart
2025/03/24
pgsql: Fix bitmapheapscan incorrect recheck of NULL tuples
Melanie Plageman
2025/03/24
pgsql: Add tests for POSITION(bytea, bytea)
David Rowley
2025/03/24
pgsql: Fix typo
Álvaro Herrera
2025/03/24
pgsql: doc: Clarify required options for each action in pg_recvlogical.
Fujii Masao
2025/03/24
pgsql: postgres_fdw: improve security checks
Peter Eisentraut
2025/03/24
pgsql: psql: show default extension version in \dx output
Magnus Hagander
2025/03/24
pgsql: psql: use consistent alias for pg_description
Magnus Hagander
2025/03/24
pgsql: Add test case for when subscriber table is missing a column
Heikki Linnakangas
2025/03/24
pgsql: Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025/03/23
Re: pgsql: Add vacuum_truncate configuration parameter.
David Rowley
2025/03/23
pgsql: Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025/03/23
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
2025/03/23
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
2025/03/23
pgsql: psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
Tom Lane
2025/03/23
pgsql: Fix "make clean" for new TAP suite.
Noah Misch
2025/03/22
pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Andres Freund
2025/03/22
pgsql: plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.
Tom Lane
2025/03/22
pgsql: Improve nbtree array primitive scan scheduling.
Peter Geoghegan
2025/03/22
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
2025/03/21
pgsql: Use streaming read I/O in SP-GiST vacuuming
Melanie Plageman
2025/03/21
pgsql: Fix ps display for IO workers.
Thomas Munro
2025/03/21
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
2025/03/21
pgsql: Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025/03/21
pgsql: Place "extern" declaration in the right part of pg_class.h.
Tom Lane
2025/03/21
pgsql: Use streaming read I/O in GiST vacuuming
Melanie Plageman
2025/03/21
pgsql: Assorted trivial cleanup of c5c239e26e
Melanie Plageman
2025/03/21
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
2025/03/21
Re: pgsql: Add vacuum_truncate configuration parameter.
David G. Johnston
2025/03/21
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
2025/03/21
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
2025/03/21
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
2025/03/21
pgsql: pg_createsubscriber: Add -R publications option.
Amit Kapila
2025/03/20
pgsql: Support buffer forwarding in read_stream.c.
Thomas Munro
2025/03/20
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
2025/03/20
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
2025/03/20
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
2025/03/20
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
2025/03/20
pgsql: Simplify EXPLAIN code for Memoize
David Rowley
2025/03/20
pgsql: smgr: Hold interrupts in most smgr functions
Andres Freund
2025/03/20
pgsql: Add an additional hook for EXPLAIN option validation.
Robert Haas
2025/03/20
pgsql: Add test for pg_upgrade file transfer modes.
Nathan Bossart
2025/03/20
pgsql: Add vacuum_truncate configuration parameter.
Nathan Bossart
2025/03/20
Re: pgsql: Add vacuum_truncate configuration parameter.
David G. Johnston
2025/03/20
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
David Rowley
2025/03/20
pgsql: Revert workarounds for -Wmissing-braces false positives on old G
Peter Eisentraut
2025/03/20
pgsql: Fix extension control path tests
Peter Eisentraut
2025/03/19
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
2025/03/19
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
2025/03/19
pgsql: Update a code comment
Peter Eisentraut
2025/03/19
pgsql: meson: Flush stdout in testwrap
Andres Freund
2025/03/19
pgsql: meson: Flush stdout in testwrap
Andres Freund
2025/03/19
pgsql: Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
2025/03/18
pgsql: extension_control_path
Peter Eisentraut
2025/03/18
pgsql: Fix compiler warning for commit 434dbf69.
Thomas Munro
2025/03/18
pgsql: Fix copy-paste error related to the autovacuum launcher in pgsta
Michael Paquier
2025/03/18
pgsql: vacuumdb: Teach vacuum_one_database() to reuse query results.
Nathan Bossart
2025/03/18
pgsql: psql: Allow queries terminated by semicolons while in pipeline m
Michael Paquier
2025/03/18
pgsql: oauth: Improve validator docs on interruptibility
Thomas Munro
2025/03/18
pgsql: oauth: Disallow synchronous DNS in libcurl
Thomas Munro
2025/03/18
pgsql: oauth: Simplify copy of PGoauthBearerRequest
Thomas Munro
2025/03/18
pgsql: oauth: Fix postcondition for set_timer on macOS
Thomas Munro
2025/03/18
pgsql: oauth: Use IPv4-only issuer in oauth_validator tests
Thomas Munro
2025/03/18
pgsql: Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025/03/18
pgsql: Introduce io_max_combine_limit.
Thomas Munro
2025/03/18
pgsql: Increase io_combine_limit range to 1MB.
Thomas Munro
2025/03/18
pgsql: Fix assertion failure in parallel vacuum with minimal maintenanc
Masahiko Sawada
2025/03/18
pgsql: Fix assertion failure in parallel vacuum with minimal maintenanc
Masahiko Sawada
2025/03/18
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
2025/03/18
pgsql: Optimize check for pending backend IO stats
Michael Paquier
2025/03/18
pgsql: Add commit 796bdda484 to .git-blame-ignore-revs.
Nathan Bossart
2025/03/18
pgsql: vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
2025/03/18
pgsql: Update guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
2025/03/18
Re: pgsql: Increase default maintenance_io_concurrency to 16
Andres Freund
2025/03/18
Re: pgsql: Increase default maintenance_io_concurrency to 16
Bruce Momjian
2025/03/18
pgsql: Doc: manually break lines in wide UUID examples.
Tom Lane
2025/03/18
pgsql: smgr: Make SMgrRelation initialization safer against errors
Andres Freund
2025/03/18
pgsql: smgr: Make SMgrRelation initialization safer against errors
Andres Freund
2025/03/18
pgsql: Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025/03/18
pgsql: aio: Infrastructure for io_method=worker
Andres Freund
2025/03/18
pgsql: aio: Add io_method=worker
Andres Freund
2025/03/18
pgsql: Fix indentation again.
Robert Haas
2025/03/18
pgsql: Fix headerscheck warning.
Jeff Davis
2025/03/18
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
2025/03/18
pgsql: Silence compiler warning.
Tom Lane
2025/03/18
pgsql: Add X25519 to the default set of curves
Daniel Gustafsson
2025/03/18
pgsql: Simplify reindexdb coding
Álvaro Herrera
2025/03/18
pgsql: Increase default maintenance_io_concurrency to 16
Melanie Plageman
2025/03/18
pgsql: Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
2025/03/18
pgsql: Allow non-btree unique indexes for matviews
Peter Eisentraut
2025/03/18
pgsql: Allow non-btree unique indexes for partition keys
Peter Eisentraut
2025/03/18
pgsql: Add some opfamily support functions to lsyscache.c
Peter Eisentraut
2025/03/18
pgsql: Fix typo.
Amit Kapila
2025/03/18
pgsql: Use correct variable name in publicationcmds.c.
Amit Kapila
2025/03/17
pgsql: Fix the test 005_char_signedness.
Masahiko Sawada
2025/03/17
pgsql: psql: Add \sendpipeline to send query buffers while in a pipelin
Michael Paquier
2025/03/17
pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
2025/03/17
pgsql: aio: Basic subsystem initialization
Andres Freund
2025/03/17
pgsql: Add commit 203c1b4cc4 to .git-blame-ignore-revs.
Nathan Bossart
2025/03/17
pgsql: Fix indentation.
Robert Haas
2025/03/17
pgsql: pg_upgrade: Remove some dead code.
Nathan Bossart
2025/03/17
pgsql: tests: Expand temp table tests to some pin related matters
Andres Freund
2025/03/17
pgsql: pg_combinebackup: Add -k, --link option.
Robert Haas
2025/03/17
pgsql: Unify wording of user-facing "row security" messages.
Tom Lane
2025/03/16
pgsql: Fix inconsistent quoting for some options in TAP tests
Michael Paquier
2025/03/16
pgsql: Apply more consistent style for command options in TAP tests
Michael Paquier
2025/03/16
pgsql: Revert "Add redo LSN to pgstats files"
Michael Paquier
2025/03/16
pgsql: pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Tom Lane
2025/03/16
pgsql: contrib/isn: Make weak mode a GUC setting, and fix related funct
Tom Lane
2025/03/16
pgsql: reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025/03/16
pgsql: reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025/03/16
pgsql: pg_createsubscriber: Remove some code bloat in the atexit() call
Michael Paquier
2025/03/15
pgsql: localbuf: Introduce TerminateLocalBufferIO()
Andres Freund
2025/03/15
pgsql: localbuf: Introduce InvalidateLocalBuffer()
Andres Freund
2025/03/15
pgsql: localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()
Andres Freund
2025/03/15
pgsql: localbuf: Introduce StartLocalBufferIO()
Andres Freund
2025/03/15
pgsql: localbuf: Introduce FlushLocalBuffer()
Andres Freund
2025/03/15
pgsql: Silence perl critic
Andrew Dunstan
2025/03/15
pgsql: Optimization for lower(), upper(), casefold() functions.
Jeff Davis
2025/03/15
pgsql: Simplify and generalize PrepareSortSupportFromIndexRel()
Peter Eisentraut
2025/03/15
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
2025/03/15
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Peter Eisentraut
2025/03/15
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
2025/03/15
pgsql: Fix snapshot used in logical replication index lookup
Heikki Linnakangas
2025/03/15
pgsql: Doc: remove obsolete comment.
Tom Lane
2025/03/15
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
2025/03/15
pgsql: Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
2025/03/15
pgsql: CREATE INDEX: do update index stats if autovacuum=off.
Tom Lane
2025/03/15
pgsql: Organize and deduplicate statistics import tests.
Jeff Davis
2025/03/15
pgsql: Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025/03/15
pgsql: Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
2025/03/15
pgsql: BitmapHeapScan uses the read stream API
Melanie Plageman
2025/03/15
pgsql: Simplify distance heuristics in read_stream.c.
Thomas Munro
2025/03/14
pgsql: Improve read_stream.c advice for dense streams.
Thomas Munro
2025/03/14
pgsql: doc: Explain more thoroughly when a table rewrite is needed
Álvaro Herrera
2025/03/14
pgsql: Respect changing pin limits in read_stream.c.
Thomas Munro
2025/03/14
pgsql: Add GUC option to log lock acquisition failures.
Fujii Masao
2025/03/14
pgsql: Optimize iteration over PGPROC for fast-path lock searches.
Fujii Masao
2025/03/14
pgsql: Remove direct handling of reloptions for toast tables
Álvaro Herrera
2025/03/14
pgsql: Activate Python "Limited API" in PL/Python
Peter Eisentraut
2025/03/13
pgsql: Swap order of extern/static and pg_nodiscard
Peter Eisentraut
2025/03/13
pgsql: Improve buffer manager API for backend pin limits.
Thomas Munro
2025/03/13
pgsql: Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
Amit Kapila
2025/03/13
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
2025/03/13
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
2025/03/13
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
2025/03/13
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
2025/03/13
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
2025/03/13
pgsql: ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
2025/03/13
pgsql: Doc: improve description of window function processing.
Tom Lane
2025/03/13
Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p
Peter Eisentraut
2025/03/13
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025/03/13
pgsql: Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025/03/13
pgsql: Make lwlocknames.h generated file less ugly
Álvaro Herrera
2025/03/13
pgsql: Add reverse(bytea).
Nathan Bossart
2025/03/13
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
2025/03/13
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
2025/03/13
pgsql: Fix copy-and-paste mistake in error message
Peter Eisentraut
2025/03/13
pgsql: pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025/03/13
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025/03/13
pgsql: Remove code setting wrap_non_vars to true for UNION ALL subqueri
Richard Guo
2025/03/13
pgsql: Fix incorrect handling of subquery pullup
Richard Guo
2025/03/12
Re: pgsql: Modularize log_connections output
Daniel Westermann (DWE)
2025/03/12
pgsql: Avoid invalidating all RelationSyncCache entries on publication
Amit Kapila
2025/03/12
pgsql: Refactor convert_case() to prepare for optimizations.
Jeff Davis
Earlier messages
Later messages