pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: In XLogFileInit(), fix *use_existent postcondition to suit calle
Michael Paquier
pgsql: In XLogFileInit(), fix *use_existent postcondition to suit calle
Michael Paquier
pgsql: Remove XLogFileInit() ability to skip ControlFileLock.
Michael Paquier
pgsql: Remove XLogFileInit() ability to skip ControlFileLock.
Michael Paquier
pgsql: Quote filename in error message
Daniel Gustafsson
pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Tom Lane
pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Tom Lane
pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Tom Lane
pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Tom Lane
pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Tom Lane
pgsql: Fix parse_cte.c's failure to examine sub-WITHs in DML statements
Tom Lane
pgsql: pg_basebackup: Add missing PQclear in error path
Daniel Gustafsson
pgsql: docs: Reframe track_io_timing related docs as wait time
Andres Freund
pgsql: Create accessor functions for TupleHashEntry.
Jeff Davis
pgsql: pg_overexplain: Additional EXPLAIN options for debugging.
Robert Haas
pgsql: Remove duplicated comment in get_relation_constraints
Richard Guo
pgsql: Avoid mixing designated and non-designated field initializers.
Tom Lane
pgsql: Improve error message when standby does accept connections.
Fujii Masao
pgsql: Use streaming read I/O in btree vacuuming
Melanie Plageman
pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Kyotaro Horiguchi
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Tom Lane
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Tom Lane
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Tom Lane
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Tom Lane
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
Re: pgsql: Inline CRC computation for small fixed-length input on x86
Todd Cook
Re: pgsql: Inline CRC computation for small fixed-length input on x86
John Naylor
pgsql: refactor: Pass relation OID instead of Relation to createForeign
Peter Eisentraut
pgsql: Show plperl version in the meson setup summary.
Andrew Dunstan
pgsql: Add modern SHA-2 based password hashes to pgcrypto.
Álvaro Herrera
pgsql: aio: Add errcontext for processing I/Os for another backend
Melanie Plageman
pgsql: Update Unicode data to CLDR 47
Peter Eisentraut
pgsql: Be more paranoid in configure's checks for CRC and POPCNT intrin
Tom Lane
pgsql: docs: Update phrase on message lengths in the protocol
Heikki Linnakangas
pgsql: Add missing declarations to pg_config.h.in
Daniel Gustafsson
pgsql: doc: Adjust some notes about pg_upgrade's file transfer modes.
Nathan Bossart
pgsql: Avoid double transformation of json_array()'s subquery.
Tom Lane
pgsql: Avoid double transformation of json_array()'s subquery.
Tom Lane
pgsql: Avoid double transformation of json_array()'s subquery.
Tom Lane
pgsql: Clean up from commit 1495eff7bdb
Andrew Dunstan
pgsql: Set log_statement=none in t/002_pg_upgrade.pl
Álvaro Herrera
pgsql: pg_dump: Tiny header cleanup
Álvaro Herrera
pgsql: pg_dump: Fix query for gathering attribute stats on older versio
Nathan Bossart
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
pgsql: Repair misbehavior with duplicate entries in FK SET column lists
Tom Lane
pgsql: functions.c: copy trees from source_list before parse analysis e
Tom Lane
pgsql: Fix a couple of error messages and tests for them
Andrew Dunstan
pgsql: doc: Mention clock synchronization recommendation for hot_standb
Peter Eisentraut
pgsql: Prevent redeclaration of typedef TocEntry.
Nathan Bossart
Re: pgsql: Prevent redeclaration of typedef TocEntry.
Álvaro Herrera
Re: pgsql: Prevent redeclaration of typedef TocEntry.
Tom Lane
Re: pgsql: Prevent redeclaration of typedef TocEntry.
Nathan Bossart
pgsql: Add errhint_internal()
Andres Freund
pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
Re: pgsql: Improve accounting for memory used by shared hash tables
David Rowley
Re: pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
Re: pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
Re: pgsql: Improve accounting for memory used by shared hash tables
Tomas Vondra
pgsql: libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
pgsql: Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
pgsql: Add more TAP tests for pg_dumpall
Andrew Dunstan
Re: pgsql: Add more TAP tests for pg_dumpall
Andrew Dunstan
pgsql: add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
pgsql: Move common pg_dump code related to connections to a new file
Andrew Dunstan
pgsql: Remove unused function parameters in pg_backup_archiver.c.
Nathan Bossart
pgsql: pg_dump: Reduce memory usage of dumps with statistics.
Nathan Bossart
pgsql: pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
Re: pgsql: pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
pgsql: Skip second WriteToc() call for custom-format dumps without data
Nathan Bossart
pgsql: Remove superfluous autoprewarm check
Melanie Plageman
pgsql: Refactor autoprewarm_database_main() in preparation for read str
Melanie Plageman
pgsql: Use streaming read I/O in autoprewarm
Melanie Plageman
pgsql: Update Unicode data to Unicode 16.0.0
Peter Eisentraut
pgsql: Change one loop in ATRewriteTable to use 1-based attnums
Álvaro Herrera
pgsql: bufmgr: Improve stats when a buffer is read in concurrently
Andres Freund
pgsql: Avoid extra index searches through preprocessing.
Peter Geoghegan
pgsql: Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Mark Dilger
Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Mark Dilger
Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Mark Dilger
Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
pgsql: pg_recvlogical: Add --failover option.
Masahiko Sawada
pgsql: Oversight in commit b81ffa13e3.
Jeff Davis
pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Melanie Plageman
Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
David Rowley
Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Melanie Plageman
pgsql: Add nbtree skip scan optimization.
Peter Geoghegan
pgsql: Further optimize nbtree search scan key comparisons.
Peter Geoghegan
pgsql: docs: Clarify that NULL arg to set_config() means reset to defau
Heikki Linnakangas
pgsql: Stabilize regression test from c0962a113.
Tom Lane
pgsql: Fix autoprewarm neglect of tablespaces
Melanie Plageman
pgsql: Fix crash/valgrind error
Peter Eisentraut
pgsql: Add commit e1a8b1ad58 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Re-pgindent pg_largeobject.c after commit 0d6c477664.
Nathan Bossart
pgsql: Extract make_SAOP_expr() function from match_orclause_to_indexco
Alexander Korotkov
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
pgsql: Relax assertion in finding correct GiST parent
Heikki Linnakangas
pgsql: Use standard die() signal handler in walreceiver
Heikki Linnakangas
pgsql: Allow "COPY table TO" command to copy rows from materialized vie
Fujii Masao
pgsql: Support non-btree indexes in get_actual_variable_range()
Peter Eisentraut
pgsql: Extend ALTER DEFAULT PRIVILEGES to define default privileges for
Fujii Masao
pgsql: Convert PathKey to use CompareType
Peter Eisentraut
pgsql: doc: Clarify the system value for sslrootcert
Daniel Gustafsson
pgsql: doc: Clarify the system value for sslrootcert
Daniel Gustafsson
pgsql: doc: Clarify the system value for sslrootcert
Daniel Gustafsson
pgsql: pg_createsubscriber: Improve error messages.
Amit Kapila
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
pgsql: Fix logical decoding test to correctly check slot removal on sta
Fujii Masao
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
pgsql: Fix logical decoding regression tests to correctly check slot ex
Fujii Masao
pgsql: Revert "Improve accounting for memory used by shared hash tables
Tomas Vondra
pgsql: Add assertion to verify derived clause has constant RHS
Amit Langote
pgsql: Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
pgsql: libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
pgsql: Remove misleading read stream asserts in a few users
Melanie Plageman
pgsql: Use AIO batchmode for bitmap heap scans
Melanie Plageman
pgsql: Fix oversight in commit 0dca5d68d.
Tom Lane
pgsql: Remove duplicate set of print_notnull
Álvaro Herrera
pgsql: oauth: Remove timeout from t/002_client when not needed
Daniel Gustafsson
pgsql: oauth: Fix build on platforms without epoll/kqueue
Daniel Gustafsson
pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Jeff Davis
pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Jeff Davis
pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Jeff Davis
pgsql: pg_upgrade check for Unicode-dependent relations.
Jeff Davis
pgsql: Restrict copying of invalidated replication slots.
Masahiko Sawada
pgsql: Restrict copying of invalidated replication slots.
Masahiko Sawada
pgsql: Restrict copying of invalidated replication slots.
Masahiko Sawada
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
pgsql: Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
pgsql: Add helper library for use of libpq inside the server environmen
Noah Misch
pgsql: Add helper library for use of libpq inside the server environmen
Noah Misch
pgsql: Add helper library for use of libpq inside the server environmen
Noah Misch
pgsql: Update code comment
Peter Eisentraut
pgsql: Add support for sorted gist index builds to btree_gist
Heikki Linnakangas
pgsql: Fix boilerplate comments in btree_gist
Heikki Linnakangas
pgsql: plpython: Add test for returning Python set from SETOF function
Peter Eisentraut
pgsql: Doc: Improve -R option added in e5aeed4b80.
Amit Kapila
Re: pgsql: Doc: Improve -R option added in e5aeed4b80.
Amit Kapila
pgsql: 002_pg_upgrade.pl: Move pg_dump test code for better stability
Álvaro Herrera
pgsql: 002_pg_upgrade.pl: rename some variables for clarity
Álvaro Herrera
pgsql: Fix update-unicode make target
Peter Eisentraut
pgsql: Fix slot synchronization for two_phase enabled slots.
Amit Kapila
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
pgsql: Remove unnecessary type violation in tsvectorrecv().
Tom Lane
pgsql: Add test for HeapBitmapScan's broken skip_fetch optimization
Andres Freund
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
pgsql: Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
pgsql: Change SQL-language functions to use the plan cache.
Tom Lane
pgsql: Add GiST and btree sortsupport routines for range types
Heikki Linnakangas
pgsql: docs: Fix column count attribute in table
Heikki Linnakangas
Re: pgsql: docs: Fix column count attribute in table
Tom Lane
pgsql: Improve accounting for PredXactList, RWConflictPool and PGPROC
Tomas Vondra
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
pgsql: Make cancel request keys longer
Heikki Linnakangas
Re: pgsql: Make cancel request keys longer
Peter Eisentraut
Re: pgsql: Make cancel request keys longer
Heikki Linnakangas
Re: pgsql: Make cancel request keys longer
Heikki Linnakangas
Re: pgsql: Make cancel request keys longer
Peter Eisentraut
pgsql: docs: Add a new section and a table listing protocol versions
Heikki Linnakangas
pgsql: libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
pgsql: Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
Earlier messages
Later messages