pgsql-hackers
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/07/09
Re: PSQL - prevent describe listing tables that are already in listed schemas
Shlok Kyal
2026/07/09
Re: [PATCH] Fix null pointer dereference in PG19
Peter Eisentraut
2026/07/09
Re: [Bug] Add the missing RTE_GRAPH_TABLE case to transformLockingClause()
Peter Eisentraut
2026/07/09
Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers
Siddharth Kothari
2026/07/09
Re: Possible replace of strncpy on xactdesc.c
Daniel Gustafsson
2026/07/09
Re: Fix data checksum processing for temp relations and dropped databases
Daniel Gustafsson
2026/07/09
Re: [PATCH] Add PROMPT_COMMAND and dynamic prompt support to psql
Kirk Roybal
2026/07/09
Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore
Jelte Fennema-Nio
2026/07/09
Re: Truncate logs by max_log_size
Jim Jones
2026/07/09
Re: implement CAST(expr AS type FORMAT 'template')
Peter Eisentraut
2026/07/09
Re: implement CAST(expr AS type FORMAT 'template')
Peter Eisentraut
2026/07/09
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Amit Kapila
2026/07/09
Re: Fix data checksum processing for temp relations and dropped databases
Kyotaro Horiguchi
2026/07/09
Re: hang during shutdown
Anthonin Bonnefoy
2026/07/09
Re: Fix races conditions in DropRole() and GrantRole()
Bertrand Drouvot
2026/07/09
Re: [PATCH] ecpg: use memcpy in a few length-based copies
Peter Eisentraut
2026/07/08
Re: Possible replace of strncpy on xactdesc.c
Kyotaro Horiguchi
2026/07/08
Re: s/pg_attribute_always_inline/pg_always_inline/?
Peter Geoghegan
2026/07/08
Re: Row pattern recognition
jian he
2026/07/08
Re: [PATCH] no table rewrite when set column type to constrained domain
solai v
2026/07/08
Re: PG20 Minimum Dependency Thread
Michael Paquier
2026/07/08
Re: PSQL - prevent describe listing tables that are already in listed schemas
vignesh C
2026/07/08
Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats()
Michael Paquier
2026/07/08
Re: Possible replace of strncpy on xactdesc.c
solai v
2026/07/08
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2026/07/08
Re: Fix races conditions in DropRole() and GrantRole()
surya poondla
2026/07/08
Re: BF mamba failure
Bertrand Drouvot
2026/07/08
Re: remove WaitEventCustomCounterData
Fujii Masao
2026/07/08
Re: Add per-backend AIO statistics
Bertrand Drouvot
2026/07/08
Re: remove WaitEventCustomCounterData
Michael Paquier
2026/07/08
Re: Truncate logs by max_log_size
Fujii Masao
2026/07/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/07/08
remove WaitEventCustomCounterData
Nathan Bossart
2026/07/08
Re: hang during shutdown
Jeremy Schneider
2026/07/08
Fix data checksum processing for temp relations and dropped databases
Fujii Masao
2026/07/08
Re: [PATCH] no table rewrite when set column type to constrained domain
jian he
2026/07/08
Re: Include sequences in publications created by pg_createsubscriber
Peter Smith
2026/07/08
Re: Add enable_groupagg GUC parameter to control GroupAggregate usage
Richard Guo
2026/07/08
Re: s/pg_attribute_always_inline/pg_always_inline/?
Tom Lane
2026/07/08
Re: Per-table resync for logical replication subscriptions
Peter Smith
2026/07/08
Re: s/pg_attribute_always_inline/pg_always_inline/?
David Rowley
2026/07/08
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
2026/07/08
Re: PSQL - prevent describe listing tables that are already in listed schemas
Peter Smith
2026/07/08
Re: REVOKE's CASCADE protection doesn't work with INHERITed table owners
Jacob Champion
2026/07/08
Re: SPLIT/MERGE use of is_internal=true
Noah Misch
2026/07/08
Re: BF mamba failure
Michael Paquier
2026/07/08
Re: index prefetching
Tomas Vondra
2026/07/08
Re: bump minimum supported version of psql and pg_{dump,dumpall,upgrade} to v10
Nathan Bossart
2026/07/08
Re: s/pg_attribute_always_inline/pg_always_inline/?
Tomas Vondra
2026/07/08
Re: Remove the refint contrib module (for v20)
Nathan Bossart
2026/07/08
Hash index bucket split bug
Peter Geoghegan
2026/07/08
Re: Add bms_offset_members() function for bitshifting Bitmapsets
Peter Eisentraut
2026/07/08
[PATCH] ecpg: use memcpy in a few length-based copies
Haibo Yan
2026/07/08
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Jeff Davis
2026/07/08
Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Andrey Borodin
2026/07/08
Re: libpq: Process buffered SSL read bytes to support records >8kB on async API
Peter Eisentraut
2026/07/08
Re: PG20 Minimum Dependency Thread
Jacob Champion
2026/07/08
Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers
Tomas Vondra
2026/07/08
Re: PG20 Minimum Dependency Thread
Tom Lane
2026/07/08
Re: SPLIT/MERGE use of is_internal=true
Alexander Korotkov
2026/07/08
Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies
Peter Eisentraut
2026/07/08
Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION
Peter Eisentraut
2026/07/08
Re: Can we get rid of TerminateThread() in pg_dump?
Jelte Fennema-Nio
2026/07/08
Re: explain plans for foreign servers
dinesh salve
2026/07/08
Re: Add per-backend AIO statistics
Andres Freund
2026/07/08
Re: Implement waiting for wal lsn replay: reloaded
Alexander Korotkov
2026/07/08
Re: xact_rollback spikes when logical walsender exits
Nikolay Samokhvalov
2026/07/08
Re: PG20 Minimum Dependency Thread
Jacob Champion
2026/07/08
Re: SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44)
Srinath Reddy Sadipiralla
2026/07/08
Re: libpq: decouple the .pgpass lookup port from the connection port
Christoph Berg
2026/07/08
Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement
Rui Zhao
2026/07/08
Re: [PATCH] - Re: libpq: decouple the .pgpass lookup port from the connection port
Diego
2026/07/08
Re: SQL/JSON json_table plan clause
Alexander Korotkov
2026/07/08
Re: Truncate logs by max_log_size
Jim Jones
2026/07/08
Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers
Siddharth Kothari
2026/07/08
Re: Small patch to improve safety of utf8_to_unicode().
Chao Li
2026/07/08
Re: [PATCH] Fix null pointer dereference in PG19
Paul A Jungwirth
2026/07/08
Restructured Shared Buffer Hash Table
Dhruv Aron
2026/07/08
pg_hosts: Add pg_hosts_file_rules()
Zsolt Parragi
2026/07/08
Re: Can we get rid of TerminateThread() in pg_dump?
Heikki Linnakangas
2026/07/08
Re: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full
Matthias van de Meent
2026/07/08
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
2026/07/08
Re: Fix tracing of BackendKeyData and CancelRequest messages
Anthonin Bonnefoy
2026/07/08
Re: SQL/JSON json_table plan clause
Nikita Malakhov
2026/07/08
Re: Proposal: new file format for hba/ident/hosts configuration?
Zsolt Parragi
2026/07/08
Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)")
Andrey Rachitskiy
2026/07/08
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
2026/07/08
Re: Support EXCEPT for TABLES IN SCHEMA publications
Nisha Moond
2026/07/08
Re: json/jsonb cleanup + FmgrInfo caching
Andrew Dunstan
2026/07/08
pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)")
Justin Pryzby
2026/07/08
Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Marcos Pegoraro
2026/07/08
Re: allow spread checkpoints when changing checksums online
Daniel Gustafsson
2026/07/08
Re: Wrong query result w/ propgraph single lateral col reference
Ashutosh Bapat
2026/07/08
Re: Add bms_offset_members() function for bitshifting Bitmapsets
David Rowley
2026/07/08
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
2026/07/08
Re: Implement waiting for wal lsn replay: reloaded
Xuneng Zhou
2026/07/08
Re: use of SPI by postgresImportForeignStatistics
Etsuro Fujita
2026/07/08
RE: Add enable_groupagg GUC parameter to control GroupAggregate usage
Tatsuro Yamada
2026/07/08
Re: allow spread checkpoints when changing checksums online
Ewan Young
2026/07/08
Re: (SQL/PGQ) cache lookup failed for label
Ashutosh Bapat
2026/07/08
GRANT ... TABLE for property graph
Ashutosh Bapat
2026/07/08
AW: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full
Hans Buschmann
2026/07/08
RE: Add enable_groupagg GUC parameter to control GroupAggregate usage
Tatsuro Yamada
2026/07/08
Re: PSQL - prevent describe listing tables that are already in listed schemas
vignesh C
2026/07/08
Re: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full
Matthias van de Meent
2026/07/08
Re: Per-table resync for logical replication subscriptions
Cagri Biroglu
2026/07/08
Re: BF mamba failure
Bertrand Drouvot
2026/07/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Amit Kapila
2026/07/08
RE: [PATCH] Preserve replication origin OIDs in pg_upgrade
Hayato Kuroda (Fujitsu)
2026/07/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Amit Kapila
2026/07/08
AW: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full
Hans Buschmann
2026/07/08
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
2026/07/08
Re: Fix publisher-side sequence permission reporting
Fujii Masao
2026/07/08
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Amit Kapila
2026/07/08
Re: Wrong query result w/ propgraph single lateral col reference
Peter Eisentraut
2026/07/08
Re: Support EXCEPT for TABLES IN SCHEMA publications
shveta malik
2026/07/08
Re: Can we get rid of TerminateThread() in pg_dump?
Jelte Fennema-Nio
2026/07/08
Re: Add per-backend AIO statistics
Bertrand Drouvot
2026/07/08
Re: allow spread checkpoints when changing checksums online
Daniel Gustafsson
2026/07/08
Re: Row pattern recognition
Henson Choi
2026/07/08
Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX
Тестова Екатерина
2026/07/08
Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX
Тестова Екатерина
2026/07/08
Re: pgsql: Cleanup comments/docs around the new shmem request callbacks
Heikki Linnakangas
2026/07/08
Re: Include sequences in publications created by pg_createsubscriber
vignesh C
2026/07/08
Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Heikki Linnakangas
2026/07/08
Re: Mark class_descr strings for translation
Kyotaro Horiguchi
2026/07/07
Re: Wrong query result w/ propgraph single lateral col reference
Ashutosh Bapat
2026/07/07
Re: Add per-backend AIO statistics
Michael Paquier
2026/07/07
Re: Proposal: INSERT ... BY NAME
solai v
2026/07/07
Re: WAL compression setting after PostgreSQL LZ4 default change
wenhui qiu
2026/07/07
Re: injection_points: Switch wait/wakeup to use atomics rather than latches
Michael Paquier
2026/07/07
Re: Support EXCEPT for TABLES IN SCHEMA publications
Amit Kapila
2026/07/07
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/07/07
RE: [PATCH] Preserve replication origin OIDs in pg_upgrade
Hayato Kuroda (Fujitsu)
2026/07/07
Re: Add per-backend AIO statistics
Bertrand Drouvot
2026/07/07
Re: wait_event_type for WAIT FOR LSN
Xuneng Zhou
2026/07/07
Re: CREATE TABLE LIKE INCLUDING TRIGGERS
jian he
2026/07/07
Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server
Amit Kapila
2026/07/07
Re: Incorrect GetDatum() macros not match with SQL function types
Michael Paquier
2026/07/07
Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats()
Ewan Young
2026/07/07
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/07/07
Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
shveta malik
2026/07/07
Re: Restructured Shared Buffer Hash Table
Ashutosh Bapat
2026/07/07
Re: pg_recvlogical: send final feedback on SIGINT/SIGTERM exit
Fujii Masao
2026/07/07
Re: Do not lock tables in get_tables_to_repack
cca5507
2026/07/07
Re: pgsql: Cleanup comments/docs around the new shmem request callbacks
Erik Rijkers
2026/07/07
Re: Support EXCEPT for ALL SEQUENCES publications
Peter Smith
2026/07/07
Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats()
Michael Paquier
2026/07/07
Re: [PATCH] Fix null pointer dereference in PG19
Tom Lane
2026/07/07
Re: [PATCH] Fix null pointer dereference in PG19
Paul A Jungwirth
2026/07/07
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Michael Paquier
2026/07/07
Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks
Fujii Masao
2026/07/07
Re: Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs
Richard Guo
2026/07/07
Re: Small patch to improve safety of utf8_to_unicode().
Jeff Davis
2026/07/07
Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX
Michael Paquier
2026/07/07
Re: PoC: VALGRIND_MAKE_MEM_NOACCESS for dynamic shared memory
Andreas Karlsson
2026/07/07
Re: wait_event_type for WAIT FOR LSN
Alexander Korotkov
2026/07/07
Re: SPLIT/MERGE use of is_internal=true
Alexander Korotkov
2026/07/07
Re: Fix unqualified catalog references in psql describe queries
Jeff Davis
2026/07/07
Re: BF mamba failure
Michael Paquier
2026/07/07
Re: SPLIT/MERGE use of is_internal=true
Noah Misch
2026/07/07
Re: Add malloc attribute to memory allocation functions
Tristan Partin
2026/07/07
Re: Add malloc attribute to memory allocation functions
Tom Lane
2026/07/07
Re: SPLIT/MERGE use of is_internal=true
Alexander Korotkov
2026/07/07
Re: Can we get rid of TerminateThread() in pg_dump?
Thomas Munro
2026/07/07
Re: SQL/JSON json_table plan clause
Alexander Korotkov
2026/07/07
Re: PSQL - prevent describe listing tables that are already in listed schemas
Peter Smith
2026/07/07
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
2026/07/07
Re: WAL compression setting after PostgreSQL LZ4 default change
Christoph Berg
2026/07/07
Re: Add malloc attribute to memory allocation functions
Michael Paquier
2026/07/07
Re: WAL compression setting after PostgreSQL LZ4 default change
Jelte Fennema-Nio
2026/07/07
Re: allow spread checkpoints when changing checksums online
Tomas Vondra
2026/07/07
Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore
Jelte Fennema-Nio
2026/07/07
Re: hashjoins vs. Bloom filters (yet again)
Tomas Vondra
2026/07/07
Re: WAL compression setting after PostgreSQL LZ4 default change
Michael Paquier
2026/07/07
Re: heapam_tuple_complete_speculative : remove unnecessary tuple fetch
Heikki Linnakangas
2026/07/07
Re: Proposal: new file format for hba/ident/hosts configuration?
Tom Lane
2026/07/07
Re: Proposal: new file format for hba/ident/hosts configuration?
Jacob Champion
2026/07/07
Re: Proposal: new file format for hba/ident/hosts configuration?
Tristan Partin
2026/07/07
Re: nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot()
Heikki Linnakangas
2026/07/07
Re: Proposal: new file format for hba/ident/hosts configuration?
Andrew Dunstan
2026/07/07
Re: hashjoins vs. Bloom filters (yet again)
Robert Haas
2026/07/07
[POC] Implement async DNS with getaddrinfo_a
Jacob Champion
2026/07/07
Re: Restructured Shared Buffer Hash Table
Heikki Linnakangas
2026/07/07
Re: Restructured Shared Buffer Hash Table
Thom Brown
2026/07/07
Re: allow spread checkpoints when changing checksums online
Daniel Gustafsson
2026/07/07
VS 2026 support on old branches
Andrew Dunstan
2026/07/07
Re: POC: PLpgSQL FOREACH IN JSON ARRAY
Pavel Stehule
2026/07/07
Re: Fix GROUP BY ALL handling of ORDER BY operator semantics
Miłosz Bieniek
2026/07/07
Re: Restructured Shared Buffer Hash Table
Heikki Linnakangas
2026/07/07
SPLIT/MERGE use of is_internal=true
Noah Misch
2026/07/07
Re: hashjoins vs. Bloom filters (yet again)
Tomas Vondra
2026/07/07
Re: TID recycling race during nbtree index-only scans that run on a standby
Peter Geoghegan
2026/07/07
Re: Fix gistkillitems & add regression test to microvacuum
Heikki Linnakangas
2026/07/07
Re: Adding a stored generated column without long-lived locks
Laurenz Albe
2026/07/07
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
Matthias van de Meent
2026/07/07
Re: MinGW ccache snafu on CI
Andres Freund
2026/07/07
Re: ci: namespace ccache by PostgreSQL major version
Andres Freund
2026/07/07
Re: Proposal: new file format for hba/ident/hosts configuration?
Tristan Partin
2026/07/07
Re: Bug: mdunlinkfiletag unlinks mainfork seg.0 instead of indicated fork+segment
Heikki Linnakangas
Earlier messages
Later messages