Mailing lists [pgsql-hackers]
- Re: [PATCH] Remove unused is_error parameter from TeardownHistoricSnapshot() Daniel Gustafsson
- Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Ranier Vilela
- Re: Resetting snapshots during the first phase of [CREATE |RE]INDEX CONCURRENTLY Mihail Nikalayeu
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Chao Li
- Re: Add expressions to pg_restore_extended_stats() Michael Paquier
- Re: [BUG?] check_exclusion_or_unique_constraint false negative Mihail Nikalayeu
- Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements Mihail Nikalayeu
- Re: Trivial Fix: use palloc_array/repalloc_array for BufFile file arrays Chao Li
- Re: DOCS - pg_walsummary filename Peter Smith
- Re: Mis-use of type BlockNumber? Chao Li
- Re: DOCS - Add an "Options" section for pg_controldata Peter Smith
- Re: DOCS - pg_waldump synopsis sgml markup Peter Smith
- Re: Skipping schema changes in publication vignesh C
- Re: DOCS - pg_walsummary typo? Peter Smith
- Re: Row pattern recognition Tatsuo Ishii
- Re: [PATCH] Support automatic sequence replication shveta malik
- RE: [PATCH] Support automatic sequence replication Hayato Kuroda (Fujitsu)
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) yangyz
- Re: Options to control remote transactions’ access/deferrable modes in postgres_fdw Ashutosh Bapat
- Re: Emitting JSON to file using COPY TO jian he
- Re: Convert NOT IN sublinks to anti-joins when safe Richard Guo
- Re: Row pattern recognition Henson Choi
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Michael Paquier
- Re: Skipping schema changes in publication vignesh C
- Re: Skipping schema changes in publication shveta malik
- Re: Add expressions to pg_restore_extended_stats() Corey Huinker
- Re: generic plans and "initial" pruning Amit Langote
- Re: [BUG + PATCH] DSA pagemap out-of-bounds in make_new_segment odd-sized path Michael Paquier
- Re: Convert NOT IN sublinks to anti-joins when safe Japin Li
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- Re: Add pg_stat_recovery system view Chao Li
- Re: Row pattern recognition Tatsuo Ishii
- Re: Use allocation macros in the logical replication code Peter Smith
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Chao Li
- Re: Accounting for metapages in genericcostestimate() Henson Choi
- unstable regress tests modules/injection_points/syscache-update-pruned Pavel Stehule
- Re: Fwd: [PATCH] Add zstd compression for TOAST using extended header format Michael Paquier
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Shreeya Sharma
- Re: Add pg_stat_recovery system view Michael Paquier
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Shreeya Sharma
- Re: pg_combinebackup: incorrect size of VM fork after combine Amul Sul
- Re: [19] CREATE SUBSCRIPTION ... SERVER Amit Kapila
- Re: POC: PLpgSQL FOREACH IN JSON ARRAY Pavel Stehule
- Re: ALTER TABLE: warn when actions do not recurse to partitions Chao Li
- Re: Add pg_stat_recovery system view Chao Li
- Re: Refactor recovery conflict signaling a little Xuneng Zhou
- Re: Skipping schema changes in publication Nisha Moond
- Re: Skipping schema changes in publication Amit Kapila
- Re: Convert NOT IN sublinks to anti-joins when safe wenhui qiu
- Re: relfilenode statistics Bertrand Drouvot
- Re: [PATCH] Remove trailing period from errmsg in subscriptioncmds.c Amit Kapila
- Re: tid_blockno() and tid_offset() accessor functions Ayush Tiwari
- RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Hayato Kuroda (Fujitsu)
- Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version() Bertrand Drouvot
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz
- Re: Refactor handling of "-only" options in pg_dump, pg_restore jian he
- Re: Make copyObject work in C++ Peter Eisentraut
- Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version() Peter Eisentraut
- Re: [PoC] XMLCast (SQL/XML X025) Jim Jones
- Re: [PATCH] Remove trailing period from errmsg in subscriptioncmds.c yangyz
- Re: client_connection_check_interval default value Hüseyin Demir
- Re: pg_buffercache: Add per-relation summary stats Bertrand Drouvot
- Re: DOC: fixes multiple errors in alter table doc Fujii Masao
- Re: DOC: fixes multiple errors in alter table doc Chao Li
- Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) Boris Mironov
- Re: [PATCH] Support automatic sequence replication shveta malik
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Skipping schema changes in publication vignesh C
- Re: Inconsistency in owner assignment between INDEX and STATISTICS Shin Berg
- Re: Refactor recovery conflict signaling a little Heikki Linnakangas
- Re: pg_stat_replication.*_lag sometimes shows NULL during active replication Fujii Masao
- Re: Options to control remote transactions’ access/deferrable modes in postgres_fdw Etsuro Fujita
- Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement Akshay Joshi
- Re: enhance wraparound warnings wenhui qiu
- Re: Emitting JSON to file using COPY TO Andrew Dunstan
- Re: pg_waldump: support decoding of WAL inside tarfile Amul Sul
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Álvaro Herrera
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Ranier Vilela
- Re: ALTER TABLE: warn when actions do not recurse to partitions Jim Jones
- Simplifies checks (src/bin/pg_dump/pg_backup_archiver.c) Ranier Vilela
- Re: pg_combinebackup: incorrect size of VM fork after combine Robert Haas
- Re: [PATCH] Simplify SortSupport implementation for macaddr Aleksander Alekseev
- Re: Consider low startup cost in add_partial_path Robert Haas
- Avoid multiple calls to memcpy (src/backend/access/index/genam.c) Ranier Vilela
- Re: Simplifies checks (src/bin/pg_dump/pg_backup_archiver.c) Daniel Gustafsson
- Re: Vacuum statistics Alena Rybakina
- Re: Speed up COPY FROM text/CSV parsing using SIMD Manni Wood
- Re: tid_blockno() and tid_offset() accessor functions Greg Sabino Mullane
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nazir Bilal Yavuz
- Re: [PATCH] libpq: try all addresses for a host before moving to next on target_session_attrs mismatch Greg Sabino Mullane
- Re: tid_blockno() and tid_offset() accessor functions Andres Freund
- Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c) Ranier Vilela
- Re: client_connection_check_interval default value Fujii Masao
- Refactoring proposal: initialize structures in a consistent way Aleksander Alekseev
- Re: Refactoring proposal: initialize structures in a consistent way Anders Åstrand
- Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c) Bryan Green
- Re: Refactor recovery conflict signaling a little Xuneng Zhou
- Re: psql's 001_basic.pl test could fail on very slow machines Greg Sabino Mullane
- Re: brin: Remove duplicate initialization in initialize_brin_buildstate() Fujii Masao
- Question about foreign-key-based join removal in analyzejoins.c Ahmed Amr
- Re: Refactor recovery conflict signaling a little Heikki Linnakangas
- Re: pg_combinebackup: incorrect size of VM fork after combine Heikki Linnakangas
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Sami Imseih
- Re: Vacuum statistics Alena Rybakina
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Nathan Bossart
- Re: [PATCH] Add max_logical_replication_slots GUC Ahmed Et-tanany
- Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c) Ranier Vilela
- Re: Refactor handling of "-only" options in pg_dump, pg_restore Nathan Bossart
- Enable -Wstrict-prototypes and -Wold-style-definition by default Bertrand Drouvot
- Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version() Bertrand Drouvot
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Andrew Dunstan
- Re: pg_combinebackup: incorrect size of VM fork after combine Robert Haas
- Re: Avoid resource leak (src/bin/pg_dump/pg_dumpall.c) Álvaro Herrera
- Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c) Bryan Green
- Re: Refactor recovery conflict signaling a little Xuneng Zhou
- Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c) Bryan Green
- Re: Compression of bigger WAL records Andrey Borodin
- Re: client_connection_check_interval default value Hüseyin Demir
- Re: Speed up COPY FROM text/CSV parsing using SIMD Nathan Bossart
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Corey Huinker
- Re: Proposal to allow setting cursor options on Portals Patrick Reinhart
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Sami Imseih
- Re: Add starelid, attnum to pg_stats and leverage this in pg_dump Corey Huinker
- Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode Jonathan Gonzalez V.
- Re: Correcting freeze conflict horizon calculation Peter Geoghegan
- Re: pg_upgrade fails when extension_control_path is used Matheus Alcantara