pgsql-hackers
Thread
Date
Earlier messages
Messages by Thread
Re: Improve hash join's handling of tuples with null join keys
Tom Lane
UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src)
Florin Irion
Re: UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src)
Álvaro Herrera
Re: UBSAN crash in EventTriggerCollectAlterTSConfig (memcpy with NULL src)
Florin Irion
Re: Cleanup shadows variable warnings, round 1
Álvaro Herrera
Re: Cleanup shadows variable warnings, round 1
Chao Li
Re: Cleanup shadows variable warnings, round 1
Álvaro Herrera
pg_upgrade fails when extension_control_path is used
Jonathan Gonzalez V.
Question Regarding Publication Membership and Inheritance
shveta malik
Re: Question Regarding Publication Membership and Inheritance
David G. Johnston
Re: Question Regarding Publication Membership and Inheritance
shveta malik
regression tests fails with llvm22
Pavel Stehule
Re: regression tests fails with llvm22
Matheus Alcantara
Exploring pass-by-value for small Bitmapset sets
Thomas Munro
Re: Exploring pass-by-value for small Bitmapset sets
David Rowley
Compiler warning when using TRGM_REGEXP_DEBUG
Sergei Kornilov
Re: Compiler warning when using TRGM_REGEXP_DEBUG
Tom Lane
Re: Correcting freeze conflict horizon calculation
Melanie Plageman
Re: pg_stat_replication.*_lag sometimes shows NULL during active replication
Fujii Masao
Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
VASUKI M
Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
Álvaro Herrera
Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...
Álvaro Herrera
Re: Reduce build times of pg_trgm GIN indexes
David Geier
Re: Reduce build times of pg_trgm GIN indexes
David Geier
psql's 001_basic.pl test could fail on very slow machines
Oleg Tselebrovskiy
Re: Pgbench: remove synchronous prepare
Dmitrii Bondar
Question: rebuilding frontend tools after libpgfeutils.a changes?
Chao Li
Re: Question: rebuilding frontend tools after libpgfeutils.a changes?
Tom Lane
Re: Question: rebuilding frontend tools after libpgfeutils.a changes?
Chao Li
astreamer_lz4: fix bug of output pointer advancement in decompressor
Chao Li
Re: astreamer_lz4: fix bug of output pointer advancement in decompressor
Chao Li
Re: DOC: fixes multiple errors in alter table doc
Fujii Masao
Re: DOC: fixes multiple errors in alter table doc
Chao Li
Re: DOC: fixes multiple errors in alter table doc
Chao Li
Re: DOC: fixes multiple errors in alter table doc
Robert Treat
Re: DOC: fixes multiple errors in alter table doc
Chao Li
Extension - multilingual_fuzzy_match : Multilingual phonetic matching extension for PostgreSQL
Blessy Thomas
Re: Extension - multilingual_fuzzy_match : Multilingual phonetic matching extension for PostgreSQL
Andreas Karlsson
Refactor handling of "-only" options in pg_dump, pg_restore
jian he
Re: Refactor handling of "-only" options in pg_dump, pg_restore
Steven Niu
Re: Refactor handling of "-only" options in pg_dump, pg_restore
Zsolt Parragi
pg_resetwal.c: duplicate '0' in hex character set for -l option validation
jinbinge
Re: pg_resetwal.c: duplicate '0' in hex character set for -l option validation
Michael Paquier
Re: pg_resetwal.c: duplicate '0' in hex character set for -l option validation
jinbinge
Areas for Solaris support modernization
Tom Lane
Re: Areas for Solaris support modernization
Tom Lane
Re: Areas for Solaris support modernization
Greg Burd
Re: Areas for Solaris support modernization
Tom Lane
Re: Areas for Solaris support modernization
Greg Burd
Re: Areas for Solaris support modernization
Tom Lane
Re: Areas for Solaris support modernization
Greg Burd
Re: ALTER DOMAIN ADD NOT NULL NOT VALID
jian he
[BUGFIX] Fix crash due to sizeof bug in RegisterExtensionExplainOption
Joel Jacobson
Re: [BUGFIX] Fix crash due to sizeof bug in RegisterExtensionExplainOption
Michael Paquier
Re: [BUGFIX] Fix crash due to sizeof bug in RegisterExtensionExplainOption
Andreas Karlsson
Re: [BUGFIX] Fix crash due to sizeof bug in RegisterExtensionExplainOption
Michael Paquier
Re: [BUGFIX] Fix crash due to sizeof bug in RegisterExtensionExplainOption
Andreas Karlsson
Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint
jian he
Re: Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint
Chao Li
Re: Reject ADD CONSTRAINT NOT NULL if name mismatches existing domain not-null constraint
Álvaro Herrera
Re: Cleaning up PREPARE query strings?
Julien Rouhaud
pg_buffercache: Add per-relation summary stats
Lukas Fittl
Re: pg_buffercache: Add per-relation summary stats
Jakub Wartak
Re: pg_buffercache: Add per-relation summary stats
Lukas Fittl
pg_stat_statements: Add gc_count and query_file_size to pgss_info
Lukas Fittl
Re: pg_stat_statements: Add gc_count and query_file_size to pgss_info
Sami Imseih
Unlogged rel fake lsn vs GetVictimBuffer()
Andres Freund
Re: Unlogged rel fake lsn vs GetVictimBuffer()
Melanie Plageman
Re: Unlogged rel fake lsn vs GetVictimBuffer()
Andres Freund
Re: Use CASEFOLD() internally rather than LOWER()
Daniel Verite
Re: Use CASEFOLD() internally rather than LOWER()
Jeff Davis
hot standby failed in read pg_commit_ts
James Pang
Re: Primary and standby setting cross-checks
James Pang
Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
jian he
POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Jim Jones
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
Re: All-visible pages with valid prune xid are confusing
Melanie Plageman
Re: All-visible pages with valid prune xid are confusing
Andres Freund
Re: All-visible pages with valid prune xid are confusing
Melanie Plageman
[PATCH] Add PQgetThreadLock() to expose the Kerberos/Curl mutex
Jacob Champion
Re: [PATCH] Add PQgetThreadLock() to expose the Kerberos/Curl mutex
Chao Li
Re: [PATCH] Add PQgetThreadLock() to expose the Kerberos/Curl mutex
Nico Williams
Re: [PATCH] Add PQgetThreadLock() to expose the Kerberos/Curl mutex
Jacob Champion
[oauth] Add TLS support to OAuth tests
Jonathan Gonzalez V.
Re: [oauth] Add TLS support to OAuth tests
Jacob Champion
Re: [oauth] Add TLS support to OAuth tests
Jonathan Gonzalez V.
Re: [oauth] Add TLS support to OAuth tests
Jacob Champion
Re: [oauth] Add TLS support to OAuth tests
Jonathan Gonzalez V.
tid_blockno() and tid_offset() accessor functions
Ayush Tiwari
Harden internal_load_library() against transient errors
Mark Dilger
Release postmaster working memory context in slotsync worker
Fujii Masao
Re: Release postmaster working memory context in slotsync worker
Andres Freund
Re: Release postmaster working memory context in slotsync worker
Tom Lane
Fix slotsync worker busy loop causing repeated log messages
Fujii Masao
Re: Fix slotsync worker busy loop causing repeated log messages
Amit Kapila
RE: Fix slotsync worker busy loop causing repeated log messages
Zhijie Hou (Fujitsu)
Re: Fix slotsync worker busy loop causing repeated log messages
Amit Kapila
RE: Fix slotsync worker busy loop causing repeated log messages
Zhijie Hou (Fujitsu)
Re: Fix bug with accessing to temporary tables of other sessions
Daniil Davydov
Re: pageinspect support for SpGiST
Andrey Borodin
A stack allocation API
Thomas Munro
Re: A stack allocation API
Tom Lane
Re: A stack allocation API
Andres Freund
BUG: ReadStream look-ahead exhausts local buffers when effective_io_concurrency>=64
Induja Sreekanthan
Re: support create index on virtual generated column.
Soumya S Murali
[PATCH] Fix unexpected loss of DEFERRABLE property after toggling NOT ENFORCED / ENFORCED
Yasuo Honda
launch_backend: Remove duplicate include under EXEC_BACKEND
Chao Li
Funny behavior in event trigger code with CREATE OR REPLACE VIEW and column additions
Michael Paquier
pg_restore add --no-globals option when restored using pg_dumpall non-text dump
Mahendra Singh Thalor
Re: pg_restore add --no-globals option when restored using pg_dumpall non-text dump
Mahendra Singh Thalor
Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Bertrand Drouvot
Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Chao Li
Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Bertrand Drouvot
Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Peter Eisentraut
Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Joe Conway
Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Andreas Karlsson
Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Jeff Davis
Non-compliant SASLprep implementation for ASCII characters
Michael Paquier
Re: Non-compliant SASLprep implementation for ASCII characters
Michael Paquier
Re: Unicode update and some tooling improvements
Chao Li
Re: Unicode update and some tooling improvements
Peter Eisentraut
Defects with invalid stats data for expressions in extended stats
Michael Paquier
Re: Defects with invalid stats data for expressions in extended stats
Corey Huinker
Re: Defects with invalid stats data for expressions in extended stats
Michael Paquier
Re: Defects with invalid stats data for expressions in extended stats
Corey Huinker
Re: Defects with invalid stats data for expressions in extended stats
Michael Paquier
Re: Defects with invalid stats data for expressions in extended stats
Chao Li
Re: Defects with invalid stats data for expressions in extended stats
Michael Paquier
Re: Defects with invalid stats data for expressions in extended stats
Michael Paquier
Re: Defects with invalid stats data for expressions in extended stats
Chao Li
Re: Defects with invalid stats data for expressions in extended stats
Michael Paquier
[oauth] Per connection auth hooks in libpq
Andreas Karlsson
Re: [oauth] Per connection auth hooks in libpq
Jacob Champion
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Madhav Madhusoodanan
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Madhav Madhusoodanan
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Andrey Borodin
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Madhav Madhusoodanan
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Andrey Borodin
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Matthias van de Meent
Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Madhav Madhusoodanan
Is the XLP_BKP_REMOVABLE flag itself removable/obsolete?
Matthias van de Meent
Re: Is the XLP_BKP_REMOVABLE flag itself removable/obsolete?
Michael Paquier
Re: Is the XLP_BKP_REMOVABLE flag itself removable/obsolete?
Michael Paquier
Re: Is the XLP_BKP_REMOVABLE flag itself removable/obsolete?
Matthias van de Meent
Rework SLRU I/O errors handle
Maxim Orlov
typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Erik Rijkers
Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Chao Li
Re: typo in alter_table.sgml (was: Re: pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK)
Michael Paquier
[PATCH] Fix PITR pause bypass when initial XLOG_RUNNING_XACTS has subxid overflow
Matt Blewitt
Convert ALL SubLinks to ANY SubLinks
Richard Guo
Re: Convert ALL SubLinks to ANY SubLinks
Andrei Lepikhov
Re: Convert ALL SubLinks to ANY SubLinks
Richard Guo
Re: Convert ALL SubLinks to ANY SubLinks
wenhui qiu
Re: Convert ALL SubLinks to ANY SubLinks
Andrei Lepikhov
guc: make dereference style consistent in check_backtrace_functions
zhanghu
Re: guc: make dereference style consistent in check_backtrace_functions
Chao Li
Re: guc: make dereference style consistent in check_backtrace_functions
Junwang Zhao
Re: guc: make dereference style consistent in check_backtrace_functions
Álvaro Herrera
Re: guc: make dereference style consistent in check_backtrace_functions
Chao Li
Re: guc: make dereference style consistent in check_backtrace_functions
zhanghu
Re: guc: make dereference style consistent in check_backtrace_functions
zhanghu
Re: guc: make dereference style consistent in check_backtrace_functions
Chao Li
Re: tablecmds: fix bug where index rebuild loses replica identity on partitions
Chao Li
doc: Clarify that empty COMMENT string removes the comment
Chao Li
Re: doc: Clarify that empty COMMENT string removes the comment
shengbin Zhao
Re: doc: Clarify that empty COMMENT string removes the comment
Ashutosh Bapat
Re: doc: Clarify that empty COMMENT string removes the comment
Fujii Masao
Re: doc: Clarify that empty COMMENT string removes the comment
Jim Jones
Re: doc: Clarify that empty COMMENT string removes the comment
David G. Johnston
Re: doc: Clarify that empty COMMENT string removes the comment
Ashutosh Bapat
Re: doc: Clarify that empty COMMENT string removes the comment
David G. Johnston
Re: doc: Clarify that empty COMMENT string removes the comment
Chao Li
Re: doc: Clarify that empty COMMENT string removes the comment
David G. Johnston
Re: doc: Clarify that empty COMMENT string removes the comment
Fujii Masao
Re: doc: Clarify that empty COMMENT string removes the comment
Chao Li
Re: doc: Clarify that empty COMMENT string removes the comment
David G. Johnston
Re: doc: Clarify that empty COMMENT string removes the comment
Chao Li
Re: doc: Clarify that empty COMMENT string removes the comment
Fujii Masao
Re: doc: Clarify that empty COMMENT string removes the comment
Chao Li
Re: doc: Clarify that empty COMMENT string removes the comment
Fujii Masao
Re: doc: Clarify that empty COMMENT string removes the comment
Chao Li
doc: Clarify that empty COMMENT string removes the comment
zhangqiang
Re:doc: Clarify that empty COMMENT string removes the comment
zhangqiang
Addition and subtraction operations for the interval and integer types
yangyz
Re: Addition and subtraction operations for the interval and integer types
David G. Johnston
Re: Addition and subtraction operations for the interval and integer types
Bernd Helmle
[PATCH] libpq: Fix incorrect message type in getBackendKeyData() comment
zourenli
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
Re: POC: Parallel processing of indexes in autovacuum
Daniil Davydov
Re: POC: Parallel processing of indexes in autovacuum
Masahiko Sawada
Fixing grouping expressions inside subqueries
Tom Lane
Add starelid, attnum to pg_stats and leverage this in pg_dump
Corey Huinker
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
Corey Huinker
Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Tom Lane
Earlier messages