pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/04/05
pgsql: Add modern SHA-2 based password hashes to pgcrypto.
Álvaro Herrera
2025/04/05
pgsql: aio: Add errcontext for processing I/Os for another backend
Melanie Plageman
2025/04/05
pgsql: Update Unicode data to CLDR 47
Peter Eisentraut
2025/04/05
pgsql: Be more paranoid in configure's checks for CRC and POPCNT intrin
Tom Lane
2025/04/05
pgsql: docs: Update phrase on message lengths in the protocol
Heikki Linnakangas
2025/04/05
Re: pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
2025/04/05
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025/04/05
pgsql: Add missing declarations to pg_config.h.in
Daniel Gustafsson
2025/04/05
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
2025/04/05
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025/04/05
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Aleksander Alekseev
2025/04/05
pgsql: doc: Adjust some notes about pg_upgrade's file transfer modes.
Nathan Bossart
2025/04/05
pgsql: Avoid double transformation of json_array()'s subquery.
Tom Lane
2025/04/05
pgsql: Avoid double transformation of json_array()'s subquery.
Tom Lane
2025/04/05
pgsql: Avoid double transformation of json_array()'s subquery.
Tom Lane
2025/04/05
Re: pgsql: Prevent redeclaration of typedef TocEntry.
Nathan Bossart
2025/04/05
pgsql: Clean up from commit 1495eff7bdb
Andrew Dunstan
2025/04/05
pgsql: Set log_statement=none in t/002_pg_upgrade.pl
Álvaro Herrera
2025/04/05
pgsql: pg_dump: Tiny header cleanup
Álvaro Herrera
2025/04/05
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025/04/04
Re: pgsql: Prevent redeclaration of typedef TocEntry.
Tom Lane
2025/04/04
pgsql: pg_dump: Fix query for gathering attribute stats on older versio
Nathan Bossart
2025/04/04
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
2025/04/04
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
2025/04/04
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
2025/04/04
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
2025/04/04
pgsql: functions.c: copy trees from source_list before parse analysis e
Tom Lane
2025/04/04
Re: pgsql: Prevent redeclaration of typedef TocEntry.
Álvaro Herrera
2025/04/04
pgsql: Fix a couple of error messages and tests for them
Andrew Dunstan
2025/04/04
pgsql: doc: Mention clock synchronization recommendation for hot_standb
Peter Eisentraut
2025/04/04
pgsql: Prevent redeclaration of typedef TocEntry.
Nathan Bossart
2025/04/04
pgsql: Add errhint_internal()
Andres Freund
2025/04/04
pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
2025/04/04
pgsql: libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025/04/04
Re: pgsql: Add vacuum_truncate configuration parameter.
Tom Lane
2025/04/04
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
2025/04/04
Re: pgsql: Add more TAP tests for pg_dumpall
Andrew Dunstan
2025/04/04
pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
2025/04/04
pgsql: Add more TAP tests for pg_dumpall
Andrew Dunstan
2025/04/04
pgsql: add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025/04/04
pgsql: Move common pg_dump code related to connections to a new file
Andrew Dunstan
2025/04/04
Re: pgsql: pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
2025/04/04
pgsql: Remove unused function parameters in pg_backup_archiver.c.
Nathan Bossart
2025/04/04
pgsql: pg_dump: Reduce memory usage of dumps with statistics.
Nathan Bossart
2025/04/04
pgsql: pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
2025/04/04
pgsql: Skip second WriteToc() call for custom-format dumps without data
Nathan Bossart
2025/04/04
pgsql: Remove superfluous autoprewarm check
Melanie Plageman
2025/04/04
pgsql: Refactor autoprewarm_database_main() in preparation for read str
Melanie Plageman
2025/04/04
pgsql: Use streaming read I/O in autoprewarm
Melanie Plageman
2025/04/04
pgsql: Update Unicode data to Unicode 16.0.0
Peter Eisentraut
2025/04/04
pgsql: Change one loop in ATRewriteTable to use 1-based attnums
Álvaro Herrera
2025/04/04
pgsql: Fix code comment
Peter Eisentraut
2025/04/04
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025/04/04
pgsql: bufmgr: Improve stats when a buffer is read in concurrently
Andres Freund
2025/04/04
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
2025/04/04
pgsql: Avoid extra index searches through preprocessing.
Peter Geoghegan
2025/04/04
pgsql: Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025/04/04
pgsql: pg_recvlogical: Add --failover option.
Masahiko Sawada
2025/04/04
pgsql: Oversight in commit b81ffa13e3.
Jeff Davis
2025/04/04
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025/04/04
pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025/04/04
pgsql: Add nbtree skip scan optimization.
Peter Geoghegan
2025/04/04
pgsql: Restrict copying of invalidated replication slots.
Masahiko Sawada
2025/04/04
pgsql: Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025/04/04
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
2025/04/04
pgsql: docs: Clarify that NULL arg to set_config() means reset to defau
Heikki Linnakangas
2025/04/04
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025/04/04
pgsql: Stabilize regression test from c0962a113.
Tom Lane
2025/04/04
pgsql: Fix autoprewarm neglect of tablespaces
Melanie Plageman
2025/04/04
pgsql: Fix crash/valgrind error
Peter Eisentraut
2025/04/04
pgsql: Add commit e1a8b1ad58 to .git-blame-ignore-revs.
Nathan Bossart
2025/04/04
pgsql: Re-pgindent pg_largeobject.c after commit 0d6c477664.
Nathan Bossart
2025/04/04
pgsql: Extract make_SAOP_expr() function from match_orclause_to_indexco
Alexander Korotkov
2025/04/04
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025/04/04
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025/04/04
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025/04/04
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025/04/04
pgsql: Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025/04/04
pgsql: Allow "COPY table TO" command to copy rows from materialized vie
Fujii Masao
2025/04/04
pgsql: Support non-btree indexes in get_actual_variable_range()
Peter Eisentraut
2025/04/04
pgsql: Extend ALTER DEFAULT PRIVILEGES to define default privileges for
Fujii Masao
2025/04/04
pgsql: Convert PathKey to use CompareType
Peter Eisentraut
2025/04/04
pgsql: doc: Clarify the system value for sslrootcert
Daniel Gustafsson
2025/04/04
pgsql: doc: Clarify the system value for sslrootcert
Daniel Gustafsson
2025/04/04
pgsql: doc: Clarify the system value for sslrootcert
Daniel Gustafsson
2025/04/04
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
2025/04/03
pgsql: pg_createsubscriber: Improve error messages.
Amit Kapila
2025/04/03
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
2025/04/03
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
2025/04/03
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
2025/04/03
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
2025/04/03
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
2025/04/03
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
2025/04/03
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
2025/04/03
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
2025/04/03
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
2025/04/03
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
2025/04/03
Re: pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
2025/04/03
pgsql: Revert "Improve accounting for memory used by shared hash tables
Tomas Vondra
2025/04/03
pgsql: Add assertion to verify derived clause has constant RHS
Amit Langote
2025/04/03
pgsql: Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025/04/03
Re: pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
2025/04/03
Re: pgsql: Improve accounting for memory used by shared hash tables
David Rowley
2025/04/03
pgsql: libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025/04/03
pgsql: Remove misleading read stream asserts in a few users
Melanie Plageman
2025/04/03
pgsql: Use AIO batchmode for bitmap heap scans
Melanie Plageman
2025/04/03
pgsql: Fix oversight in commit 0dca5d68d.
Tom Lane
2025/04/03
pgsql: Remove duplicate set of print_notnull
Álvaro Herrera
2025/04/03
pgsql: oauth: Remove timeout from t/002_client when not needed
Daniel Gustafsson
2025/04/03
pgsql: oauth: Fix build on platforms without epoll/kqueue
Daniel Gustafsson
2025/04/03
pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Jeff Davis
2025/04/03
pgsql: pg_upgrade check for Unicode-dependent relations.
Jeff Davis
2025/04/03
pgsql: Restrict copying of invalidated replication slots.
Masahiko Sawada
2025/04/03
pgsql: Restrict copying of invalidated replication slots.
Masahiko Sawada
2025/04/03
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025/04/03
pgsql: Add helper library for use of libpq inside the server environmen
Noah Misch
2025/04/03
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025/04/03
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025/04/03
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2025/04/03
pgsql: Add helper library for use of libpq inside the server environmen
Noah Misch
2025/04/03
pgsql: Add helper library for use of libpq inside the server environmen
Noah Misch
2025/04/03
pgsql: Update code comment
Peter Eisentraut
2025/04/03
pgsql: Add support for sorted gist index builds to btree_gist
Heikki Linnakangas
2025/04/03
pgsql: Fix boilerplate comments in btree_gist
Heikki Linnakangas
2025/04/03
Re: pgsql: Doc: Improve -R option added in e5aeed4b80.
Amit Kapila
2025/04/03
pgsql: plpython: Add test for returning Python set from SETOF function
Peter Eisentraut
2025/04/03
pgsql: Doc: Improve -R option added in e5aeed4b80.
Amit Kapila
2025/04/03
pgsql: 002_pg_upgrade.pl: Move pg_dump test code for better stability
Álvaro Herrera
2025/04/03
pgsql: 002_pg_upgrade.pl: rename some variables for clarity
Álvaro Herrera
2025/04/03
pgsql: Fix update-unicode make target
Peter Eisentraut
2025/04/02
pgsql: Fix slot synchronization for two_phase enabled slots.
Amit Kapila
2025/04/02
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025/04/02
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025/04/02
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025/04/02
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025/04/02
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025/04/02
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025/04/02
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025/04/02
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025/04/02
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025/04/02
pgsql: Add test for HeapBitmapScan's broken skip_fetch optimization
Andres Freund
2025/04/02
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025/04/02
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025/04/02
pgsql: Change SQL-language functions to use the plan cache.
Tom Lane
2025/04/02
pgsql: Add GiST and btree sortsupport routines for range types
Heikki Linnakangas
2025/04/02
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025/04/02
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025/04/02
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025/04/02
pgsql: docs: Fix column count attribute in table
Heikki Linnakangas
2025/04/02
Re: pgsql: docs: Fix column count attribute in table
Tom Lane
2025/04/02
pgsql: Improve accounting for PredXactList, RWConflictPool and PGPROC
Tomas Vondra
2025/04/02
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025/04/02
Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Tomas Vondra
2025/04/02
pgsql: Make cancel request keys longer
Heikki Linnakangas
2025/04/02
pgsql: docs: Add a new section and a table listing protocol versions
Heikki Linnakangas
2025/04/02
pgsql: libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
2025/04/02
pgsql: Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025/04/02
pgsql: Fix code comment
Peter Eisentraut
2025/04/02
pgsql: Fix code comment
Peter Eisentraut
2025/04/02
pgsql: Add timingsafe_bcmp(), for constant-time memory comparison
Heikki Linnakangas
2025/04/02
pgsql: tests: Fix incompatibility of test_aio with *_FORCE_RELEASE
Andres Freund
2025/04/02
pgsql: tests: Cope with WARNINGs during failed CREATE DB on windows
Andres Freund
2025/04/02
pgsql: tests: Cope with io_method in TEMP_CONFIG in test_aio
Andres Freund
2025/04/01
pgsql: Doc: add information about partition locking
David Rowley
2025/04/01
pgsql: Doc: add information about partition locking
David Rowley
2025/04/01
pgsql: Doc: add information about partition locking
David Rowley
2025/04/01
pgsql: Doc: add information about partition locking
David Rowley
2025/04/01
pgsql: Doc: add information about partition locking
David Rowley
2025/04/01
Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025/04/01
pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
David Rowley
2025/04/01
pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
David Rowley
2025/04/01
pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
David Rowley
2025/04/01
pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
David Rowley
2025/04/01
pgsql: Introduce a SQL-callable function array_sort(anyarray).
Tom Lane
2025/04/01
pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025/04/01
pgsql: aio: Minor comment improvements
Andres Freund
2025/04/01
pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025/04/01
pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025/04/01
pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025/04/01
pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025/04/01
pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025/04/01
pgsql: Use workaround of __builtin_setjmp only on MINGW on MSVCRT
Andrew Dunstan
2025/04/01
pgsql: aio: Add README.md explaining higher level design
Andres Freund
2025/04/01
pgsql: aio: Add test_aio module
Andres Freund
2025/04/01
pgsql: md: Add comment & assert to buffer-zeroing path in md[start]read
Andres Freund
2025/04/01
pgsql: docs: Add acronym and glossary entries for I/O and AIO
Andres Freund
2025/04/01
pgsql: aio: Add pg_aios view
Andres Freund
2025/04/01
pgsql: Verify roundtrip dump/restore of regression database
Álvaro Herrera
2025/04/01
Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Peter Eisentraut
2025/04/01
pgsql: Remove a stray "pgrminclude" annotation
Peter Eisentraut
2025/04/01
pgsql: Fix minor C type confusion
Peter Eisentraut
2025/04/01
pgsql: heapam: Only set tuple's block once per page in pagemode
Heikki Linnakangas
2025/03/31
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
2025/03/31
pgsql: Use function attributes for SSE 4.2 even when targeting that ext
John Naylor
2025/03/31
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
2025/03/31
pgsql: Fix failing regression test on x86-32 machines
David Rowley
2025/03/31
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Todd Cook
2025/03/31
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
2025/03/31
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Tom Lane
2025/03/31
Re: pgsql: aio: Add core asynchronous I/O infrastructure
Andres Freund
Earlier messages
Later messages