pgsql-hackers
Thread
Date
Earlier messages
Messages by Thread
Fix bug of CHECK constraint enforceability recursion
Chao Li
Re: [PATCH] Little refactoring of portalcmds.c
Zizhuan Liu
Re: [PATCH] Little refactoring of portalcmds.c
Zizhuan Liu
Re: Add --extra-dependencies and immediate data dumping for pg_dump/pg_upgrade
Paul Ramsey
Re: Todo item: Include the symbolic SQLSTATE name in verbose error reports
Tom Lane
[PATCH] Defensive hardening: Replace sprintf with snprintf in pg_stat_statements
anupam MEDIRATTA
[PATCH] DOCS: Fix inconsistent text description punctuation in UPDATE FOR PORTION OF
X-MAN
Re: Support loser tree for k-way merge
Xuneng Zhou
doc: Clarify ALTER CONSTRAINT enforceability wording
Chao Li
Re: remove autoanalyze corner case
Shinya Kato
NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Michael Paquier
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Michael Paquier
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Ayush Tiwari
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Michael Paquier
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Euler Taveira
Re: NULL pointer dereference in syslogger with load_libraries() and -DEXEC_BACKEND at startup
Michael Paquier
Small fixes for CHECKPOINT FLUSH_UNLOGGED
Chao Li
Re: Small fixes for CHECKPOINT FLUSH_UNLOGGED
Daniel Gustafsson
[PATCH] DOCS: Add introductory paragraph to Getting Started chapter
vellaipandiyan sm
[PATCH] Two small errhint cleanups in PG19 code
Baji Shaik
Re: [PATCH] Two small errhint cleanups in PG19 code
Chao Li
Re: [PATCH] Two small errhint cleanups in PG19 code
Michael Paquier
Tighten SCRAM iteration parsing and bound libpq PBKDF2 work
Sehrope Sarkuni
Re: Tighten SCRAM iteration parsing and bound libpq PBKDF2 work
Daniel Gustafsson
Re: Tighten SCRAM iteration parsing and bound libpq PBKDF2 work
Sehrope Sarkuni
[PATCH] Fix NULL dereference in subscription REFRESH on concurrent DROP
SATYANARAYANA NARLAPURAM
Re: [PATCH v4] Make NumericVar storage semantics explicit
ChenhuiMo
[PATCH] psql: Display SQLSTATE macro name in verbose error reports
Aaryan Parik
Re: [PATCH] psql: Display SQLSTATE macro name in verbose error reports
jian he
Re: [PATCH] psql: Display SQLSTATE macro name in verbose error reports
Tom Lane
Re: splitting pg_resetwal output strings
Jonathan Gonzalez V.
Re: splitting pg_resetwal output strings
Álvaro Herrera
Re: splitting pg_resetwal output strings
Jonathan Gonzalez V.
Re: splitting pg_resetwal output strings
Jonathan Gonzalez V.
Re: splitting pg_resetwal output strings
Álvaro Herrera
ERROR during COMMIT PREPARED can leave orphaned locks
Daniil Davydov
[PATCH] Add regression test for mismatched ENCODING and LOCALE in CREATE DATABASE
Yushu Chen
Re: [PATCH] Add regression test for mismatched ENCODING and LOCALE in CREATE DATABASE
Tom Lane
Removing broken support for OpenSSL without ECDH
Daniel Gustafsson
Re: Removing broken support for OpenSSL without ECDH
Tom Lane
[PATCH] Improving index selection for logical replication apply with replica identity full
Ethan Mertz
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Akshay Joshi
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Japin Li
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Akshay Joshi
Re: Report oldest xmin source when autovacuum cannot remove tuples
Shinya Kato
Re: Report oldest xmin source when autovacuum cannot remove tuples
Japin Li
Re: Report oldest xmin source when autovacuum cannot remove tuples
Shinya Kato
Re: Report oldest xmin source when autovacuum cannot remove tuples
Shinya Kato
Re: Report oldest xmin source when autovacuum cannot remove tuples
wenhui qiu
Re: Report oldest xmin source when autovacuum cannot remove tuples
Laurenz Albe
Permission elevation by pg_amcheck operator overloading via search_path possible?
Pavel Borisov
Re: Incremental View Maintenance, take 2
Yugo Nagata
Fix pg_get_multixact_stats() members_size calculation
Chao Li
Re: Fix pg_get_multixact_stats() members_size calculation
Michael Paquier
Re: Fix pg_get_multixact_stats() members_size calculation
Michael Paquier
Re: Fix pg_get_multixact_stats() members_size calculation
Chao Li
Inquiry Regarding Parallel DML (Write-Side) Support in Future PostgreSQL Releases
Samil C
effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
Imran Zaheer
Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
shveta malik
Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
Masahiko Sawada
Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
shveta malik
Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
Imran Zaheer
Re: effective_wal_level is not decreasing after using REPACK (CONCURRENTLY)
shveta malik
Rename Postgres 19 to Postgres 26 (year-based)?
Nikolay Samokhvalov
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Junwang Zhao
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Kirk Wolak
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Isaac Morland
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Tom Lane
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Peter Eisentraut
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Tom Lane
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Philip Alger
Re: Rename Postgres 19 to Postgres 26 (year-based)?
Nikolay Samokhvalov
Re: Rename Postgres 19 to Postgres 26 (year-based)?
jian he
Pg upgrade bug with NOT NULL NOT VALID
Kirill Reshke
Re: Pg upgrade bug with NOT NULL NOT VALID
Álvaro Herrera
Re: Pg upgrade bug with NOT NULL NOT VALID
Kirill Reshke
Re: Pg upgrade bug with NOT NULL NOT VALID
Álvaro Herrera
Re: RFC: Allow EXPLAIN to Output Page Fault Information
vellaipandiyan sm
Re: RFC: Allow EXPLAIN to Output Page Fault Information
Atsushi Torikoshi
Re: RFC: Allow EXPLAIN to Output Page Fault Information
Jelte Fennema-Nio
Re: RFC: Allow EXPLAIN to Output Page Fault Information
Atsushi Torikoshi
Re: RFC: Allow EXPLAIN to Output Page Fault Information
Lukas Fittl
Patch for bind message regarding the number of parameters and result column format codes
Dave Cramer
Re: Patch for bind message regarding the number of parameters and result column format codes
Austin Bonander
Re: Patch for bind message regarding the number of parameters and result column format codes
Dave Cramer
Feature request: Native nanosecond precision support for temporal types
Alex Malek
Prevent setting NO INHERIT on partitioned not-null constraints
Andreas Karlsson
Re: Prevent setting NO INHERIT on partitioned not-null constraints
Jim Jones
Re: Prevent setting NO INHERIT on partitioned not-null constraints
Andreas Karlsson
Re: Prevent setting NO INHERIT on partitioned not-null constraints
Fujii Masao
Re: Prevent setting NO INHERIT on partitioned not-null constraints
Andreas Karlsson
Re: Prevent setting NO INHERIT on partitioned not-null constraints
Fujii Masao
Multi-Entry Indexing for GiST & SP-GiST
Maxime Schoemans
Re: Deadlock detector fails to activate on a hot standby replica
Fujii Masao
Re: Deadlock detector fails to activate on a hot standby replica
Vitaly Davydov
[PATCH] Add reentrancy guards in ri_triggers.c
Lucas Jeffrey
[PATCH] Remove obsolete LISTEN array growth isolation test
Joel Jacobson
Set notice receiver before libpq connection startup
Chao Li
Re: Set notice receiver before libpq connection startup
Fujii Masao
Re: Set notice receiver before libpq connection startup
Chao Li
Re: Set notice receiver before libpq connection startup
vignesh C
Re: Set notice receiver before libpq connection startup
Chao Li
Re: Set notice receiver before libpq connection startup
Rafia Sabih
Re: Set notice receiver before libpq connection startup
Fujii Masao
Re: Set notice receiver before libpq connection startup
Chao Li
Re: Set notice receiver before libpq connection startup
Fujii Masao
Re: Set notice receiver before libpq connection startup
Chao Li
COPY TO BLACKHOLE / pg_dump -j -Fb
Jakub Wartak
Re: [PATCH] Add contrib/anyarray: intarray-style operations and indexes for any array type
David G. Johnston
Avoid leaking system path from pg_available_extensions
Chao Li
Re: Avoid leaking system path from pg_available_extensions
Chao Li
Re: Avoid leaking system path from pg_available_extensions
lu feng
Re: Avoid leaking system path from pg_available_extensions
Matheus Alcantara
Re: Avoid leaking system path from pg_available_extensions
Jim Jones
Re: Avoid leaking system path from pg_available_extensions
Matheus Alcantara
VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX
Тестова Екатерина
[PATCH] Fix LISTEN startup race with direct advancement
Joel Jacobson
Re: [PATCH] Fix LISTEN startup race with direct advancement
Arseniy Mukhin
Re: [PATCH] Fix LISTEN startup race with direct advancement
Joel Jacobson
Re: [PATCH] Fix LISTEN startup race with direct advancement
Arseniy Mukhin
Re: [PATCH] Fix LISTEN startup race with direct advancement
Joel Jacobson
Fix incorrect size check in statext_dependencies_deserialize
Ilia Evdokimov
Re: Fix incorrect size check in statext_dependencies_deserialize
Michael Paquier
Re: Fix incorrect size check in statext_dependencies_deserialize
Michael Paquier
Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Michael Paquier
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Michael Paquier
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Michael Paquier
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Michael Paquier
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Michael Paquier
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Chao Li
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Xuneng Zhou
Re: Fix pg_stat_wal_receiver to show CONNECTING status
Xuneng Zhou
Review observations for partial REFRESH MATERIALIZED VIEW patc
vellaipandiyan sm
Re: Review observations for partial REFRESH MATERIALIZED VIEW patc
Andreas Karlsson
Re: Review observations for partial REFRESH MATERIALIZED VIEW patc
Andreas Karlsson
Make the logical replication conflict messages more like each other
Peter Smith
Re: relfilenode statistics
Bertrand Drouvot
Extended statistics improvement: multi-column MCV missing values
Enrique Sánchez
Re: Extended statistics improvement: multi-column MCV missing values
Ilia Evdokimov
Re: Extended statistics improvement: multi-column MCV missing values
Enrique Sánchez
Failure in test_slru for host gokiburi (REL_16_STABLE only)
Michael Paquier
Re: Support LIKE with nondeterministic collations
Jelte Fennema-Nio
Re: Support LIKE with nondeterministic collations
Nico Williams
Re: Support LIKE with nondeterministic collations
Nico Williams
[oauth] Fix minimal typo in OAuth
Jonathan Gonzalez V.
Re: [oauth] Fix minimal typo in OAuth
Daniel Gustafsson
Review observations for COPY ON_ERROR_TABLE patch
vellaipandiyan sm
Re: DOCS: Describe some missing parameters on CREATE/ALTER PUBLICATION pages
Peter Smith
PSQL - prevent describe listing tables that are already in listed schemas
Peter Smith
Re: PSQL - prevent describe listing tables that are already in listed schemas
Jim Jones
Re: PSQL - prevent describe listing tables that are already in listed schemas
Peter Smith
Re: PSQL - prevent describe listing tables that are already in listed schemas
Jim Jones
Re: PSQL - prevent describe listing tables that are already in listed schemas
Peter Smith
Re: PSQL - prevent describe listing tables that are already in listed schemas
Jim Jones
Re: PSQL - prevent describe listing tables that are already in listed schemas
Nisha Moond
Re: PSQL - prevent describe listing tables that are already in listed schemas
Jim Jones
Re: PSQL - prevent describe listing tables that are already in listed schemas
Nisha Moond
Re: PSQL - prevent describe listing tables that are already in listed schemas
Peter Smith
Re: PSQL - prevent describe listing tables that are already in listed schemas
Jim Jones
Fix small issues of pg_restore_extended_stats()
Chao Li
Re: Fix small issues of pg_restore_extended_stats()
Michael Paquier
Re: Add pg_get_publication_ddl function
Jonathan Gonzalez V.
Re: Add pg_get_publication_ddl function
Peter Smith
Re: Add pg_get_publication_ddl function
Japin Li
Re: Add pg_get_publication_ddl function
Peter Smith
035_standby_logical_decoding might fail due to FATAL message lost inside libpq
Alexander Lakhin
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
solai v
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
surya poondla
pgstat: Flush some statistics within running transactions, take 2
Sami Imseih
pg_stash_advice: dump file with overlong stash name crashes worker in a restart loop
Ayush Tiwari
Re: Sequence Access Methods, round two
Michael Paquier
Re: Sequence Access Methods, round two
Andrei Lepikhov
Re: Sequence Access Methods, round two
Michael Paquier
Re: Sequence Access Methods, round two
Andrei Lepikhov
Re: Sequence Access Methods, round two
Andrei Lepikhov
Re: log_checkpoints: count WAL segment creations from all processes
Hüseyin Demir
Re: log_checkpoints: count WAL segment creations from all processes
Hüseyin Demir
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Andrew Dunstan
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Tom Lane
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Nathan Bossart
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Andrew Dunstan
Re: SQL Property Graph Queries (SQL/PGQ)
Alexander Lakhin
Re: SQL Property Graph Queries (SQL/PGQ)
Ashutosh Bapat
Re: SQL Property Graph Queries (SQL/PGQ)
Alexander Lakhin
[PATCH] Add NESTED_STATEMENTS option to EXPLAIN
Mohamed ALi
Re: [PATCH] Add NESTED_STATEMENTS option to EXPLAIN
Zsolt Parragi
Re: [PATCH] Add NESTED_STATEMENTS option to EXPLAIN
Mohamed ALi
Move FOR PORTION OF checks out of analysis
Paul A Jungwirth
Re: Move FOR PORTION OF checks out of analysis
Álvaro Herrera
Re: Move FOR PORTION OF checks out of analysis
Paul A Jungwirth
Order of tables dumped by pg_dump
Isaac Morland
Re: Order of tables dumped by pg_dump
Tom Lane
Re: Order of tables dumped by pg_dump
Isaac Morland
Earlier messages