pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: Expand comment for isset_offset.
Nathan Bossart
pgsql: Fix bitmapheapscan incorrect recheck of NULL tuples
Melanie Plageman
pgsql: Add tests for POSITION(bytea, bytea)
David Rowley
pgsql: doc: Clarify required options for each action in pg_recvlogical.
Fujii Masao
pgsql: postgres_fdw: improve security checks
Peter Eisentraut
Re: pgsql: postgres_fdw: improve security checks
Tom Lane
Re: pgsql: postgres_fdw: improve security checks
Peter Eisentraut
pgsql: psql: show default extension version in \dx output
Magnus Hagander
pgsql: psql: use consistent alias for pg_description
Magnus Hagander
pgsql: Add test case for when subscriber table is missing a column
Heikki Linnakangas
pgsql: Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
pgsql: Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
Tom Lane
pgsql: Fix "make clean" for new TAP suite.
Noah Misch
pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Andres Freund
pgsql: plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.
Tom Lane
pgsql: Improve nbtree array primitive scan scheduling.
Peter Geoghegan
pgsql: Use streaming read I/O in SP-GiST vacuuming
Melanie Plageman
pgsql: Fix ps display for IO workers.
Thomas Munro
pgsql: Add GUC option to control maximum active replication origins.
Masahiko Sawada
pgsql: Place "extern" declaration in the right part of pg_class.h.
Tom Lane
pgsql: Use streaming read I/O in GiST vacuuming
Melanie Plageman
pgsql: Assorted trivial cleanup of c5c239e26e
Melanie Plageman
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: pg_createsubscriber: Add -R publications option.
Amit Kapila
pgsql: Support buffer forwarding in read_stream.c.
Thomas Munro
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: Simplify EXPLAIN code for Memoize
David Rowley
pgsql: smgr: Hold interrupts in most smgr functions
Andres Freund
pgsql: Add an additional hook for EXPLAIN option validation.
Robert Haas
pgsql: Add test for pg_upgrade file transfer modes.
Nathan Bossart
pgsql: Add vacuum_truncate configuration parameter.
Nathan Bossart
Re: pgsql: Add vacuum_truncate configuration parameter.
Tom Lane
Re: pgsql: Add vacuum_truncate configuration parameter.
David G. Johnston
Re: pgsql: Add vacuum_truncate configuration parameter.
David Rowley
Re: pgsql: Add vacuum_truncate configuration parameter.
David G. Johnston
Re: pgsql: Add vacuum_truncate configuration parameter.
David Rowley
pgsql: Revert workarounds for -Wmissing-braces false positives on old G
Peter Eisentraut
pgsql: Fix extension control path tests
Peter Eisentraut
pgsql: Update a code comment
Peter Eisentraut
pgsql: meson: Flush stdout in testwrap
Andres Freund
pgsql: meson: Flush stdout in testwrap
Andres Freund
pgsql: meson: Flush stdout in testwrap
Andres Freund
pgsql: Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
pgsql: extension_control_path
Peter Eisentraut
pgsql: Fix compiler warning for commit 434dbf69.
Thomas Munro
pgsql: Fix copy-paste error related to the autovacuum launcher in pgsta
Michael Paquier
pgsql: vacuumdb: Teach vacuum_one_database() to reuse query results.
Nathan Bossart
pgsql: psql: Allow queries terminated by semicolons while in pipeline m
Michael Paquier
pgsql: oauth: Improve validator docs on interruptibility
Thomas Munro
pgsql: oauth: Disallow synchronous DNS in libcurl
Thomas Munro
pgsql: oauth: Simplify copy of PGoauthBearerRequest
Thomas Munro
pgsql: oauth: Fix postcondition for set_timer on macOS
Thomas Munro
pgsql: oauth: Use IPv4-only issuer in oauth_validator tests
Thomas Munro
pgsql: Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
pgsql: Introduce io_max_combine_limit.
Thomas Munro
pgsql: Increase io_combine_limit range to 1MB.
Thomas Munro
pgsql: Fix assertion failure in parallel vacuum with minimal maintenanc
Masahiko Sawada
pgsql: Fix assertion failure in parallel vacuum with minimal maintenanc
Masahiko Sawada
pgsql: Optimize check for pending backend IO stats
Michael Paquier
pgsql: Add commit 796bdda484 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Update guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
pgsql: Doc: manually break lines in wide UUID examples.
Tom Lane
pgsql: smgr: Make SMgrRelation initialization safer against errors
Andres Freund
pgsql: smgr: Make SMgrRelation initialization safer against errors
Andres Freund
pgsql: Introduce squashing of constant lists in query jumbling
Álvaro Herrera
pgsql: aio: Infrastructure for io_method=worker
Andres Freund
pgsql: aio: Add io_method=worker
Andres Freund
pgsql: Fix indentation again.
Robert Haas
pgsql: Fix headerscheck warning.
Jeff Davis
pgsql: Silence compiler warning.
Tom Lane
pgsql: Add X25519 to the default set of curves
Daniel Gustafsson
pgsql: Simplify reindexdb coding
Álvaro Herrera
pgsql: Increase default maintenance_io_concurrency to 16
Melanie Plageman
Re: pgsql: Increase default maintenance_io_concurrency to 16
Bruce Momjian
Re: pgsql: Increase default maintenance_io_concurrency to 16
Andres Freund
pgsql: Make it possible for loadable modules to add EXPLAIN options.
Robert Haas
pgsql: Allow non-btree unique indexes for matviews
Peter Eisentraut
pgsql: Allow non-btree unique indexes for partition keys
Peter Eisentraut
pgsql: Add some opfamily support functions to lsyscache.c
Peter Eisentraut
pgsql: Fix typo.
Amit Kapila
pgsql: Use correct variable name in publicationcmds.c.
Amit Kapila
pgsql: Fix the test 005_char_signedness.
Masahiko Sawada
pgsql: psql: Add \sendpipeline to send query buffers while in a pipelin
Michael Paquier
pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Tom Lane
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Aleksander Alekseev
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
pgsql: aio: Basic subsystem initialization
Andres Freund
pgsql: Add commit 203c1b4cc4 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Fix indentation.
Robert Haas
pgsql: pg_upgrade: Remove some dead code.
Nathan Bossart
pgsql: tests: Expand temp table tests to some pin related matters
Andres Freund
pgsql: pg_combinebackup: Add -k, --link option.
Robert Haas
pgsql: Unify wording of user-facing "row security" messages.
Tom Lane
pgsql: Fix inconsistent quoting for some options in TAP tests
Michael Paquier
pgsql: Apply more consistent style for command options in TAP tests
Michael Paquier
pgsql: Revert "Add redo LSN to pgstats files"
Michael Paquier
pgsql: pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Tom Lane
pgsql: contrib/isn: Make weak mode a GUC setting, and fix related funct
Tom Lane
pgsql: reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
pgsql: reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
pgsql: pg_createsubscriber: Remove some code bloat in the atexit() call
Michael Paquier
pgsql: localbuf: Introduce TerminateLocalBufferIO()
Andres Freund
pgsql: localbuf: Introduce InvalidateLocalBuffer()
Andres Freund
pgsql: localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()
Andres Freund
pgsql: localbuf: Introduce StartLocalBufferIO()
Andres Freund
pgsql: localbuf: Introduce FlushLocalBuffer()
Andres Freund
pgsql: Silence perl critic
Andrew Dunstan
pgsql: Optimization for lower(), upper(), casefold() functions.
Jeff Davis
pgsql: Simplify and generalize PrepareSortSupportFromIndexRel()
Peter Eisentraut
pgsql: Doc: remove obsolete comment.
Tom Lane
pgsql: CREATE INDEX: do update index stats if autovacuum=off.
Tom Lane
pgsql: Organize and deduplicate statistics import tests.
Jeff Davis
pgsql: Remove table AM callback scan_bitmap_next_block
Melanie Plageman
pgsql: Separate TBM[Shared|Private]Iterator and TBMIterateResult
Melanie Plageman
pgsql: BitmapHeapScan uses the read stream API
Melanie Plageman
pgsql: Simplify distance heuristics in read_stream.c.
Thomas Munro
pgsql: Improve read_stream.c advice for dense streams.
Thomas Munro
pgsql: doc: Explain more thoroughly when a table rewrite is needed
Álvaro Herrera
pgsql: Respect changing pin limits in read_stream.c.
Thomas Munro
pgsql: Add GUC option to log lock acquisition failures.
Fujii Masao
pgsql: Optimize iteration over PGPROC for fast-path lock searches.
Fujii Masao
pgsql: Remove direct handling of reloptions for toast tables
Álvaro Herrera
pgsql: Activate Python "Limited API" in PL/Python
Peter Eisentraut
pgsql: Swap order of extern/static and pg_nodiscard
Peter Eisentraut
pgsql: Improve buffer manager API for backend pin limits.
Thomas Munro
pgsql: Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
Amit Kapila
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Tom Lane
pgsql: ATExecSetRelOptions: Reduce scope of 'isnull' variable
Álvaro Herrera
pgsql: Make lwlocknames.h generated file less ugly
Álvaro Herrera
pgsql: Add reverse(bytea).
Nathan Bossart
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
pgsql: Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES
Tom Lane
pgsql: Fix copy-and-paste mistake in error message
Peter Eisentraut
pgsql: pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
pgsql: Remove code setting wrap_non_vars to true for UNION ALL subqueri
Richard Guo
pgsql: Fix incorrect handling of subquery pullup
Richard Guo
pgsql: Refactor convert_case() to prepare for optimizations.
Jeff Davis
pgsql: Fix read_stream.c for changing io_combine_limit.
Thomas Munro
pgsql: Fix read_stream.c for changing io_combine_limit.
Thomas Munro
pgsql: Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
pgsql: Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
pgsql: pg_rewind: Add dbname to primary_conninfo when using --write-rec
Masahiko Sawada
pgsql: Add b955df443 to .git-blame-ignore-revs
David Rowley
pgsql: Fix indentation issue
David Rowley
pgsql: Fix compiler warning in pg_logicalinspect.
Masahiko Sawada
pgsql: Remove count_one_bits() in acl.c.
Nathan Bossart
pgsql: Increase default effective_io_concurrency to 16
Melanie Plageman
pgsql: Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Build whole-row Vars the same way during parsing and planning.
Tom Lane
pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Tom Lane
pgsql: Modularize log_connections output
Melanie Plageman
Re: pgsql: Modularize log_connections output
Daniel Westermann (DWE)
Re: pgsql: Modularize log_connections output
Melanie Plageman
Re: pgsql: Modularize log_connections output
Daniel Gustafsson
Re: pgsql: Modularize log_connections output
Daniel Westermann (DWE)
pgsql: Add connection establishment duration logging
Melanie Plageman
pgsql: Remove initialization from PendingBackendStats
Michael Paquier
pgsql: Doc: silence A4 PDF build warnings.
Tom Lane
Re: pgsql: Doc: silence A4 PDF build warnings.
Peter Geoghegan
Re: pgsql: Doc: silence A4 PDF build warnings.
Tom Lane
pgsql: Improve snapmgr.c comment
Heikki Linnakangas
Earlier messages
Later messages