Mailing lists [pgsql-hackers]
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: Restructured Shared Buffer Hash Table Thom Brown
- Re: Restructured Shared Buffer Hash Table Heikki Linnakangas
- Re: nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot() Heikki Linnakangas
- Re: Proposal: new file format for hba/ident/hosts configuration? Tristan Partin
- Re: Proposal: new file format for hba/ident/hosts configuration? Jacob Champion
- Re: Proposal: new file format for hba/ident/hosts configuration? Tom Lane
- Re: heapam_tuple_complete_speculative : remove unnecessary tuple fetch Heikki Linnakangas
- Re: WAL compression setting after PostgreSQL LZ4 default change Michael Paquier
- Re: hashjoins vs. Bloom filters (yet again) Tomas Vondra
- Re: Don't use the deprecated and insecure PQcancel in our frontend tools anymore Jelte Fennema-Nio
- Re: Global temporary tables Dean Rasheed
- Re: WAL compression setting after PostgreSQL LZ4 default change Jelte Fennema-Nio
- Re: Add malloc attribute to memory allocation functions Michael Paquier
- Re: WAL compression setting after PostgreSQL LZ4 default change Christoph Berg
- Re: index prefetching Peter Geoghegan
- Re: Proposal: new file format for hba/ident/hosts configuration? Jacob Champion
- Re: PSQL - prevent describe listing tables that are already in listed schemas Peter Smith
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: Can we get rid of TerminateThread() in pg_dump? Thomas Munro
- Re: Fix unqualified catalog references in psql describe queries Jeff Davis
- Re: VACUUM FULL or CREATE INDEX fails with error: missing chunk number 0 for toast value XXX Michael Paquier
- Re: Small patch to improve safety of utf8_to_unicode(). Jeff Davis
- Re: Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs Richard Guo
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Fujii Masao
- Re: [PATCH] Don't call ereport(ERROR) from recovery target GUC assign hooks Michael Paquier
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: [PATCH] Fix null pointer dereference in PG19 Tom Lane
- Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats() Michael Paquier
- Re: Support EXCEPT for ALL SEQUENCES publications Peter Smith
- Re: pgsql: Cleanup comments/docs around the new shmem request callbacks Erik Rijkers
- Re: Do not lock tables in get_tables_to_repack cca5507
- Re: pg_recvlogical: send final feedback on SIGINT/SIGTERM exit Fujii Masao
- Re: Restructured Shared Buffer Hash Table Ashutosh Bapat
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Reject ill-formed range bounds histograms in pg_restore_attribute_stats() Ewan Young
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade shveta malik
- Re: Support EXCEPT for TABLES IN SCHEMA publications Amit Kapila
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Michael Paquier
- Re: WAL compression setting after PostgreSQL LZ4 default change wenhui qiu
- Re: Add per-backend AIO statistics Michael Paquier
- Re: Proposal: INSERT ... BY NAME solai v
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: Mark class_descr strings for translation Kyotaro Horiguchi
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Heikki Linnakangas
- Re: Include sequences in publications created by pg_createsubscriber vignesh C
- Re: Row pattern recognition Henson Choi
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: Support EXCEPT for TABLES IN SCHEMA publications shveta malik
- Re: Wrong query result w/ propgraph single lateral col reference Peter Eisentraut
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Amit Kapila
- AW: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Hans Buschmann
- Re: [PATCH] Preserve replication origin OIDs in pg_upgrade Amit Kapila
- Re: support create index on virtual generated column. ZizhuanLiu X-MAN
- RE: [PATCH] Preserve replication origin OIDs in pg_upgrade Hayato Kuroda (Fujitsu)
- RE: Add enable_groupagg GUC parameter to control GroupAggregate usage Tatsuro Yamada
- AW: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Hans Buschmann
- GRANT ... TABLE for property graph Ashutosh Bapat
- Re: (SQL/PGQ) cache lookup failed for label Ashutosh Bapat
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Akshay Joshi
- Re: use of SPI by postgresImportForeignStatistics Etsuro Fujita
- Re: Implement waiting for wal lsn replay: reloaded Xuneng Zhou
- Re: Support EXCEPT for ALL SEQUENCES publications Shlok Kyal
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Pavel Stehule
- Re: Add bms_offset_members() function for bitshifting Bitmapsets David Rowley
- Re: Wrong query result w/ propgraph single lateral col reference Ashutosh Bapat
- Re: allow spread checkpoints when changing checksums online Daniel Gustafsson
- Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements Marcos Pegoraro
- pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Justin Pryzby
- Re: json/jsonb cleanup + FmgrInfo caching Andrew Dunstan
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: Support EXCEPT for TABLES IN SCHEMA publications Nisha Moond
- Re: pg19b1: TRAP: failed Assert("pgstat_bktype_io_stats_valid(bktype_shstats, MyBackendType)") Andrey Rachitskiy
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: SQL/JSON json_table plan clause Nikita Malakhov
- Re: Fix tracing of BackendKeyData and CancelRequest messages Anthonin Bonnefoy
- Re: Proposal: new file format for hba/ident/hosts configuration? Zsolt Parragi
- Re: Increased SECURITY RISCS from omitting some compikler options when building PG with meson; e.g. -fcf-protection=full Matthias van de Meent
- Re: Can we get rid of TerminateThread() in pg_dump? Heikki Linnakangas
- Re: Small patch to improve safety of utf8_to_unicode(). Chao Li
- Re: [PATCH] Fix null pointer dereference in PG19 Paul A Jungwirth
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Siddharth Kothari
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement Rui Zhao
- Re: Truncate logs by max_log_size Jim Jones
- Re: SQL/JSON json_table plan clause Alexander Korotkov
- Re: [PATCH] - Re: libpq: decouple the .pgpass lookup port from the connection port Diego
- Re: libpq: decouple the .pgpass lookup port from the connection port Christoph Berg
- Re: SQL/JSON: JSON_TRANSFORM (SQL standard, subclause 6.44) Srinath Reddy Sadipiralla
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: xact_rollback spikes when logical walsender exits Nikolay Samokhvalov
- Re: Implement waiting for wal lsn replay: reloaded Alexander Korotkov
- Re: Add per-backend AIO statistics Andres Freund
- Re: explain plans for foreign servers dinesh salve
- Re: Can we get rid of TerminateThread() in pg_dump? Jelte Fennema-Nio
- Re: [PATCH] Rebuild CHECK constraints after generated column SET EXPRESSION Peter Eisentraut
- Re: Fix SET EXPRESSION for virtual columns with whole-row dependencies Peter Eisentraut
- Re: SPLIT/MERGE use of is_internal=true Alexander Korotkov
- Re: PG20 Minimum Dependency Thread Tom Lane
- Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers Tomas Vondra
- Re: PG20 Minimum Dependency Thread Jacob Champion
- Re: libpq: Process buffered SSL read bytes to support records >8kB on async API Peter Eisentraut
- Re: injection_points: Switch wait/wakeup to use atomics rather than latches Andrey Borodin
- Re: Bug in ALTER SUBSCRIPTION ... SERVER / ... CONNECTION with broken old server Jeff Davis
- [PATCH] ecpg: use memcpy in a few length-based copies Haibo Yan
- Hash index bucket split bug Peter Geoghegan