pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/02/28
pgsql: Tweak regex to avoid a bug in Perl 5.16.3.
Tom Lane
2025/02/28
Re: pgsql: Refactor COPY FROM to use format callback functions.
Andrew Dunstan
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Andrew Dunstan
2025/02/28
Re: pgsql: Refactor COPY FROM to use format callback functions.
Andrew Dunstan
2025/02/28
Re: pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Sami Imseih
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Sami Imseih
2025/02/28
pgsql: Refactor COPY FROM to use format callback functions.
Masahiko Sawada
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Sami Imseih
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Sami Imseih
2025/02/28
pgsql: Fix missing space in EXPLAIN ANALYZE output.
Robert Haas
2025/02/28
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/28
pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025/02/27
pgsql: Adjust pg_dump tag for relation stats.
Jeff Davis
2025/02/27
pgsql: Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025/02/27
pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025/02/27
pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025/02/27
pgsql: Refactor COPY TO to use format callback functions.
Masahiko Sawada
2025/02/27
Re: pgsql: Generalize hash and ordering support in amapi
Mark Dilger
2025/02/27
pgsql: Generalize hash and ordering support in amapi
Peter Eisentraut
2025/02/27
pgsql: Create explain_dr.c and move DestReceiver-related code there.
Robert Haas
2025/02/27
pgsql: Create explain_format.c and move relevant code there.
Robert Haas
2025/02/27
pgsql: EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2025/02/27
Re: pgsql: Generalize hash and ordering support in amapi
Tom Lane
2025/02/27
pgsql: Avoid unnecessary computation of pgbench's script line number.
Tom Lane
2025/02/27
pgsql: Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025/02/27
pgsql: Get rid of ojrelid local variable in remove_rel_from_query()
Alexander Korotkov
2025/02/26
pgsql: Remove arbitrary cap on read_stream.c buffer queue.
Thomas Munro
2025/02/26
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025/02/26
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025/02/26
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025/02/26
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025/02/26
pgsql: pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025/02/26
pgsql: Fix the race condition in ReplicationSlotAcquire().
Amit Kapila
2025/02/26
pgsql: Doc: Additional clarification for -d option of pg_createsubscrib
Amit Kapila
2025/02/26
pgsql: Refactor code of pg_stat_get_wal() building result tuple
Michael Paquier
2025/02/26
pgsql: Fix possible double-release of spinlock in procsignal.c
Michael Paquier
2025/02/26
pgsql: Remove stray diff introduced by a5cbdeb98a.
Jeff Davis
2025/02/26
pgsql: Use attnum to identify index columns in pg_restore_attribute_sta
Tom Lane
2025/02/26
Re: pgsql: Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025/02/26
pgsql: Revert "Prepare for Python "Limited API" in PL/Python"
Peter Eisentraut
2025/02/26
pgsql: Fix a typo in 005_char_signedness.pl test.
Masahiko Sawada
2025/02/26
Re: pgsql: Prepare for Python "Limited API" in PL/Python
Tom Lane
2025/02/26
pgsql: Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025/02/25
Re: pgsql: Remove redundant pg_set_*_stats() variants.
Michael Paquier
2025/02/25
pgsql: Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025/02/25
pgsql: Remove pgstat_flush_wal()
Michael Paquier
2025/02/25
pgsql: Add two-phase option in pg_createsubscriber.
Amit Kapila
2025/02/25
pgsql: Improve FATAL message for invalid TLI history at recovery
Michael Paquier
2025/02/25
pgsql: Avoid unnecessary relation stats query in pg_dump.
Jeff Davis
2025/02/25
pgsql: pg_dump: prepare attribute stats query.
Jeff Davis
2025/02/25
pgsql: Re-add GUC track_wal_io_timing
Michael Paquier
2025/02/25
pgsql: Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025/02/25
pgsql: Change relpath() et al to return path by value
Andres Freund
2025/02/25
pgsql: Change _mdfd_segpath() to return paths by value
Andres Freund
2025/02/25
pgsql: Remove obsolete Python version check
Peter Eisentraut
2025/02/25
pgsql: Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025/02/24
pgsql: Fix untranslatable string concatenation in pg_upgrade
Michael Paquier
2025/02/24
pgsql: Expand virtual generated columns in the planner
Richard Guo
2025/02/24
pgsql: Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025/02/24
pgsql: Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025/02/24
pgsql: Missing doc update for f3dae2ae58.
Jeff Davis
2025/02/24
pgsql: Do not use in-place updates for statistics import.
Jeff Davis
2025/02/24
pgsql: psql: Add pipeline status to prompt and some state variables
Michael Paquier
2025/02/24
pgsql: Fix bug in cbc127917 to handle nested Append correctly
Amit Langote
2025/02/24
pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr
Masahiko Sawada
2025/02/24
pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr
Masahiko Sawada
2025/02/24
pgsql: Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted pr
Masahiko Sawada
2025/02/24
pgsql: oauth: Fix incorrect const markers in struct
Daniel Gustafsson
2025/02/24
pgsql: oauth: Rename macro to avoid collisions on Windows
Daniel Gustafsson
2025/02/24
pgsql: Delay extraction of TIDBitmap per page offsets
Melanie Plageman
2025/02/24
pgsql: Add lossy indicator to TBMIterateResult
Melanie Plageman
2025/02/24
pgsql: Fix comment for MAX_BACKENDS.
Nathan Bossart
2025/02/24
pgsql: libpq: Trace all NegotiateProtocolVersion fields
Robert Haas
2025/02/24
pgsql: libpq: Add PQfullProtocolVersion to exports.txt
Robert Haas
2025/02/24
pgsql: Fix confusion about data type of pg_class.relpages and relallvis
Tom Lane
2025/02/24
Re: pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/24
pgsql: pg_amcheck: PQclear query results
Daniel Gustafsson
2025/02/24
pgsql: Move MAX_BACKENDS to procnumber.h
Andres Freund
2025/02/24
pgsql: Add static asserts for MAX_BACKENDS limiting factors
Andres Freund
2025/02/24
pgsql: bufmgr: Make it easier to change number of buffer state bits
Andres Freund
2025/02/24
pgsql: Base LWLock limits directly on MAX_BACKENDS
Andres Freund
2025/02/24
pgsql: Silence warning in older versions of Valgrind
John Naylor
2025/02/24
pgsql: Silence warning in older versions of Valgrind
John Naylor
2025/02/23
pgsql: Remove read/sync fields from pg_stat_wal and GUC track_wal_io_ti
Michael Paquier
2025/02/23
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/23
pgsql: Ignore hash's relallvisible when checking pg_upgrade from pre-v1
Tom Lane
2025/02/23
pgsql: backend libpq void * argument for binary data
Peter Eisentraut
2025/02/23
Re: pgsql: Trial fix for old cross-version upgrades.
Andrew Dunstan
2025/02/23
pgsql: SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025/02/22
pgsql: jsonb internal API void * argument for binary data
Peter Eisentraut
2025/02/22
pgsql: Add more tests for utility commands in pipelines
Michael Paquier
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Andrew Dunstan
2025/02/22
pgsql: Adjust EXPLAIN test case to filter out "Actual Rows" values.
Robert Haas
2025/02/22
pgsql: Allow EXPLAIN to indicate fractional rows.
Robert Haas
2025/02/22
pgsql: Documentation fixups for dumping statistics.
Jeff Davis
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/22
Re: pgsql: Trial fix for old cross-version upgrades.
Andrew Dunstan
2025/02/22
pgsql: Change \conninfo to use tabular format
Álvaro Herrera
2025/02/21
pgsql: Remove unstable test suite added by 525392d57
Amit Langote
2025/02/21
Re: pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/21
Re: pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/21
Re: pgsql: Trial fix for old cross-version upgrades.
Tom Lane
2025/02/21
pgsql: Allow lwlocks to be disowned
Andres Freund
2025/02/21
Re: pgsql: Trial fix for old cross-version upgrades.
Robert Haas
2025/02/21
Re: pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/21
pgsql: Avoid race condition between "GRANT role" and "DROP ROLE".
Tom Lane
2025/02/21
pgsql: pg_resetwal: Add --char-signedness option to change the default
Masahiko Sawada
2025/02/21
pgsql: Add test 005_char_signedness.pl to meson.build.
Masahiko Sawada
2025/02/21
pgsql: Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025/02/21
pgsql: Fix an issue with index scan using pg_trgm due to char signednes
Masahiko Sawada
2025/02/21
pgsql: doc: clarify default checksum behavior in non-master branches
Bruce Momjian
2025/02/21
pgsql: Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025/02/21
pgsql: Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025/02/21
pgsql: Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025/02/21
pgsql: Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025/02/21
pgsql: Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.
Tom Lane
2025/02/21
pgsql: pg_upgrade: Add --set-char-signedness to set the default char si
Masahiko Sawada
2025/02/21
pgsql: Add default_char_signedness field to ControlFileData.
Masahiko Sawada
2025/02/21
pgsql: doc: clarify default checksum behavior in non-master branches
Bruce Momjian
2025/02/21
pgsql: pg_upgrade: Preserve default char signedness value from old clus
Masahiko Sawada
2025/02/21
pgsql: doc: clarify default checksum behavior in non-master branches
Bruce Momjian
2025/02/21
pgsql: doc: clarify default checksum behavior in non-master branches
Bruce Momjian
2025/02/21
pgsql: doc: clarify default checksum behavior in non-master branches
Bruce Momjian
2025/02/21
pgsql: doc: remove non-breaking space in SGML files, causes make error
Bruce Momjian
2025/02/21
pgsql: Make test portlock logic work with meson
Andres Freund
2025/02/21
pgsql: Make test portlock logic work with meson
Andres Freund
2025/02/21
pgsql: Make test portlock logic work with meson
Andres Freund
2025/02/21
Re: pgsql: Transfer statistics during pg_upgrade.
Andrew Dunstan
2025/02/21
pgsql: Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Michael Paquier
2025/02/21
pgsql: Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Michael Paquier
2025/02/21
pgsql: Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)
Michael Paquier
2025/02/21
pgsql: Support text position search functions with nondeterministic col
Peter Eisentraut
2025/02/21
pgsql: Fix a WARNING for data origin discrepancies.
Amit Kapila
2025/02/21
pgsql: doc: Add links to olsen93 and ong90 in bibliography
Daniel Gustafsson
2025/02/21
pgsql: Fix a WARNING for data origin discrepancies.
Amit Kapila
2025/02/21
pgsql: Fix a WARNING for data origin discrepancies.
Amit Kapila
2025/02/21
pgsql: Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025/02/21
pgsql: Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025/02/21
pgsql: Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025/02/21
pgsql: Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025/02/20
pgsql: backend launchers void * arguments for binary data
Peter Eisentraut
2025/02/20
pgsql: Fix for pg_restore_attribute_stats().
Jeff Davis
2025/02/20
pgsql: Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
2025/02/20
pgsql: psql: Add support for pipelines
Michael Paquier
2025/02/20
pgsql: Add braces for if block with large comment in psql's common.c
Michael Paquier
2025/02/20
Re: pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/20
pgsql: Add missing entry to oauth_validator test .gitignore
Daniel Gustafsson
2025/02/20
pgsql: Trial fix for old cross-version upgrades.
Jeff Davis
2025/02/20
pgsql: Remove various unnecessary (char *) casts
Peter Eisentraut
2025/02/20
pgsql: Ignore blank lines in pgindent exclude files
Andrew Dunstan
2025/02/20
pgsql: Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025/02/20
pgsql: cirrus: Temporarily fix libcurl link error
Daniel Gustafsson
2025/02/20
pgsql: Transfer statistics during pg_upgrade.
Jeff Davis
2025/02/20
pgsql: Improve errdetail message added by ac0e33136a.
Amit Kapila
2025/02/20
pgsql: Don't lock partitions pruned by initial pruning
Amit Langote
2025/02/19
pgsql: Include schema/table publications even with exclude options in d
Amit Kapila
2025/02/19
pgsql: doc: Fix typo in section "WAL configuration"
Michael Paquier
2025/02/19
pgsql: doc: Add details about object "wal" in pg_stat_io
Michael Paquier
2025/02/19
pgsql: doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configu
Michael Paquier
2025/02/19
Re: pgsql: doc: Fix some issues with JSON_TABLE() exampls
Amit Langote
2025/02/19
pgsql: Fix FATAL message for invalid recovery timeline at beginning of
Michael Paquier
2025/02/19
pgsql: Fix FATAL message for invalid recovery timeline at beginning of
Michael Paquier
2025/02/19
pgsql: Fix FATAL message for invalid recovery timeline at beginning of
Michael Paquier
2025/02/19
pgsql: Fix FATAL message for invalid recovery timeline at beginning of
Michael Paquier
2025/02/19
pgsql: test_escape: Fix output of --help
Michael Paquier
2025/02/19
pgsql: test_escape: Fix output of --help
Michael Paquier
2025/02/19
pgsql: test_escape: Fix output of --help
Michael Paquier
2025/02/19
pgsql: test_escape: Fix output of --help
Michael Paquier
2025/02/19
pgsql: pgbench: Increase RLIMIT_NOFILE if necessary
Andres Freund
2025/02/19
pgsql: test_escape: Fix output of --help
Michael Paquier
2025/02/19
pgsql: test_escape: Fix output of --help
Michael Paquier
2025/02/19
pgsql: Correct relation size estimate with low fillfactor
Tomas Vondra
2025/02/19
pgsql: Correct relation size estimate with low fillfactor
Tomas Vondra
2025/02/19
pgsql: Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025/02/19
pgsql: Assert that ExecOpenIndices and ExecCloseIndices are not repeate
Tom Lane
2025/02/19
pgsql: Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025/02/19
pgsql: Consider BufFiles when adjusting hashjoin parameters
Tomas Vondra
2025/02/19
pgsql: backport: Extend background_psql() to be able to start asynchron
Andres Freund
2025/02/19
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025/02/19
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025/02/19
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025/02/19
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025/02/19
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025/02/19
pgsql: tests: BackgroundPsql: Fix potential for lost errors on windows
Andres Freund
2025/02/19
pgsql: backport: Extend background_psql() to be able to start asynchron
Andres Freund
2025/02/19
pgsql: backport: Improve handling of empty query results in BackgroundP
Andres Freund
2025/02/19
pgsql: backport: Improve handling of empty query results in BackgroundP
Andres Freund
2025/02/19
pgsql: backport: Improve handling of empty query results in BackgroundP
Andres Freund
2025/02/19
pgsql: backport: Improve handling of empty query results in BackgroundP
Andres Freund
2025/02/19
pgsql: backport: Extend background_psql() to be able to start asynchron
Andres Freund
2025/02/19
pgsql: backport: Extend background_psql() to be able to start asynchron
Andres Freund
2025/02/19
pgsql: backport: Improve handling of empty query results in BackgroundP
Andres Freund
2025/02/19
pgsql: backport: Extend background_psql() to be able to start asynchron
Andres Freund
2025/02/19
pgsql: Add ATAlterConstraint struct for ALTER .. CONSTRAINT
Álvaro Herrera
Earlier messages
Later messages