Архив рассылок [pgsql-hackers]
- Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) Michael Paquier
- Re: Typos in the code and README Michael Paquier
- Re: Checking join outer relation uniqueness to prevent unnecessary memoization David Rowley
- Re: Docs pg_restore: Shouldn't there be a note about -n ? David Rowley
- Re: Typos in the code and README Tom Lane
- Re: intarray: fix an edge case int32 overflow bug Chao Li
- Re: DOCS - "\d mytable" also shows any publications that publish mytable Peter Smith
- Re: index prefetching Tomas Vondra
- Re: Typos in the code and README Michael Paquier
- Re: Typos in the code and README Tom Lane
- Re: pgsql: Ignore PlaceHolderVars when looking up statistics Richard Guo
- Proposal - Enabling btree_gist by default Alastair Turner
- Re: Use Postgres as meson wrap subproject Andreas Karlsson
- Re: Proposal - Enabling btree_gist by default Tom Lane
- Re: Correction of RowMark Removal During Sel-Join Elimination Richard Guo
- Re: Proposal - Enabling btree_gist by default Tom Lane
- Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Peter Smith
- Re: Fix GetOperatorFromCompareType David Rowley
- Re: virtual generated column as partition key jian he
- Re: POC: make mxidoff 64 bits zengman
- Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Michael Paquier
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: Add a greedy join search algorithm to handle large join problems Chengpeng Yan
- RE: Wrong comment for ReplicationSlotCreate Hayato Kuroda (Fujitsu)
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi
- Re: POC: make mxidoff 64 bits Chao Li
- Need help with postgresql build on windows Prafulla Ranadive
- Re: Wrong comment for ReplicationSlotCreate Amit Kapila
- Re: Wrong comment for ReplicationSlotCreate Amit Kapila
- Re: [PATCH v1] replindex: Fix comment grammar in build_replindex_scan_key() Amit Kapila
- Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions jian he
- Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Peter Smith
- Correction to comment wording in tableam.c shiyu qin
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- RE: Wrong comment for ReplicationSlotCreate Hayato Kuroda (Fujitsu)
- Re: Resetting recovery target parameters in pg_createsubscriber Michael Paquier
- Re: [PATCH] Documentation John Naylor
- Re: Need help with postgresql build on windows Nazir Bilal Yavuz
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Correction to comment wording in tableam.c Michael Paquier
- Re: Correction of RowMark Removal During Sel-Join Elimination Andrei Lepikhov
- Re: Need help with postgresql build on windows Prafulla Ranadive
- Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) Nikhil Kumar Veldanda
- RE: Parallel Apply Hayato Kuroda (Fujitsu)
- Re: Use Python "Limited API" in PL/Python Peter Eisentraut
- Re: Use Python "Limited API" in PL/Python Peter Eisentraut
- Re: Wrong comment for ReplicationSlotCreate Chao Li
- Re: COPY WHERE clause generated/system column reference Peter Eisentraut
- Re: Preferred use of macro GetPGProcByNumber David Rowley
- RE: Patch for migration of the pg_commit_ts directory Hayato Kuroda (Fujitsu)
- Re: A small problem when rehashing catalog cache John Naylor
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement Peter Eisentraut
- Re: GIN pageinspect support for entry tree and posting tree Andrey Borodin
- Re: Use log_newpage_range in HASH index build lakshmi
- Re: Hash-based MCV matching for large IN-lists David Geier
- Re: Decouple C++ support in Meson's PGXS from LLVM enablement Jelte Fennema-Nio
- Re: [PATCH] CRC32C optimizations using SVE2 on ARM. Devanga.Susmitha@fujitsu.com
- Re: REASSIGN OWNED BY alters objects in other database. Andrey Borodin
- Re: Fix outdated comments in catcache.h David Rowley
- Re: Newly created replication slot may be invalidated by checkpoint Amit Kapila
- Re: [Proposal] Generate pkg-config for server module development Anders Åstrand
- Re: Fix outdated comments in catcache.h cca5507
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [Patch] add new parameter to pg_replication_origin_session_setup shveta malik
- Re: Fix incorrect assertion in heapgettup_pagemode() Heikki Linnakangas
- Re: Can we remove support for standard_conforming_strings = off yet? John Naylor
- Re: Need help with postgresql build on windows Prafulla Ranadive
- Re: [PATCH] Add pg_get_role_ddl() functions for role recreation Mario González Troncoso
- Re: [Patch] add new parameter to pg_replication_origin_session_setup shveta malik
- Re: Wrong comment for ReplicationSlotCreate Daniil Davydov
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: [PATCH] CRC32C optimizations using SVE2 on ARM. John Naylor
- Re: Need help with postgresql build on windows Nazir Bilal Yavuz
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: [PATCH} Move instrumentation structs Mario González Troncoso
- Re: Planner : anti-join on left joins Tender Wang
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Tender Wang
- Re: Proposal: Conflict log history table for Logical Replication Amit Kapila
- Re: Allowing ALTER COLUMN TYPE for columns in publication column lists Soumya S Murali
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: Can we remove support for standard_conforming_strings = off yet? Julien Rouhaud
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Amit Kapila
- Re: DOCS - Clarify the publication 'publish_via_partition_root' default value. Amit Kapila
- Re: index prefetching Konstantin Knizhnik
- Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers Greg Burd
- Re: confusing results from pg_get_replication_slots() Jakub Wartak
- Re: Refactor to eliminate cast-away-const in pg_dump object sort comparator Peter Eisentraut
- Re: index prefetching Tomas Vondra
- Re: Planner : anti-join on left joins Richard Guo
- Re: Don't cast away const where possible Peter Eisentraut
- Re: postgres_fdw: Use COPY to speed up batch inserts Matheus Alcantara
- Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi
- Re: SQL Property Graph Queries (SQL/PGQ) Henson Choi
- Re: Adding REPACK [concurrently] Alvaro Herrera
- Re: [PATCH] Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement jian he
- [PATCH] Precompute string lengths in PerformRadiusTransaction zengman
- Re: [PATCH} Move instrumentation structs Álvaro Herrera
- Re: [PATCH] Precompute string lengths in PerformRadiusTransaction Aleksander Alekseev
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- Reduce build times of pg_trgm GIN indexes David Geier
- Re: Proposal: Conflict log history table for Logical Replication vignesh C
- RE: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE Aya Iwata (Fujitsu)
- Re: PL/Python initialization cleanup Matheus Alcantara
- Re: [PATCH] Precompute string lengths in PerformRadiusTransaction zengman
- Re: A few patches to clarify snapshot management, part 2 Álvaro Herrera
- Re: [BUG]: the walsender does not update its IO statistics until it exits Bertrand Drouvot
- Re: Add SPLIT PARTITION/MERGE PARTITIONS commands Álvaro Herrera
- Re: [BUG] [PATCH] pg_basebackup produces wrong incremental files after relation truncation in segmented tables Robert Haas
- Re: Don't cast away const where possible Bertrand Drouvot
- Re: DOCS - Clarify the publication 'publish_via_partition_root' default value. Jacob Champion
- Re: A few patches to clarify snapshot management, part 2 Álvaro Herrera
- Re: Docs pg_restore: Shouldn't there be a note about -n ? Florents Tselai
- Re: Typos in the code and README Andres Freund
- Re: Fix GetOperatorFromCompareType Paul A Jungwirth
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: WIP - xmlvalidate implementation from TODO list Marcos Magueta
- pg_upgrade: optimize replication slot caught-up check Masahiko Sawada
- Re: Add "format" target to make and ninja to run pgindent and pgperltidy Dagfinn Ilmari Mannsåker
- Re: Fix typo in code comment Masahiko Sawada
- Re: Adding NetBSD and OpenBSD to Postgres CI Andres Freund
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jacob Champion
- Re: Fix incorrect buffer lock description in pg_visibility comment Masahiko Sawada
- Re: Newly created replication slot may be invalidated by checkpoint Masahiko Sawada
- Re: POC: Parallel processing of indexes in autovacuum Masahiko Sawada
- Re: Custom oauth validator options Jacob Champion
- Re: Adding NetBSD and OpenBSD to Postgres CI Andres Freund
- Re: Typos in the code and README Alexander Law
- Re: REASSIGN OWNED BY alters objects in other database. Andrey Borodin
- Re: Support getrandom() for pg_strong_random() source Masahiko Sawada
- Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access) Melanie Plageman
- Re: RFC: adding pytest as a supported test framework Jacob Champion
- Re: [PATCH] Allow complex data for GUC extra. Robert Haas
- Re: POC: Parallel processing of indexes in autovacuum Daniil Davydov