pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Thread
Code-comment typos.
Peter Smith
Re: Code-comment typos.
Michael Paquier
[PATCH] Fix autovacuum freeze bug where weight can lower a table's freeze score
shihao zhong
Re: [PATCH] Fix autovacuum freeze bug where weight can lower a table's freeze score
Bharath Rupireddy
Re: [PATCH] Fix autovacuum freeze bug where weight can lower a table's freeze score
shihao zhong
Add TG_* vars for FOR PORTION OF
Paul A Jungwirth
Prevent foreign key references to unlogged partitions
Zsolt Parragi
Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
Re: Reducing relcache memory usage: deduping index shapes
David Rowley
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
Re: Reducing relcache memory usage: deduping index shapes
Chao Li
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
Re: Reducing relcache memory usage: deduping index shapes
David Rowley
Re: Reducing relcache memory usage: deduping index shapes
David Geier
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
Re: Reducing relcache memory usage: deduping index shapes
David Geier
Re: Reducing relcache memory usage: deduping index shapes
David Geier
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
Re: Reducing relcache memory usage: deduping index shapes
David Geier
Re: Reducing relcache memory usage: deduping index shapes
Matthias van de Meent
Re: another autovacuum scheduling thread
Nathan Bossart
Re: another autovacuum scheduling thread
Bharath Rupireddy
Re: another autovacuum scheduling thread
Nathan Bossart
Re: another autovacuum scheduling thread
Greg Burd
Re: another autovacuum scheduling thread
Nathan Bossart
Re: another autovacuum scheduling thread
shihao zhong
SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Chao Li
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Chao Li
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Michael Paquier
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Michael Paquier
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Michael Paquier
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
David Rowley
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andrei Lepikhov
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Andres Freund
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Michael Paquier
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Chao Li
Re: SUM(int2)/SUM(int4) do not detect overflow of the int8 accumulator
Tom Lane
WAIT FOR NO_THROW option could use some documentation
Peter Eisentraut
Re: WAIT FOR NO_THROW option could use some documentation
Rithvika Devisetti
Re: WAIT FOR NO_THROW option could use some documentation
Kiran Kaki
Re: WAIT FOR NO_THROW option could use some documentation
Xuneng Zhou
Re: WAIT FOR NO_THROW option could use some documentation
Kiran Kaki
Re: WAIT FOR NO_THROW option could use some documentation
Peter Eisentraut
Re: WAIT FOR NO_THROW option could use some documentation
Xuneng Zhou
Re: WAIT FOR NO_THROW option could use some documentation
SATYANARAYANA NARLAPURAM
Re: WAIT FOR NO_THROW option could use some documentation
Peter Eisentraut
Re: WAIT FOR NO_THROW option could use some documentation
SATYANARAYANA NARLAPURAM
Re: WAIT FOR NO_THROW option could use some documentation
Xuneng Zhou
Re: WAIT FOR NO_THROW option could use some documentation
Robert Haas
Re: WAIT FOR NO_THROW option could use some documentation
SATYANARAYANA NARLAPURAM
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nathan Bossart
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nazir Bilal Yavuz
Re: Speed up COPY FROM text/CSV parsing using SIMD
Greg Burd
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nazir Bilal Yavuz
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nathan Bossart
Protocol compression: a fourth design
Andrey Borodin
Re: Protocol compression: a fourth design
Jochen Bandhauer
Fix pg_stat_statements losing normalized query text after reset
Chao Li
Re: Fix pg_stat_statements losing normalized query text after reset
Michael Paquier
GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Ewan Young
Re: GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Chao Li
Re: GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Ewan Young
Re: GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Chao Li
Re: GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Ewan Young
Re: GRAPH_TABLE pattern WHERE clause is not coerced to boolean
Peter Eisentraut
pg_upgrade: Test --check with a running source server
Bertrand Drouvot
Re: pg_upgrade: Test --check with a running source server
Ewan Young
Re: pg_upgrade: Test --check with a running source server
Bertrand Drouvot
Re: pg_upgrade: Test --check with a running source server
Ewan Young
Re: pg_upgrade: Test --check with a running source server
Michael Paquier
Re: pg_upgrade: Test --check with a running source server
Michael Paquier
logical decoding: skip unnecessary snapshot distribution.
yangboyu
Re: logical decoding: skip unnecessary snapshot distribution.
Shlok Kyal
[PATCH] pageinspect: validate line pointers before using them
shihao zhong
Re: [PATCH] pageinspect: validate line pointers before using them
shihao zhong
Report relation extension blockers within parallel lock groups
Bertrand Drouvot
Re: Report relation extension blockers within parallel lock groups
Chao Li
Re: Report relation extension blockers within parallel lock groups
Bertrand Drouvot
Re: Report relation extension blockers within parallel lock groups
Chao Li
Re: Report relation extension blockers within parallel lock groups
Kirill Reshke
[PATCH] Add row estimate tests for unnest() and integer generate_series()
shihao zhong
Re: [PATCH] Add row estimate tests for unnest() and integer generate_series()
韩建桥
[PATCH] Planner support function for generate_subscripts()
shihao zhong
Concurrent DROP TABLESPACE can miss a shared dependency
Ayush Tiwari
[PATCH] handling transitions in timestamptz_trunc_*
Alexandre Felipe
Commitfest manager for September 2026
Andrey Borodin
Re: Commitfest manager for September 2026
shihao zhong
Re: postgresql.conf.sample tab width
Nathan Bossart
Re: postgresql.conf.sample tab width
Chao Li
Re: postgresql.conf.sample tab width
Nathan Bossart
Re: CREATE TABLE LIKE INCLUDING TRIGGERS
Andrey Borodin
Re: CREATE TABLE LIKE INCLUDING TRIGGERS
jian he
pgbench Common Library Extraction & Server Extension
Hannu Krosing
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Nathan Bossart
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Sami Imseih
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Michael Paquier
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Nathan Bossart
SSI: A patch for a Serializability violation
Vaijayanti Bharadwaj
Re: SSI: A patch for a Serializability violation
Andrey Borodin
Re: SSI: A patch for a Serializability violation
Vaijayanti Bharadwaj
Re: SSI: A patch for a Serializability violation
Vaijayanti Bharadwaj
Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits
JoongHyuk Shin
Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits
Andrey Borodin
Re: [PATCH] Prevent repeated deadlock-check signals in standby buffer pin waits
JoongHyuk Shin
[BUG] pg_rewind: file sync bypass and findLastCheckpoint boundary crash
Srinath Reddy Sadipiralla
Re: [BUG] pg_rewind: file sync bypass and findLastCheckpoint boundary crash
Srinath Reddy Sadipiralla
pg_rewind: Remove recovery at the start of rewind
Srinath Reddy Sadipiralla
REPACK: warn about skipping foreign partitions
Zsolt Parragi
Re: REPACK: warn about skipping foreign partitions
Antonin Houska
Re: REPACK: warn about skipping foreign partitions
Bharath Rupireddy
Re: REPACK: warn about skipping foreign partitions
Zsolt Parragi
Add PAM Tests and Option For Custom PAM Config Location
Andrew Jackson
Re: Assorted Win32 error handling fixes (CreateThread, pgwin32_select, pg_usleep)
Sehrope Sarkuni
REPACK (CONCURRENTLY) fails with wrong error for materialized views
Bharath Rupireddy
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Kiran Kaki
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Bharath Rupireddy
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Kiran Kaki
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Kiran Kaki
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Álvaro Herrera
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Bharath Rupireddy
Re: REPACK (CONCURRENTLY) fails with wrong error for materialized views
Bharath Rupireddy
[PATCH] Fix getopt_long() argument handling and add tests
Sehrope Sarkuni
[PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Michael Paquier
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Nazir Bilal Yavuz
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Michael Paquier
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Nazir Bilal Yavuz
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Nazir Bilal Yavuz
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Michael Paquier
Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Sehrope Sarkuni
Re: REASSIGN OWNED vs. relisshared dep on !relisshared
Noah Misch
RE: REASSIGN OWNED vs. relisshared dep on !relisshared
Hayato Kuroda (Fujitsu)
WAIT FOR command should do some query jumbling
Peter Eisentraut
Re: WAIT FOR command should do some query jumbling
sirisha chamarthi
Re: WAIT FOR command should do some query jumbling
Sami Imseih
Re: WAIT FOR command should do some query jumbling
Rithvika Devisetti
Re: WAIT FOR command should do some query jumbling
sirisha chamarthi
Re: WAIT FOR command should do some query jumbling
Sami Imseih
Re: WAIT FOR command should do some query jumbling
Michael Paquier
Re: WAIT FOR command should do some query jumbling
Sami Imseih
Re: WAIT FOR command should do some query jumbling
Michael Paquier
Re: WAIT FOR command should do some query jumbling
Sami Imseih
Re: WAIT FOR command should do some query jumbling
Nathan Bossart
Re: WAIT FOR command should do some query jumbling
Sami Imseih
Re: WAIT FOR command should do some query jumbling
Nathan Bossart
Re: WAIT FOR command should do some query jumbling
Michael Paquier
Re: WAIT FOR command should do some query jumbling
Alexander Korotkov
Re: WAIT FOR command should do some query jumbling
Michael Paquier
Re: WAIT FOR command should do some query jumbling
Rithvika Devisetti
new clang warnings about unused global variables
Peter Eisentraut
Re: new clang warnings about unused global variables
Peter Eisentraut
Re: new clang warnings about unused global variables
Andreas Karlsson
Re: new clang warnings about unused global variables
Tom Lane
CONNECTION keyword use in CREATE FOREIGN DATA WRAPPER
Peter Eisentraut
Wrong result from JSON constructor in a simple CASE
Richard Guo
Re: Wrong result from JSON constructor in a simple CASE
Richard Guo
Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Zsolt Parragi
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Michael Paquier
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Mihail Nikalayeu
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Mihail Nikalayeu
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Zsolt Parragi
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Michael Paquier
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Mihail Nikalayeu
Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Zsolt Parragi
Allow tuple visibility checks without hint-bit, maintenance
Andrew Dunstan
Re: Allow tuple visibility checks without hint-bit, maintenance
shihao zhong
Re: Allow tuple visibility checks without hint-bit, maintenance
shihao zhong
Re: Allow tuple visibility checks without hint-bit, maintenance
Andres Freund
Re: Allow tuple visibility checks without hint-bit, maintenance
Andrew Dunstan
Should the WAIT FOR command tag be "WAIT" or "WAIT FOR"?
Masahiko Sawada
Re: Should the WAIT FOR command tag be "WAIT" or "WAIT FOR"?
Tom Lane
Re: Should the WAIT FOR command tag be "WAIT" or "WAIT FOR"?
Masahiko Sawada
Re: Should the WAIT FOR command tag be "WAIT" or "WAIT FOR"?
Xuneng Zhou
Open SSI correctness issues
Andrey Borodin
Re: File locks for data directory lockfile in the context of Linux namespaces
Dmitry Dolgov
Re: [PATCH v1] amcheck: Allow interrupting the child-level rightlink walk
shihao zhong
Publication of same parent table with ONLY-ness mismatch should error
Peter Smith
Re: Publication of same parent table with ONLY-ness mismatch should error
shveta malik
Re: [Patch] New pg_stat_tablespace view
shihao zhong
[PATCH] Test coverage for pg_clear_attribute_stats() null arguments
shihao zhong
Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments
Michael Paquier
Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments
shihao zhong
Re: [PATCH] Test coverage for pg_clear_attribute_stats() null arguments
Michael Paquier
Re: Return pg_control from pg_backup_stop().
shihao zhong
64-bit MultiXactOffset vs. 9.3->9.4 upgrade, pg_resetwal, "wraparound" msg
Noah Misch
pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Masahiko Sawada
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Nathan Bossart
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Nathan Bossart
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Nathan Bossart
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Masahiko Sawada
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Nathan Bossart
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Masahiko Sawada
Re: pg_stat_get_autovacuum_scores ignores the main table's reloptions for TOAST tables
Nathan Bossart
Earlier messages
Later messages