pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
pgsql: Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
pgsql: psql: Split extended query protocol meta-commands in --help=comm
Michael Paquier
pgsql: psql: Improve descriptions of \\flush[request] in --help
Michael Paquier
pgsql: psql: Fix incorrect status code returned by \getresults
Michael Paquier
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
pgsql: Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
pgsql: Fix typos and grammar in the code
Michael Paquier
pgsql: Rename injection points used in AIO tests
Michael Paquier
pgsql: Make levels 1-based in pg_log_backend_memory_contexts()
David Rowley
pgsql: Improve comments for estimate_multivariate_ndistinct()
David Rowley
pgsql: Make pg_upgrade log message with control file path translatable.
Fujii Masao
pgsql: Update pg_config.h.in with libnuma changes
Daniel Gustafsson
pgsql: Doc: fix missing comma at the end of a line.
Tatsuo Ishii
pgsql: Doc: fix missing comma at the end of a line.
Tatsuo Ishii
pgsql: Fixup various older misuses of appendPQExpBuffer
David Rowley
pgsql: Suppress "may be used uninitialized" warnings from older compile
Tom Lane
pgsql: Portability fix: isdigit() must be passed an unsigned char.
Tom Lane
pgsql: Minor performance improvement for SQL-language functions.
Tom Lane
pgsql: Make SQLFunctionCache long-lived again.
Tom Lane
Re: pgsql: Make SQLFunctionCache long-lived again.
Tom Lane
pgsql: Split some storage out to separate subcontexts of fcontext.
Tom Lane
pgsql: Cache typlens of a SQL function's input arguments.
Tom Lane
pgsql: Make functions.c mostly run in a short-lived memory context.
Tom Lane
pgsql: Assert lack of hazardous buffer locks before possible catalog re
Noah Misch
pgsql: pg_dump: Set private_date pointer to NULL in callback
Daniel Gustafsson
pgsql: pg_dump: Fix incorrect archive format shown in error message.
Fujii Masao
pgsql: Improve comment in regc_pg_locale.c.
Jeff Davis
pgsql: Another unintentional behavior change in commit e9931bfb75.
Jeff Davis
pgsql: Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
pgsql: Sync declarations and definitions of two new tablecmds.c functio
Tom Lane
pgsql: Elide not-null constraint checks on child tables during PK creat
Álvaro Herrera
pgsql: Fix pg_dump --clean with partitioned indexes.
Tom Lane
pgsql: Fix pg_dump --clean with partitioned indexes.
Tom Lane
pgsql: Fix pg_dump --clean with partitioned indexes.
Tom Lane
pgsql: Fix pg_dump --clean with partitioned indexes.
Tom Lane
pgsql: Fix pg_dump --clean with partitioned indexes.
Tom Lane
pgsql: Fix pg_dump --clean with partitioned indexes.
Tom Lane
pgsql: pg_restore cleanups
Andrew Dunstan
pgsql: Fix an incorrect check in get_memoize_path
Richard Guo
pgsql: doc: Fix typos in documentation
Daniel Gustafsson
pgsql: Fix failure for generated column with a not-null domain constrai
Tom Lane
pgsql: Fix failure for generated column with a not-null domain constrai
Tom Lane
pgsql: Fix failure for generated column with a not-null domain constrai
Tom Lane
pgsql: Fix failure for generated column with a not-null domain constrai
Tom Lane
pgsql: Fix failure for generated column with a not-null domain constrai
Tom Lane
pgsql: doc: Fix missing whitespace in pg_restore documentation.
Fujii Masao
pgsql: doc: Fix missing whitespace in pg_restore documentation.
Fujii Masao
pgsql: pg_combinebackup: Fix incorrect code documentation
Daniel Gustafsson
pgsql: pg_combinebackup: Fix incorrect code documentation
Daniel Gustafsson
pgsql: Add more source files to pg_verifybackup/nls.mk
Peter Eisentraut
pgsql: Mark sslkeylogfile as Debug option
Daniel Gustafsson
pgsql: Doc: use "an SQL" consistently rather than "a SQL"
David Rowley
pgsql: Make AIO error test more portable
Andrew Dunstan
pgsql: Free memory properly in pg_restore.c
Andrew Dunstan
pgsql: Doc: do a little copy-editing on Index Storage Parameters list.
Tom Lane
pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
pgsql: Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
clang-tidy complaints
Peter Geoghegan
Re: clang-tidy complaints
Tom Lane
Re: clang-tidy complaints
Peter Geoghegan
Re: clang-tidy complaints
Tom Lane
Re: clang-tidy complaints
Bertrand Drouvot
Re: clang-tidy complaints
Peter Geoghegan
Re: clang-tidy complaints
John Naylor
pgsql: Harmonize function parameter names for Postgres 18.
Peter Geoghegan
pgsql: Fix instability with WAL fsync test in stats.sql
Michael Paquier
pgsql: Fix recently introduced typos
Daniel Gustafsson
pgsql: Add missing space in pg_restore documentation.
Nathan Bossart
pgsql: Add missing source file to pg_verifybackup/nls.mk
Peter Eisentraut
pgsql: Add missing source file to pg_upgrade/nls.mk
Peter Eisentraut
pgsql: Add missing source file to pg_dump/nls.mk
Peter Eisentraut
pgsql: Add missing PGDLLIMPORT markings
Peter Eisentraut
pgsql: Fix race with synchronous_standby_names at startup
Michael Paquier
pgsql: Fix race with synchronous_standby_names at startup
Michael Paquier
pgsql: Fix race with synchronous_standby_names at startup
Michael Paquier
pgsql: Fix race with synchronous_standby_names at startup
Michael Paquier
pgsql: Fix race with synchronous_standby_names at startup
Michael Paquier
pgsql: Fix race with synchronous_standby_names at startup
Michael Paquier
pgsql: Add code comment explaining ins_since_vacuum and aborted inserts
David Rowley
pgsql: Fix fat fingering in 22cb6d28950
Andrew Dunstan
Re: pgsql: Fix fat fingering in 22cb6d28950
Mahendra Singh Thalor
Re: pgsql: Fix fat fingering in 22cb6d28950
Andrew Dunstan
pgsql: Improve various new-to-v18 appendStringInfo calls
David Rowley
pgsql: Introduce file_copy_method setting.
Thomas Munro
pgsql: Fix erroneous construction of functions' dependencies on transfo
Tom Lane
pgsql: Rename global variable backing DSA area
Daniel Gustafsson
pgsql: Fix typo in docs.
Thomas Munro
pgsql: pg_buffercache: Change page_num type to bigint
Tomas Vondra
pgsql: Cleanup of pg_numa.c
Tomas Vondra
pgsql: Fix memory leak in pg_restore.c
Andrew Dunstan
pgsql: Doc: remove long-obsolete advice about generated constraint name
Tom Lane
pgsql: Doc: remove long-obsolete advice about generated constraint name
Tom Lane
pgsql: Doc: remove long-obsolete advice about generated constraint name
Tom Lane
pgsql: Doc: remove long-obsolete advice about generated constraint name
Tom Lane
pgsql: Doc: remove long-obsolete advice about generated constraint name
Tom Lane
pgsql: Doc: remove long-obsolete advice about generated constraint name
Tom Lane
pgsql: Remove useless check for negative result of ip_addrsize().
Tom Lane
pgsql: Flush the IO statistics of active WAL senders more frequently
Michael Paquier
pgsql: Flush the IO statistics of active WAL senders more frequently
Michael Paquier
pgsql: Flush the IO statistics of active WAL senders more frequently
Michael Paquier
pgsql: Further cleanup for directory creation on pg_dump/pg_dumpall
Andrew Dunstan
pgsql: Fix data loss in logical replication.
Amit Kapila
pgsql: Fix data loss in logical replication.
Amit Kapila
pgsql: Fix data loss in logical replication.
Amit Kapila
pgsql: Fix data loss in logical replication.
Amit Kapila
pgsql: Fix data loss in logical replication.
Amit Kapila
pgsql: Fix data loss in logical replication.
Amit Kapila
pgsql: Fix incorrect format placeholders
Peter Eisentraut
pgsql: Fix incorrect format placeholders
Peter Eisentraut
pgsql: Fix incorrect format placeholders
Peter Eisentraut
pgsql: Fix incorrect format placeholders
Peter Eisentraut
pgsql: Fix incorrect format placeholders
Peter Eisentraut
pgsql: Update wording in optimizer/README for EquivalenceClasses
David Rowley
pgsql: Cosmetic fixes for pg_createsubscriber's -all option.
Amit Kapila
pgsql: ci: Check for missing dependencies in meson builds
Tomas Vondra
pgsql: pg_upgrade: Mention that we preserve database OIDs in a comment.
Nathan Bossart
pgsql: Fix performance issue in deadlock-parallel isolation test.
Tom Lane
pgsql: Fix test races between syscache-update-pruned.spec and autovacuu
Noah Misch
pgsql: Fix test races between syscache-update-pruned.spec and autovacuu
Noah Misch
pgsql: Update config.guess and config.sub
Peter Eisentraut
pgsql: Fix a few oversights in the longer cancel keys patch
Heikki Linnakangas
pgsql: Perform missed catversion bump
Daniel Gustafsson
pgsql: Doc: note that two examples in optimizer/README are oversimplifi
Tom Lane
pgsql: Adjust AdjustUpgrade.pm for commit b1720fe63.
Tom Lane
pgsql: Rename argument in pg_get_process_memory_contexts().
Daniel Gustafsson
Re: pgsql: Rename argument in pg_get_process_memory_contexts().
David Rowley
Re: pgsql: Rename argument in pg_get_process_memory_contexts().
Michael Paquier
Re: pgsql: Rename argument in pg_get_process_memory_contexts().
Daniel Gustafsson
pgsql: Move contrib/spi testing from core regression tests to contrib/s
Tom Lane
pgsql: Fix uninitialized index information access during apply.
Amit Kapila
pgsql: Fix incorrect format placeholder
Peter Eisentraut
pgsql: Prevent 006_transfer_modes.pl from leaving files behind.
Nathan Bossart
pgsql: ci: Add MBUILD_TARGET for NetBSD and OpenBSD
Daniel Gustafsson
pgsql: doc: Correct pg_shmem_allocations_numa.size data type
Tomas Vondra
pgsql: Add function to get memory context stats for processes
Daniel Gustafsson
Re: pgsql: Add function to get memory context stats for processes
Laurenz Albe
Re: pgsql: Add function to get memory context stats for processes
Aleksander Alekseev
Re: pgsql: Add function to get memory context stats for processes
Daniel Gustafsson
Re: pgsql: Add function to get memory context stats for processes
Laurenz Albe
pgsql: Increase BAS_BULKREAD based on effective_io_concurrency
Andres Freund
pgsql: Add pg_buffercache_evict_{relation,all} functions
Andres Freund
pgsql: Speedup child EquivalenceMember lookup in planner
David Rowley
pgsql: aio: Make AIO more compatible with valgrind
Andres Freund
pgsql: Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
pgsql: Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
pgsql: Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
pgsql: Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
pgsql: Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
Re: pgsql: Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
pgsql: Add support for basic NUMA awareness
Tomas Vondra
Re: pgsql: Add support for basic NUMA awareness
Daniel Gustafsson
Re: pgsql: Add support for basic NUMA awareness
Tom Lane
Re: pgsql: Add support for basic NUMA awareness
Andres Freund
Re: pgsql: Add support for basic NUMA awareness
Tom Lane
Re: pgsql: Add support for basic NUMA awareness
Andres Freund
Re: pgsql: Add support for basic NUMA awareness
Wolfgang Walther
Re: pgsql: Add support for basic NUMA awareness
Andres Freund
Re: pgsql: Add support for basic NUMA awareness
Wolfgang Walther
Re: pgsql: Add support for basic NUMA awareness
Daniel Gustafsson
Re: pgsql: Add support for basic NUMA awareness
Jacob Champion
Re: pgsql: Add support for basic NUMA awareness
Tomas Vondra
Re: pgsql: Add support for basic NUMA awareness
Daniel Gustafsson
pgsql: Add pg_buffercache_numa view with NUMA node info
Tomas Vondra
pgsql: Introduce pg_shmem_allocations_numa view
Tomas Vondra
pgsql: Use specific collation where needed in new test
Álvaro Herrera
pgsql: Fix some issues in contrib/spi/refint.c.
Tom Lane
pgsql: localbuf: Add Valgrind buffer access instrumentation
Andres Freund
pgsql: doc: Fix a typo in pg_recvlogical documentation.
Masahiko Sawada
pgsql: Follow-up fixes for SHA-2 patch (commit 749a9e20c).
Tom Lane
pgsql: Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
Re: pgsql: Allow NOT NULL constraints to be added as NOT VALID
Andres Freund
pgsql: Clean up error messages from 1495eff7bdb
Andrew Dunstan
pgsql: Add local-address escape "%L" to log_line_prefix.
Tom Lane
pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC
Andrew Dunstan
pgsql: read_stream: Fix overflow hazard with large shared buffers
Andres Freund
pgsql: Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination
Alexander Korotkov
pgsql: psql: Clarify help message for WATCH_INTERVAL
Daniel Gustafsson
pgsql: Fix grammar in log message of pg_restore.c
Michael Paquier
pgsql: libpq: Fix some issues in TAP tests for service files
Michael Paquier
pgsql: Clarify comment for worst-case allocation in quote_literal_cstr(
Michael Paquier
pgsql: Fix use-after-free in pgstat_fetch_stat_backend_by_pid()
Michael Paquier
pgsql: Use XLOG_CONTROL_FILE macro consistently for control file name.
Fujii Masao
pgsql: pg_upgrade: Fix memory leak in check_for_unicode_update().
Nathan Bossart
pgsql: doc: Clarify project naming
Daniel Gustafsson
pgsql: doc: Clarify project naming
Daniel Gustafsson
pgsql: doc: Clarify project naming
Daniel Gustafsson
pgsql: doc: Clarify project naming
Daniel Gustafsson
pgsql: doc: Clarify project naming
Daniel Gustafsson
pgsql: doc: Clarify project naming
Daniel Gustafsson
pgsql: Clean up checking for pg_dumpall output directory
Andrew Dunstan
pgsql: Doc: fix PDF "contents ... exceed the available area" warnings.
Tom Lane
Earlier messages
Later messages