pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: DELETE/UPDATE FOR PORTION OF with rule system is not working
Kirill Reshke
Re: DELETE/UPDATE FOR PORTION OF with rule system is not working
Paul A Jungwirth
Re: DELETE/UPDATE FOR PORTION OF with rule system is not working
jian he
RE: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Shinoda, Noriyoshi (PSD Japan FSI)
Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs
Richard Guo
Re: Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs
wenhui qiu
Re: Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs
Richard Guo
Re: Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs
wenhui qiu
test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Michael Paquier
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Andres Freund
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Michael Paquier
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Andres Freund
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Jacob Champion
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Michael Paquier
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Andres Freund
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Michael Paquier
Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Michael Paquier
bug: UPDATE FOR PORTION OF interact with updatable view
jian he
ISBN range table
Thomas Munro
Re: ISBN range table
Thomas Munro
Re: ISBN range table
Florents Tselai
Use stack allocated StringInfoDatas, where possible (round 2)
Bertrand Drouvot
Re: Use stack allocated StringInfoDatas, where possible (round 2)
David Rowley
Re: Use stack allocated StringInfoDatas, where possible (round 2)
David Rowley
[PATCH] Reduce pg_class scans in GRANT/REVOKE ON ALL TABLES IN SCHEMA
CharSyam
Re: [PATCH] Reduce pg_class scans in GRANT/REVOKE ON ALL TABLES IN SCHEMA
Michael Paquier
Re: [PATCH] Reduce pg_class scans in GRANT/REVOKE ON ALL TABLES IN SCHEMA
CharSyam
Fix typo in vacuumparallel.c
Lakshmi N
Re: Fix typo in vacuumparallel.c
Chao Li
Re: Fix typo in vacuumparallel.c
David Rowley
Fix array-element quoting in postgres_fdw import statistics
SATYANARAYANA NARLAPURAM
Re: Fix array-element quoting in postgres_fdw import statistics
Etsuro Fujita
Bug: trailing comma syntax error in postgres_fdw fetch_attstats()
SATYANARAYANA NARLAPURAM
Re: Bug: trailing comma syntax error in postgres_fdw fetch_attstats()
Etsuro Fujita
StringInfo fixes, v19 edition. Plus a few oddities
David Rowley
Re: StringInfo fixes, v19 edition. Plus a few oddities
Tom Lane
Re: StringInfo fixes, v19 edition. Plus a few oddities
Andres Freund
Re: StringInfo fixes, v19 edition. Plus a few oddities
David Rowley
Re: StringInfo fixes, v19 edition. Plus a few oddities
David Rowley
some extra warnings from MSVC
Peter Eisentraut
Re: some extra warnings from MSVC
Tom Lane
Bug: Missing check_stack_depth() in GRAPH_TABLE rewriter
SATYANARAYANA NARLAPURAM
Re: Bug: Missing check_stack_depth() in GRAPH_TABLE rewriter
Ashutosh Bapat
Possible mismatch between behaviour and documentation in CREATE FUNCTION
Isaac Morland
Re: Possible mismatch between behaviour and documentation in CREATE FUNCTION
David G. Johnston
Infinite Autovacuum loop caused by failing virtual generated column expression
SATYANARAYANA NARLAPURAM
Re: Infinite Autovacuum loop caused by failing virtual generated column expression
Dean Rasheed
Re: Infinite Autovacuum loop caused by failing virtual generated column expression
Yugo Nagata
Re: Infinite Autovacuum loop caused by failing virtual generated column expression
SATYANARAYANA NARLAPURAM
[PATCH] Fix NULL dereference in pg_get_database_ddl()
Ayush Tiwari
Re: [PATCH] Fix NULL dereference in pg_get_database_ddl()
Ayush Tiwari
Re: [PATCH] Fix NULL dereference in pg_get_database_ddl()
David Rowley
Re: [PATCH] Fix NULL dereference in pg_get_database_ddl()
Ayush Tiwari
Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
SATYANARAYANA NARLAPURAM
Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
Ashutosh Bapat
Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
SATYANARAYANA NARLAPURAM
Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
Ashutosh Bapat
Re: Bug: Missing collation assignment for GRAPH_TABLE COLUMNS expressions
SATYANARAYANA NARLAPURAM
[PATCH] Use cached hash to skip unnecessary key comparisons in dshash
CharSyam
Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
Nathan Bossart
Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
Nathan Bossart
Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
CharSyam
Re: pg_plan_advice: rtekind uninitialized compilation waning
Robert Haas
Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers
Siddharth Kothari
Re: Proposal: Conflict log history table for Logical Replication
Nisha Moond
pg17: XX000: no relation entry for relid 0
Justin Pryzby
Re: pg17: XX000: no relation entry for relid 0
Tender Wang
Re: pg17: XX000: no relation entry for relid 0
Richard Guo
Re: pg17: XX000: no relation entry for relid 0
Michael Paquier
Re: pg17: XX000: no relation entry for relid 0
Tender Wang
Re: pg17: XX000: no relation entry for relid 0
Richard Guo
[BUG] Take a long time to reach consistent after pg_rewind
cca5507
Re: [BUG] Take a long time to reach consistent after pg_rewind
cca5507
pg_stash_advice doc
Erik Rijkers
Re: pg_stash_advice doc
Robert Haas
Re: pg_stash_advice doc
Robert Haas
var_is_nonnullable() fails to handle invalid NOT NULL constraints
Richard Guo
Re: var_is_nonnullable() fails to handle invalid NOT NULL constraints
SATYANARAYANA NARLAPURAM
Re: var_is_nonnullable() fails to handle invalid NOT NULL constraints
Richard Guo
Add missing CHECK_FOR_INTERRUPTS in autovacuum catalog scan loops
Lakshmi N
Re: Add missing CHECK_FOR_INTERRUPTS in autovacuum catalog scan loops
Dapeng Wang
Re: Add missing CHECK_FOR_INTERRUPTS in autovacuum catalog scan loops
Lakshmi N
Re: Add missing CHECK_FOR_INTERRUPTS in autovacuum catalog scan loops
Dapeng Wang
Re: Add missing CHECK_FOR_INTERRUPTS in autovacuum catalog scan loops
Sami Imseih
EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Peter Smith
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Amit Kapila
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Peter Smith
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
vignesh C
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Peter Smith
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Peter Smith
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Álvaro Herrera
Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+
Peter Smith
Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
vignesh C
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
Fujii Masao
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
vignesh C
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
Fujii Masao
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
Xiaopeng Wang
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
vignesh C
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
Amul Sul
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
Fujii Masao
Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
vignesh C
Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
Peter Smith
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
Re: Support EXCEPT for ALL SEQUENCES publications
shveta malik
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
Peter Smith
Re: Support EXCEPT for ALL SEQUENCES publications
Shlok Kyal
Re: Support EXCEPT for ALL SEQUENCES publications
vignesh C
Fix pgstat_database.c to honor passed database OIDs
Chao Li
Re: Fix pgstat_database.c to honor passed database OIDs
Michael Paquier
Re: Fix pgstat_database.c to honor passed database OIDs
Michael Paquier
Re: Fix pgstat_database.c to honor passed database OIDs
Chao Li
Re: Fix pgstat_database.c to honor passed database OIDs
Dapeng Wang
Re: Fix pgstat_database.c to honor passed database OIDs
Michael Paquier
Re: Fix pgstat_database.c to honor passed database OIDs
Chao Li
Avoid calling SetMatViewPopulatedState if possible
cca5507
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
shveta malik
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)
Heads Up: cirrus-ci is shutting down June 1st
Andres Freund
Re: Heads Up: cirrus-ci is shutting down June 1st
Thomas Munro
Re: Heads Up: cirrus-ci is shutting down June 1st
David Steele
Re: Heads Up: cirrus-ci is shutting down June 1st
Thomas Munro
Re: Heads Up: cirrus-ci is shutting down June 1st
Jelte Fennema-Nio
Re: Heads Up: cirrus-ci is shutting down June 1st
Nazir Bilal Yavuz
Re: Heads Up: cirrus-ci is shutting down June 1st
Bruce Momjian
Re: Heads Up: cirrus-ci is shutting down June 1st
Alexander Korotkov
Re: Heads Up: cirrus-ci is shutting down June 1st
Alexander Korotkov
Re: Heads Up: cirrus-ci is shutting down June 1st
Peter Eisentraut
Re: Heads Up: cirrus-ci is shutting down June 1st
Heikki Linnakangas
Re: Heads Up: cirrus-ci is shutting down June 1st
David E. Wheeler
PgConf.Dev 2026 - last call for community discussion sessions
Robert Haas
Re: Logging parallel worker draught
Yogesh Sharma
Re: Logging parallel worker draught
Benoit Lobréau
Bug: var_is_nonnullable() gives wrong results for old/new in RETURNING
SATYANARAYANA NARLAPURAM
Re: Bug: var_is_nonnullable() gives wrong results for old/new in RETURNING
Tender Wang
Re: Bug: var_is_nonnullable() gives wrong results for old/new in RETURNING
Richard Guo
Re: Bug: var_is_nonnullable() gives wrong results for old/new in RETURNING
Richard Guo
Allow a condition string in an injection point
Sami Imseih
Re: Allow a condition string in an injection point
Michael Paquier
Re: Allow a condition string in an injection point
Sami Imseih
docs: Include database collation check on SQL from alter_collation.sgml
Matheus Alcantara
Re: docs: Include database collation check on SQL from alter_collation.sgml
Matheus Alcantara
Fix typo in import_pg_statistic() comment
Ilia Evdokimov
Re: Fix typo in import_pg_statistic() comment
Michael Paquier
pgcrypto: remove useless px_memset() and BF_ASM
Dagfinn Ilmari Mannsåker
Re: pgcrypto: remove useless px_memset() and BF_ASM
Daniel Gustafsson
Re: The ability of postgres to determine loss of files of the main fork
Jakub Wartak
[PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Mohamed ALi
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Haibo Yan
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Haibo Yan
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Sami Imseih
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Michael Paquier
Re: [PATCH] Fix: Partitioned parent index remains invalid after child indexes are repaired
Michael Paquier
[PATCH] Use mul_size for allocation products potentially to overflow
Xing Guo
Add missing period to DETAIL messages
Peter Smith
Re: Add missing period to DETAIL messages
Chao Li
Re: Add missing period to DETAIL messages
Peter Smith
Re: Add missing period to DETAIL messages
Peter Smith
Re: Add missing period to DETAIL messages
Peter Smith
Re: Add missing period to DETAIL messages
vignesh C
Re: Add missing period to DETAIL messages
Peter Smith
Re: Add missing period to DETAIL messages
Xiaopeng Wang
Re: Add missing period to DETAIL messages
Peter Smith
Re: Add missing period to DETAIL messages
Peter Eisentraut
Re: Add missing period to DETAIL messages
Peter Smith
[[deprecated("don't call this, call that")]]
Thomas Munro
Re: [[deprecated("don't call this, call that")]]
Michael Paquier
Re: [[deprecated("don't call this, call that")]]
Bertrand Drouvot
Re: [[deprecated("don't call this, call that")]]
Peter Eisentraut
Backpatching make_ctags -e and -n to v15 and v14
Michael Paquier
Re: Backpatching make_ctags -e and -n to v15 and v14
Julien Rouhaud
Re: Backpatching make_ctags -e and -n to v15 and v14
Michael Paquier
Re: Optimize SnapBuild by maintaining committed.xip in sorted order
Yogesh Sharma
Re: Optimize SnapBuild by maintaining committed.xip in sorted order
Xuneng Zhou
Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
SATYANARAYANA NARLAPURAM
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
Alexander Korotkov
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
Xuneng Zhou
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
Xuneng Zhou
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
Alexander Korotkov
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
SATYANARAYANA NARLAPURAM
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
Alexander Korotkov
Re: Bug: WAIT FOR LSN crashes with assertion failure inside PL/pgSQL DO blocks and procedures
SATYANARAYANA NARLAPURAM
Earlier messages
Later messages