pgsql-hackers
Thread
Date
Later messages
Messages by Date
2025/10/18
Re: bt_index_parent_check and concurrently build indexes
Mihail Nikalayeu
2025/10/18
Re: Improve docs syntax checking and enable it in the meson build
Nazir Bilal Yavuz
2025/10/18
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Tom Lane
2025/10/18
Re: Problem with DEB packages
Michael Banck
2025/10/18
Re: Adding REPACK [concurrently]
Antonin Houska
2025/10/18
Re: [PATCH] GROUP BY ALL
Tom Lane
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/10/18
Re: truncate_useless_pathkeys() doesn't account for window function queries
David Rowley
2025/10/18
Re: Logical Replication of sequences
Dilip Kumar
2025/10/18
Re: Improve docs for n_distinct_inherited
David G. Johnston
2025/10/18
Re: ci: Skip minfree file in the cores_backtrace.sh
Nazir Bilal Yavuz
2025/10/18
Re: Proposal: Exploring LSM Tree‑Based Storage Engine for PostgreSQL (Inspired by MyRocks)
Konstantin Osipov
2025/10/18
Re: Optimize LISTEN/NOTIFY
Tom Lane
2025/10/18
Re: Documentation fix on pgbench \aset command
Yugo Nagata
2025/10/18
Re: Making pg_rewind faster
John H
2025/10/18
Re: remove unnecessary include in src/backend/commands/policy.c
Shinya Kato
2025/10/18
Re: Build failure with Meson >= 1.8.3 on Windows
Nazir Bilal Yavuz
2025/10/18
Re: Clarification on Role Access Rights to Table Indexes
Jeff Davis
2025/10/18
compiling pg_bsd_indent
Robert Haas
2025/10/18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Amit Kapila
2025/10/18
Re: Patch for migration of the pg_commit_ts directory
ls7777
2025/10/18
Re: Optimizing ResouceOwner to speed up COPY
Tomas Vondra
2025/10/18
Re: GNU/Hurd portability patches
Alexander Lakhin
2025/10/18
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
2025/10/18
Improve docs syntax checking and enable it in the meson build
Nazir Bilal Yavuz
2025/10/18
Re: issue with synchronized_standby_slots
Fabrice Chapuis
2025/10/18
Re: another autovacuum scheduling thread
Jeremy Schneider
2025/10/18
Re: remove unnecessary include in src/backend/commands/policy.c
Shinya Kato
2025/10/18
Re: Invalid primary_slot_name triggers warnings in all processes on reload
Fujii Masao
2025/10/18
Re: Fix locking issue with fixed-size stats template in injection_points
Chao Li
2025/10/18
Re: using index to speedup add not null constraints to a table
Álvaro Herrera
2025/10/18
Re: another autovacuum scheduling thread
Jeremy Schneider
2025/10/18
Question about InvalidatePossiblyObsoleteSlot()
suyu.cmj
2025/10/18
Re: Why pg_dump overwrites dump file?
Daniel Gustafsson
2025/10/18
Re: pgstattuple: Use streaming read API in pgstatindex functions
Xuneng Zhou
2025/10/18
Re: pg_stat_statements: faster search by queryid
Karina Litskevich
2025/10/18
Re: [PATCH] Fix pg_rewind false positives caused by shutdown-only WAL
Robert Haas
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Álvaro Herrera
2025/10/18
Re: [PATCH] Introduce unified support for composite GUC options
David G. Johnston
2025/10/18
Re: Fix array access (src/bin/pg_dump/pg_dump.c)
Ranier Vilela
2025/10/18
RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Aya Iwata (Fujitsu)
2025/10/18
Re: Fix an unnecessary cast calling elog in ExecHashJoinImpl
Tender Wang
2025/10/18
Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values
Dean Rasheed
2025/10/18
Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
David Rowley
2025/10/18
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Tatsuo Ishii
2025/10/18
Re: Add support for specifying tables in pg_createsubscriber.
Peter Smith
2025/10/18
Make GiST waldump output more descriptive
Kirill Reshke
2025/10/18
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Chao Li
2025/10/18
Re: [BUG] temporary file usage report with extended protocol and unnamed portals
Michael Paquier
2025/10/18
Re: Should we say "wal_level = logical" instead of "wal_level >= logical"
Ashutosh Bapat
2025/10/18
RE: Supporting non-deterministic collations with tailoring rules.
Todd Lang
2025/10/18
Re: [PATCH] Add tests for Bitmapset
David Rowley
2025/10/18
Re: plpython: Remove support for major version conflict detection
Mario González Troncoso
2025/10/18
Re: Clarification on Role Access Rights to Table Indexes
Nathan Bossart
2025/10/18
Re: split func.sgml to separated individual sgml files
Andrew Dunstan
2025/10/18
Re: [PATCH] Introduce unified support for composite GUC options
Tom Lane
2025/10/18
Re: Should we update the random_page_cost default value?
Tomas Vondra
2025/10/18
Re: [PATCH] Add tests for Bitmapset
Greg Burd
2025/10/18
Re: GB18030-2022 Support in PostgreSQL
Chao Li
2025/10/18
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ajin Cherian
2025/10/18
Re: Optimize LISTEN/NOTIFY
Tom Lane
2025/10/18
Re: Fix incorrect function reference BufFileOpenShared in comment.
Richard Guo
2025/10/18
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Tatsuo Ishii
2025/10/18
Re: Extend documentation for pg_stat_replication.backend_xmin
Renzo Dani
2025/10/18
Re: Logical Replication of sequences
Amit Kapila
2025/10/18
Re: GB18030-2022 Support in PostgreSQL
Chao Li
2025/10/18
Re: split func.sgml to separated individual sgml files
Nazir Bilal Yavuz
2025/10/18
Re: Report bytes and transactions actually sent downtream
shveta malik
2025/10/18
Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward
Tom Lane
2025/10/18
[PATCH] ecpg: check return value of replace_variables()
Aleksander Alekseev
2025/10/18
Re: Add memory_limit_hits to pg_stat_replication_slots
Masahiko Sawada
2025/10/18
Re: Issue with logical replication slot during switchover
Fabrice Chapuis
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/10/18
Re: make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is validated
jian he
2025/10/18
Re: How can end users know the cause of LR slot sync delays?
Shlok Kyal
2025/10/18
RE: Logical Replication of sequences
Zhijie Hou (Fujitsu)
2025/10/18
Re: Add mode column to pg_stat_progress_vacuum
Nathan Bossart
2025/10/18
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Tatsuo Ishii
2025/10/18
Re: pg_waldump: support decoding of WAL inside tarfile
Amul Sul
2025/10/18
Re: Reorganize GUC structs
Peter Eisentraut
2025/10/18
Re: Fix overflow of nbatch
Tomas Vondra
2025/10/18
Re: Improve docs syntax checking and enable it in the meson build
Peter Eisentraut
2025/10/18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Amit Kapila
2025/10/18
Re: Should we update the random_page_cost default value?
Tomas Vondra
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/10/18
Re: [PATCH v1] parallel pg_restore: avoid disk seeks when jumping short distance forward
Chao Li
2025/10/18
Re: new environment variable INITDB_LOCALE_PROVIDER
Chao Li
2025/10/18
Re: Proposal: Conflict log history table for Logical Replication
Dilip Kumar
2025/10/18
Re: Support getrandom() for pg_strong_random() source
Jacob Champion
2025/10/18
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Tatsuo Ishii
2025/10/18
Re: Support getrandom() for pg_strong_random() source
Masahiko Sawada
2025/10/18
Re: Improve pg_sync_replication_slots() to wait for primary to advance
Ashutosh Bapat
2025/10/18
Re: Adding basic NUMA awareness
Alexey Makhmutov
2025/10/18
Re: Should we update the random_page_cost default value?
Andres Freund
2025/10/18
Re: plan shape work
Tom Lane
2025/10/18
Re: Improve docs for n_distinct_inherited
David Rowley
2025/10/18
Re: Eager aggregation, take 3
Richard Guo
2025/10/18
Re: GiST nitpicks I want to discuss (and maybe eventually fix)
Kirill Reshke
2025/10/18
Re: Clear logical slot's 'synced' flag on promotion of standby
Ajin Cherian
2025/10/18
Re: Should we update the random_page_cost default value?
Andres Freund
2025/10/18
Re: Making pg_rewind faster
Srinath Reddy Sadipiralla
2025/10/18
Re: Should we update the random_page_cost default value?
Tom Lane
2025/10/18
Re: URLs in rbtree.c are broken
Daniel Gustafsson
2025/10/18
Re: failed NUMA pages inquiry status: Operation not permitted
Tomas Vondra
2025/10/18
Re: speedup COPY TO for partitioned table.
Masahiko Sawada
2025/10/18
Re: Should we update the random_page_cost default value?
David Rowley
2025/10/18
Re: Should we update the random_page_cost default value?
Tomas Vondra
2025/10/18
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2025/10/18
Re: failed NUMA pages inquiry status: Operation not permitted
Christoph Berg
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/10/18
make tsearch use the database default locale
Jeff Davis
2025/10/18
Re: [PATCH] Remove unused #include's in src/backend/commands/*
Álvaro Herrera
2025/10/18
Re: Incorrect logic in XLogNeedsFlush()
Melanie Plageman
2025/10/18
Re: Proposal for enabling auto-vectorization for checksum calculations
Andrew Kim
2025/10/18
Re: Fix overflow of nbatch
Melanie Plageman
2025/10/18
Re: memory leak in dbase_redo()
Álvaro Herrera
2025/10/18
Re: speedup COPY TO for partitioned table.
jian he
2025/10/18
Re: pgstattuple "unexpected zero page" for gist and hash indexes
Michael Paquier
2025/10/18
Re: speedup COPY TO for partitioned table.
jian he
2025/10/18
Re: libcurl in libpq.pc
Christoph Berg
2025/10/18
Question for coverage report
Hayato Kuroda (Fujitsu)
2025/10/18
Re: Report bytes and transactions actually sent downtream
Ashutosh Bapat
2025/10/18
Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Arseniy Mukhin
2025/10/18
Re: A tidyup of pathkeys.c
David Rowley
2025/10/18
Re: plan shape work
Robert Haas
2025/10/18
RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Hayato Kuroda (Fujitsu)
2025/10/18
Re: [PATCH] Remove unused #include's in src/backend/commands/*
Nathan Bossart
2025/10/18
Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting
Xuneng Zhou
2025/10/18
Re: Optimizing ResouceOwner to speed up COPY
Tom Lane
2025/10/18
Re: Logical Replication of sequences
Chao Li
2025/10/18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
shveta malik
2025/10/18
Re: Remove custom redundant full page write description from GIN
Kirill Reshke
2025/10/18
Re: RFC: extensible planner state
Tom Lane
2025/10/18
Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options
Tom Lane
2025/10/18
let ALTER COLUMN SET DATA TYPE cope with trigger dependency
jian he
2025/10/18
Re: Implement waiting for wal lsn replay: reloaded
Álvaro Herrera
2025/10/18
Re: bug, ALTER TABLE call ATPostAlterTypeCleanup twice for the same relation
jian he
2025/10/18
Re: Logical Replication of sequences
Dilip Kumar
2025/10/18
Re: Clarification on Role Access Rights to Table Indexes
Nathan Bossart
2025/10/18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Masahiko Sawada
2025/10/18
[PATCH] Add Windows support for backtrace_functions (MSVC only)
Bryan Green
2025/10/18
Re: Logical Replication of sequences
shveta malik
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Marcos Pegoraro
2025/10/18
Re: ReadRecentBuffer() doesn't scale well
Thomas Munro
2025/10/18
Re: sync_standbys_defined and pg_stat_replication
Ants Aasma
2025/10/18
Re: Eager aggregation, take 3
Richard Guo
2025/10/18
Re: GiST nitpicks I want to discuss (and maybe eventually fix)
Michael Banck
2025/10/18
Add downloaded files to gitignore
Chao Li
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
jian he
2025/10/18
Re: abi-compliance-check failure due to recent changes to pg_{clear,restore}_{attribute,relation}_stats()
Mankirat Singh
2025/10/18
Re: Question about InvalidatePossiblyObsoleteSlot()
Masahiko Sawada
2025/10/18
RE: Resetting recovery target parameters in pg_createsubscriber
Ilyasov Ian
2025/10/18
Re: Should we update the random_page_cost default value?
Tomas Vondra
2025/10/18
Re: Should we update the random_page_cost default value?
Tomas Vondra
2025/10/18
Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Amit Kapila
2025/10/18
RE: Remove obsolate comments from 047_checkpoint_physical_slot
Hayato Kuroda (Fujitsu)
2025/10/18
Re: Adding error messages to a few slash commands
Abhishek Chanda
2025/10/18
failed NUMA pages inquiry status: Operation not permitted
Christoph Berg
2025/10/18
Re: Add downloaded files to gitignore
Chao Li
2025/10/18
Re: Use streaming read I/O in BRIN vacuuming
Arseniy Mukhin
2025/10/18
Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls
Fujii Masao
2025/10/18
Re: new environment variable INITDB_LOCALE_PROVIDER
Jeff Davis
2025/10/18
Re: pg_createsubscriber - more logging to say if there are no pubs to drop
Peter Smith
2025/10/18
Re: Eager aggregation, take 3
Robert Haas
2025/10/18
Re: pg_restore documentation and --create/--single-transaction limitation
Ashutosh Bapat
2025/10/18
Re: Question about InvalidatePossiblyObsoleteSlot()
Masahiko Sawada
2025/10/18
Re: Should we update the random_page_cost default value?
Laurenz Albe
2025/10/18
Re: [PATCH] Handle out-of-range timestamps in timestamptz_to_str()
Daniel Gustafsson
2025/10/18
pageinspect some function no need superuser priv
jian he
2025/10/18
Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions
Andrew Dunstan
2025/10/18
Re: new environment variable INITDB_LOCALE_PROVIDER
Jeff Davis
2025/10/18
Re: OAuth client code doesn't work with Google OAuth
Zsolt Parragi
2025/10/18
Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement
Philip Alger
2025/10/18
Re: get rid of RM_HEAP2_ID
Michael Paquier
2025/10/18
Re: another autovacuum scheduling thread
Andres Freund
2025/10/18
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nazir Bilal Yavuz
2025/10/18
Re: Speed up COPY FROM text/CSV parsing using SIMD
Nazir Bilal Yavuz
2025/10/18
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2025/10/18
Re: Thoughts on a "global" client configuration?
Robert Haas
2025/10/18
Re: split func.sgml to separated individual sgml files
Nazir Bilal Yavuz
2025/10/18
Re: Eager aggregation, take 3
Richard Guo
2025/10/18
Re: Add support for specifying tables in pg_createsubscriber.
Peter Smith
2025/10/18
Re: Resetting recovery target parameters in pg_createsubscriber
Alena Vinter
2025/10/18
Re: Logical Replication of sequences
Amit Kapila
2025/10/18
Re: Invalid pointer access in logical decoding after error
Euler Taveira
2025/10/18
Re: VACUUM (PARALLEL) option processing not using DefElem the way it was intended
David Rowley
2025/10/18
Re: Remove custom redundant full page write description from GIN
Michael Paquier
2025/10/18
Re: Report bytes and transactions actually sent downtream
Bertrand Drouvot
2025/10/18
Re: Add jsonb_translate(jsonb, from, to)
Florents Tselai
2025/10/18
Re: RFC: Logging plan of the running query
torikoshia
2025/10/18
Re: Question about InvalidatePossiblyObsoleteSlot()
Bertrand Drouvot
2025/10/18
Re: Adding some error context for lock wait failures
Tom Lane
2025/10/18
Re: [PING] [PATCH v2] parallel pg_restore: avoid disk seeks when jumping short distance forward
Tom Lane
2025/10/18
Re: [PATCH] Add tests for Bitmapset
Greg Burd
2025/10/18
Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Peter Smith
2025/10/18
Re: Preserve index stats during ALTER TABLE ... TYPE ...
Tom Lane
2025/10/18
Re: Is there public API to fetch errcode?
David G. Johnston
2025/10/18
Re: Optimize LISTEN/NOTIFY
Joel Jacobson
2025/10/18
Re: Logical Replication of sequences
shveta malik
2025/10/18
Feature Request: Build only backend libraries with Meson
Uilian Ries
Later messages