Mailing lists [pgsql-hackers]
- Re: TRUNCATE on foreign tables Kohei KaiGai
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- [BUG?] postgres_fdw incorrectly updates remote table if it hasinherited children. Kohei KaiGai
- Re: [BUG?] postgres_fdw incorrectly updates remote table if it hasinherited children. Amit Langote
- Re: [PATCH] Add schema and table names to partition error Amit Langote
- Re: [BUG?] postgres_fdw incorrectly updates remote table if it hasinherited children. Kohei KaiGai
- Re: bool_plperl transform Andrew Dunstan
- Re: [PATCH] distinct aggregates within a window function WIP Krasiyan Andreev
- Re[2]: bool_plperl transform Wao
- Improving connection scalability: GetSnapshotData() Andres Freund
- Re: Improving connection scalability: GetSnapshotData() Andres Freund
- proposal - reglanguage type Pavel Stehule
- Re: Yet another fast GiST build Darafei "Komяpa" Praliaskouski
- Re: Improving connection scalability: GetSnapshotData() Amit Kapila
- Re: [PATCH] Add schema and table names to partition error Amit Kapila
- Re[2]: bool_plperl transform Ivan Panchenko
- Re: proposal \gcsv Pavel Stehule
- Re: proposal \gcsv Pavel Stehule
- Re: Broken resetting of subplan hash tables Ranier Vilela
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: d25ea01275 and partitionwise join Amit Langote
- Re: proposal \gcsv Vik Fearing
- Re: Planning counters in pg_stat_statements (using pgss_store) legrand legrand
- Re: explain HashAggregate to report bucket and memory stats Justin Pryzby
- Re: proposal - reglanguage type Tom Lane
- Re: proposal - reglanguage type Pavel Stehule
- Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT Tom Lane
- Re: [HACKERS] Cached plans and statement generalization Tom Lane
- Re: Delaying/avoiding BTreeTupleGetNAtts() call within _bt_compare() Tom Lane
- Re: partition routing layering in nodeModifyTable.c Tom Lane
- Re: Some improvements to numeric sqrt() and ln() Dean Rasheed
- Re: [HACKERS] WAL logging problem in 9.4.3? Noah Misch
- RE: Delaying/avoiding BTreeTupleGetNAtts() call within _bt_compare() Floris Van Nee
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Tom Lane
- Commitfest 2020-03 Now in Progress David Steele
- Re: Re[2]: bool_plperl transform Tom Lane
- Re: pgbench: option delaying queries till connectionsestablishment? Fabien COELHO
- Re: Commitfest 2020-03 Now in Progress Tom Lane
- Re: bool_plperl transform [email protected] (Dagfinn Ilmari Mannsåker)
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: Remove win32ver.rc from version_stamp.pl Tom Lane
- Re[2]: bool_plperl transform Ivan Panchenko
- Re: [PATCH v1] Allow COPY "text" to output a header and add headermatching mode to COPY FROM Rémi Lapeyre
- Re: [PATCH] Add schema and table names to partition error Chris Bandy
- Re[4]: bool_plperl transform Ivan Panchenko
- Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Michael Paquier
- Re: ALTER tbl rewrite loses CLUSTER ON index Michael Paquier
- Re: logical replication empty transactions Dilip Kumar
- Re: [PATCH] Add schema and table names to partition error Amit Langote
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: partition routing layering in nodeModifyTable.c Amit Langote
- effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: [PATCH v1] Allow COPY "text" to output a header and add headermatching mode to COPY FROM Surafel Temesgen
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: BUG #16108: Colorization to the output of command-line hasunproperly behaviors at Windows platform Michael Paquier
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Ahsan Hadi
- Re: [BUG?] postgres_fdw incorrectly updates remote table if it hasinherited children. Etsuro Fujita
- Re: [HACKERS] WAL logging problem in 9.4.3? Kyotaro Horiguchi
- Re: Cleanup - Removal of apply_typmod function in #if 0 Peter Eisentraut
- Re: Trying to pull up EXPR SubLinks Richard Guo
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: BUG #16108: Colorization to the output of command-line hasunproperly behaviors at Windows platform Juan José Santamaría Flecha
- Re: Allow to_date() and to_timestamp() to accept localized names Juan José Santamaría Flecha
- Re: Cleanup - Removal of apply_typmod function in #if 0 vignesh C
- Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side Sergei Kornilov
- Re: [PATCH] Add schema and table names to partition error Amit Kapila
- Re: logical replication empty transactions Amit Kapila
- Re: Crash by targetted recovery Fujii Masao
- Re: color by default Juan José Santamaría Flecha
- Re: Planning counters in pg_stat_statements (using pgss_store) legrand legrand
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: [BUG?] postgres_fdw incorrectly updates remote table if it hasinherited children. Kohei KaiGai
- Re: Change atoi to strtol in same place Daniel Gustafsson
- Re: Do we need to handle orphaned prepared transactions in the server? Hamid Akhtar
- Re: Minor issues in .pgpass Fujii Masao
- Silence compiler warnings with Python 3.9 Peter Eisentraut
- Re: Psql patch to show access methods info David Steele
- Re: doc: vacuum full, fillfactor, and "extra space" David Steele
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Fastpath while arranging the changes in LSN order in logicaldecoding David Steele
- Re: [Proposal] Global temporary tables tushar
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- Re: [PATCH] Replica sends an incorrect epoch in its hot standbyfeedback to the Master Juan José Santamaría Flecha
- Re: Portal->commandTag as an enum Alvaro Herrera
- Re: Portal->commandTag as an enum Mark Dilger
- Re: Portal->commandTag as an enum Alvaro Herrera
- Re: Portal->commandTag as an enum Alvaro Herrera
- Re: Portal->commandTag as an enum Alvaro Herrera
- Re: Portal->commandTag as an enum Mark Dilger
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alexey Kondratov
- [PATCH] Documentation bug related to client authentication usingTLS certificate Cary Huang
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: Use compiler intrinsics for bit ops in hash Jesse Zhang
- Re: [PATCH] kNN for btree Alexander Korotkov
- Re: Portal->commandTag as an enum Alvaro Herrera
- Re: Allowing ALTER TYPE to change storage strategy Tomas Vondra
- Re: Portal->commandTag as an enum Mark Dilger
- Re: SQL/JSON: functions Nikita Glukhov
- Symbolic names for the values of typalign and typstorage Tom Lane
- Re: SQL/JSON: functions Erik Rijkers
- Re: SQL/JSON: functions Nikita Glukhov
- Re: Improving connection scalability: GetSnapshotData() Andres Freund
- Re: Internal key management system Cary Huang
- Re: Improve search for missing parent downlinks in amcheck Peter Geoghegan
- Re: Some improvements to numeric sqrt() and ln() Tels
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Kyotaro Horiguchi
- Re: ALTER tbl rewrite loses CLUSTER ON index Michael Paquier
- Re: Delaying/avoiding BTreeTupleGetNAtts() call within _bt_compare() Peter Geoghegan
- Re: Symbolic names for the values of typalign and typstorage Alvaro Herrera
- Re: ALTER tbl rewrite loses CLUSTER ON index Justin Pryzby
- Re: ALTER tbl rewrite loses CLUSTER ON index Justin Pryzby
- Re: SQL/JSON: functions Erik Rijkers
- Re: Add LogicalTapeSetExtend() to logtape.c Adam Lee
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: Symbolic names for the values of typalign and typstorage Tom Lane
- Re: [PATCH] Documentation bug related to client authentication usingTLS certificate Chris Bandy
- Re: First WAL segment file that initdb creates Fujii Masao
- Re: logical replication empty transactions Dilip Kumar
- Re: [PATCH] Add schema and table names to partition error Chris Bandy
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: color by default Michael Paquier
- RE: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Shinoda, Noriyoshi (PN Japan A&PS Delivery)
- Re: Parallel copy vignesh C
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Parallel copy vignesh C
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: logical replication empty transactions Amit Kapila
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: logical replication empty transactions Dilip Kumar
- Re: Internal key management system Masahiko Sawada
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: logical replication empty transactions Amit Kapila
- [GSoC 2020] Questions About Performance Farm Benchmarks and Website Kalvin Eng
- Re: backup manifests tushar
- Re: Minor issues in .pgpass Hamid Akhtar
- Re: [PATCH] Replica sends an incorrect epoch in its hot standbyfeedback to the Master David Steele
- Re: error context for vacuum to include block number Masahiko Sawada
- Re: Minor issues in .pgpass Hamid Akhtar
- Re: Some improvements to numeric sqrt() and ln() Dean Rasheed
- Re: Identifying user-created objects vignesh C
- Re: backup manifests tushar
- Re: Symbolic names for the values of typalign and typstorage Tom Lane
- Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activityview? Julien Rouhaud
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Minor issues in .pgpass Fujii Masao
- Re: [PATCH] Add schema and table names to partition error Alvaro Herrera
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: Add LogicalTapeSetExtend() to logtape.c Jeff Davis
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Ashutosh Bapat
- Re: [GSoC 2020] Questions About Performance Farm Benchmarks andWebsite Mark Wong
- Is it time to retire type "opaque"? Tom Lane
- Re: [PATCH] Incremental sort David Steele
- Re: row filtering for logical replication David Steele
- Setting ACL Vik Fearing
- Re: [HACKERS] [PATCH] Generic type subscripting David Steele
- Re: Setting ACL Tom Lane
- PG14 target version? David Steele
- Re: Setting ACL Vik Fearing
- Re: Setting ACL Tom Lane
- Re: Symbolic names for the values of typalign and typstorage Alvaro Herrera
- Re: WIP: System Versioned Temporal Table David Steele
- Re: Symbolic names for the values of typalign and typstorage Tom Lane
- Re: [PATCH] Incremental sort Tomas Vondra
- Re: WIP: System Versioned Temporal Table Vik Fearing
- Re: Option to dump foreign data in pg_dump David Steele
- Re: error context for vacuum to include block number Justin Pryzby
- Re: [PATCH] Documentation bug related to client authenticationusing TLS certificate Cary Huang
- Re: error context for vacuum to include block number Alvaro Herrera
- Re: [PATCH v1] pg_ls_tmpdir to show directories David Steele
- Re: [PATCH v1] pg_ls_tmpdir to show directories Justin Pryzby
- Re: WIP: expression evaluation improvements Soumyadeep Chakraborty
- Re: [PATCH v1] pg_ls_tmpdir to show directories Alvaro Herrera
- Re: [PATCH v1] pg_ls_tmpdir to show directories Bossart, Nathan
- Re: Fastpath while arranging the changes in LSN order in logicaldecoding David Zhang
- Re: Symbolic names for the values of typalign and typstorage Tom Lane
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: Index Skip Scan David Rowley
- Back-patching -Wno-format-truncation. Kyotaro Horiguchi
- Re: Psql patch to show access methods info Alexander Korotkov
- Cast to uint16 in pg_checksum_page() David Steele
- Re: Is it time to retire type "opaque"? Tom Lane
- Re: Back-patching -Wno-format-truncation. Tom Lane
- Re: Back-patching -Wno-format-truncation. Kyotaro Horiguchi
- Re: logical replication empty transactions Euler Taveira
- Re: [PATCH] kNN for btree Peter Geoghegan
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: range_agg Alvaro Herrera
- Re: New SQL counter statistics view (pg_stat_sql) Alvaro Herrera
- Re: Psql patch to show access methods info Alvaro Herrera
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: Identifying user-created objects Masahiko Sawada
- Re: logical replication empty transactions Amit Kapila
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Dilip Kumar
- Re: Add LogicalTapeSetExtend() to logtape.c Adam Lee
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: logical replication empty transactions Dilip Kumar
- Re: Some problems of recovery conflict wait events Michael Paquier
- Re: Cast to uint16 in pg_checksum_page() Michael Paquier
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Amit Kapila
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: [PATCH] Add schema and table names to partition error Chris Bandy
- Re: logical replication empty transactions Amit Kapila
- Re: [PATCH] Add schema and table names to partition error Amit Kapila
- Re: Symbolic names for the values of typalign and typstorage Michael Paquier
- Re: PG14 target version? Michael Paquier
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: Unicode escapes with any backend encoding John Naylor
- Re: logical replication empty transactions Dilip Kumar
- Re: Cast to uint16 in pg_checksum_page() Tom Lane
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Mahendra Singh Thalor
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: Identifying user-created objects vignesh C
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: error context for vacuum to include block number Masahiko Sawada
- Re: [HACKERS] WAL logging problem in 9.4.3? Kyotaro Horiguchi
- Re: Identifying user-created objects Fujii Masao
- Re: [HACKERS] WAL logging problem in 9.4.3? Kyotaro Horiguchi
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: [Proposal] Global temporary tables Prabhat Sahu
- PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: Identifying user-created objects Masahiko Sawada
- Re: reindex concurrently and two toast indexes Julien Rouhaud
- Re: [PATCH] Add object names to partition errors Chris Bandy
- Re: Use compiler intrinsics for bit ops in hash John Naylor
- Re: Collation versioning Julien Rouhaud
- Re: Identifying user-created objects Fujii Masao
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Amit Kapila
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Dilip Kumar
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Daniel Gustafsson
- Re: PG14 target version? Daniel Gustafsson
- Re: PG14 target version? Daniel Gustafsson
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Juan José Santamaría Flecha
- Re: PG14 target version? Dave Page
- Re: PG14 target version? Dave Page
- Re: Identifying user-created objects Masahiko Sawada
- Re: Use compiler intrinsics for bit ops in hash John Naylor
- Re: backup manifests tushar
- Re: Identifying user-created objects Fujii Masao
- Re: Minor issues in .pgpass Fujii Masao
- Re: Identifying user-created objects Masahiko Sawada
- Re: logical replication empty transactions Amit Kapila
- Re: backup manifests tushar
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name andpgbench Fabien COELHO
- Re: logical replication empty transactions Dilip Kumar
- Re: Re: [HACKERS] make async slave to wait for lsn to be replayed Fujii Masao
- Re: Identifying user-created objects Masahiko Sawada
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Mahendra Singh Thalor
- Re: PATCH: Add uri percent-encoding for binary data Daniel Gustafsson
- Re: [PATCH] kNN for btree Alexander Korotkov
- Re: Minor issues in .pgpass Hamid Akhtar
- replay pause vs. standby promotion Fujii Masao
- Re: Minor issues in .pgpass Fujii Masao
- Re: replay pause vs. standby promotion Sergei Kornilov
- Re: Cast to uint16 in pg_checksum_page() David Steele
- Re: Identifying user-created objects Fujii Masao
- Re: [HACKERS] make async slave to wait for lsn to be replayed David Steele
- Re: Minor issues in .pgpass Hamid Akhtar
- Re: Cast to uint16 in pg_checksum_page() Michael Paquier
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: backup manifests tushar
- Re: Minor issues in .pgpass Hamid Akhtar
- Re: Improving connection scalability: GetSnapshotData() David Steele
- Re: Refactor compile-time assertion checks for C/C++ Georgios Kokolatos
- Re: replay pause vs. standby promotion Jehan-Guillaume de Rorthais
- Re: Some improvements to numeric sqrt() and ln() David Steele
- Re: Asynchronous Append on postgres_fdw nodes. David Steele
- Re: ALTER TEXT SEARCH DICTIONARY tab completion Georgios Kokolatos
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Symbolic names for the values of typalign and typstorage Tom Lane
- Re: logical copy_replication_slot issues Arseny Sher
- Re: [Proposal] Global temporary tables tushar
- Re: PG14 target version? Alvaro Herrera
- Re: PG14 target version? David Steele
- Re: WAL usage calculation patch Julien Rouhaud
- Re: jsonpath syntax extensions David Steele
- Re: Bug in pg_restore with EventTrigger in parallel mode vignesh C
- Re: Some improvements to numeric sqrt() and ln() Dean Rasheed
- Re: HAVE_WORKING_LINK still needed? Peter Eisentraut
- Re: Option to dump foreign data in pg_dump Ashutosh Bapat
- Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov
- Re: Portal->commandTag as an enum Mark Dilger
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alexey Kondratov
- Re: pgbench: option delaying queries till connections establishment? Andres Freund
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions Nikolay Shaplov
- Re: Add LogicalTapeSetExtend() to logtape.c Jeff Davis
- Re: jsonpath syntax extensions Nikita Glukhov
- Re: Setting ACL Stephen Frost
- Re: range_agg Alvaro Herrera
- Re: error context for vacuum to include block number Justin Pryzby
- Re: New SQL counter statistics view (pg_stat_sql) Mark Dilger
- Re: error context for vacuum to include block number Justin Pryzby
- useless RangeIOData->typiofunc Alvaro Herrera
- Re: Ought to use heap_multi_insert() for pg_attribute/dependinsertions? Daniel Gustafsson
- Re: range_agg Paul Jungwirth
- Re: useless RangeIOData->typiofunc Paul Jungwirth
- Re: useless RangeIOData->typiofunc Tom Lane
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: Allowing ALTER TYPE to change storage strategy David G. Johnston
- Re: Asynchronous Append on postgres_fdw nodes. Kyotaro Horiguchi
- Re: [PATCH] Incremental sort James Coleman
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- kill_prior_tuple and index scan costing Peter Geoghegan
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: Crash by targetted recovery Kyotaro Horiguchi
- Re: Asynchronous Append on postgres_fdw nodes. Thomas Munro
- Re: Identifying user-created objects Kyotaro Horiguchi
- Command statistics system (cmdstats) Mark Dilger
- Re: backup manifests Suraj Kharage
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: backup manifests Suraj Kharage
- Re: Minor issues in .pgpass Fujii Masao
- Re: Identifying user-created objects Fujii Masao
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Change atoi to strtol in same place Joe Nelson
- Re: Cast to uint16 in pg_checksum_page() Michael Paquier
- Re: Identifying user-created objects Michael Paquier
- Re: Identifying user-created objects Masahiko Sawada
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: WAL usage calculation patch Michael Paquier
- Re: [HACKERS] make async slave to wait for lsn to be replayed Michael Paquier
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Make mesage at end-of-recovery less scary. Kyotaro Horiguchi
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Peter Eisentraut
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: Identifying user-created objects Kyotaro Horiguchi
- Re: backup manifests Rajkumar Raghuwanshi
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Daniel Gustafsson
- Re: Asynchronous Append on postgres_fdw nodes. Kyotaro Horiguchi
- Re: logical replication empty transactions Amit Kapila
- Re: Identifying user-created objects Masahiko Sawada
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Juan José Santamaría Flecha
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Julien Rouhaud
- Re: Identifying user-created objects Kyotaro Horiguchi
- Re: Change atoi to strtol in same place Daniel Gustafsson
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Jehan-Guillaume de Rorthais
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Kyotaro Horiguchi
- Re: backup manifests tushar
- Re: Berserk Autovacuum (let's save next Mandrill) Darafei "Komяpa" Praliaskouski
- Re: Crash by targetted recovery Fujii Masao
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: backup manifests tushar
- Re: Restore replication settings when modifying a field type Peter Eisentraut
- Re: allow trigger to get updated columns Daniel Gustafsson
- Re: logical replication empty transactions Euler Taveira
- Re: COPY FREEZE and setting PD_ALL_VISIBLE/visibility map bits Ibrar Ahmed
- Retiring support for pre-7.3 FK constraint triggers Daniel Gustafsson
- Re: Allow auto_explain to log plans before queries are executed Julien Rouhaud
- Should we remove a fallback promotion? take 2 Fujii Masao
- Re: Option to dump foreign data in pg_dump Luis Carril
- Re: proposal: schema variables Asif Rehman
- Re: useless RangeIOData->typiofunc Alvaro Herrera
- Re: [Proposal] Global temporary tables tushar
- Re: useless RangeIOData->typiofunc Tom Lane
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Retiring support for pre-7.3 FK constraint triggers Alvaro Herrera
- Re: [Proposal] Global temporary tables Robert Haas
- Re: Should we remove a fallback promotion? take 2 Robert Haas
- Re: Retiring support for pre-7.3 FK constraint triggers Tom Lane
- Re: Retiring support for pre-7.3 FK constraint triggers David Steele
- Re: useless RangeIOData->typiofunc Alvaro Herrera
- Re: Retiring support for pre-7.3 FK constraint triggers Daniel Gustafsson
- Re: Retiring support for pre-7.3 FK constraint triggers Tom Lane
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- Re: Resume vacuum and autovacuum from interruption and cancellation Ibrar Ahmed
- Re: pg_ls_tmpdir to show directories and shared filesets Justin Pryzby
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alexey Kondratov
- Re: backup manifests Robert Haas
- Re: reindex concurrently and two toast indexes Julien Rouhaud
- Re: Retiring support for pre-7.3 FK constraint triggers Vik Fearing
- Atomics in localbuf.c Antonin Houska
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Psql patch to show access methods info vignesh C
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: proposal: schema variables Pavel Stehule
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Tomas Vondra
- Re: Atomics in localbuf.c Andres Freund
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Ibrar Ahmed
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Ibrar Ahmed
- Re: Retiring support for pre-7.3 FK constraint triggers Alvaro Herrera
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Alvaro Herrera
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Ibrar Ahmed
- Re: Allowing ALTER TYPE to change storage strategy Tomas Vondra
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Mahendra Singh Thalor
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Mahendra Singh Thalor
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Fwd: WAL usage calculation patch Kirill Bychik
- Re: ALTER tbl rewrite loses CLUSTER ON index Ibrar Ahmed
- Re: Planning counters in pg_stat_statements (using pgss_store) legrand legrand
- Re: Retiring support for pre-7.3 FK constraint triggers Daniel Gustafsson
- Re: Atomics in localbuf.c Antonin Houska
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas
- Re: Retiring support for pre-7.3 FK constraint triggers Tom Lane
- Re: Retiring support for pre-7.3 FK constraint triggers Tom Lane
- kerberos regression test enhancement David Zhang
- Re: Retiring support for pre-7.3 FK constraint triggers Tom Lane
- Re: Atomics in localbuf.c Andres Freund
- Proposal: PqSendBuffer removal Aleksei Ivanov
- Re: Proposal: PqSendBuffer removal Tom Lane
- Re: Allowing ALTER TYPE to change storage strategy Tomas Vondra
- Re: Proposal: PqSendBuffer removal Aleksei Ivanov
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- [PATCH] Make pkg-config files cross-compile friendly Sebastian Kemper
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tom Lane
- Re: pgbench: option delaying queries till connectionsestablishment? Fabien COELHO
- Re: Proposal: PqSendBuffer removal Tom Lane
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: Retiring support for pre-7.3 FK constraint triggers Daniel Gustafsson
- Re: Proposal: PqSendBuffer removal Aleksei Ivanov
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tom Lane
- Re: our checks for read-only queries are not great Bruce Momjian
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: Proposal: PqSendBuffer removal Andres Freund
- Re: Psql patch to show access methods info Alexander Korotkov
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: Do we need to handle orphaned prepared transactions in theserver? Bruce Momjian
- Re: Crash by targetted recovery Kyotaro Horiguchi
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: Should we remove a fallback promotion? take 2 Michael Paquier
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alvaro Herrera
- Re: BUG #16147: postgresql 12.1 (from homebrew) - pg_restore -hlocalhost --jobs=2 crashes David Zhang
- Re: Psql patch to show access methods info vignesh C
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions Amit Kapila
- Re: Proposal: PqSendBuffer removal Craig Ringer
- Re: logical replication empty transactions Craig Ringer
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kyotaro Horiguchi
- Re: Internal key management system Moon, Insung
- Re: Internal key management system Masahiko Sawada
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: Atomics in localbuf.c Antonin Houska
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: Exposure related to GUC value of ssl_passphrase_command keisuke kuroda
- More tests to stress directly checksum_impl.h Michael Paquier
- Re: SQL/JSON: functions Pavel Stehule
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- RE: Conflict handling for COPY FROM [email protected]
- Re: Psql patch to show access methods info Alexander Korotkov
- Re: backup manifests Suraj Kharage
- Re: Making psql error out on output failures Daniel Verite
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: logical copy_replication_slot issues Arseny Sher
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- Re: reindex concurrently and two toast indexes Julien Rouhaud
- Re: Additional improvements to extended statistics Tomas Vondra
- Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: replay pause vs. standby promotion Fujii Masao
- Re: Should we remove a fallback promotion? take 2 Fujii Masao
- Re: Allowing ALTER TYPE to change storage strategy Tomas Vondra
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: More tests to stress directly checksum_impl.h David Steele
- Re: Index Skip Scan Tomas Vondra
- Re: PHJ file leak. Jeremy Finzel
- Re: PHJ file leak. Tom Lane
- RE: proposal: schema variables DUVAL REMI
- Re: PHJ file leak. Jeremy Finzel
- Re: Atomics in localbuf.c Robert Haas
- Re: Crash by targetted recovery Fujii Masao
- Re: Binary support for pgoutput plugin Petr Jelinek
- Re: Error on failed COMMIT Dave Cramer
- Re: [HACKERS] make async slave to wait for lsn to be replayed Adam Brusselback
- Re: WAL usage calculation patch Julien Rouhaud
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: Allowing ALTER TYPE to change storage strategy Tom Lane
- Re: [postgis-devel] About EXTENSION from UNPACKAGED on PostgreSQL 13 Andres Freund
- Re: Using stat collector for collecting long SQL Andres Freund
- Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. Andres Freund
- Re: [PATCH] ltree, lquery, and ltxtquery binary protocol support Tom Lane
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- Re: explain HashAggregate to report bucket and memory stats Andres Freund
- Re: WAL usage calculation patch Kirill Bychik
- Re: effective_io_concurrency's steampunk spindle maths Andres Freund
- Re: Error on failed COMMIT Robert Haas
- Re: Is it time to retire type "opaque"? Andres Freund
- Re: Fastpath while arranging the changes in LSN order in logicaldecoding Andres Freund
- Re: Symbolic names for the values of typalign and typstorage Andres Freund
- move DECLARE_INDEX from indexing.h? Alvaro Herrera
- Re: move DECLARE_INDEX from indexing.h? Alvaro Herrera
- Re: proposal: schema variables Pavel Stehule
- Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. Peter Geoghegan
- Re: Atomics in localbuf.c Andres Freund
- Re: Proposal: PqSendBuffer removal Aleksei Ivanov
- Re: Symbolic names for the values of typalign and typstorage Tom Lane
- Re: Unicode escapes with any backend encoding Tom Lane
- Re: WAL usage calculation patch Julien Rouhaud
- Re: move DECLARE_INDEX from indexing.h? Tom Lane
- Re: Should we remove a fallback promotion? take 2 Alvaro Herrera
- Re: effective_io_concurrency's steampunk spindle maths Tomas Vondra
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- Re: explain HashAggregate to report bucket and memory stats Tomas Vondra
- Re: Unicode escapes with any backend encoding Chapman Flack
- range_deserialize + range_get_flags Alvaro Herrera
- Re: More tests to stress directly checksum_impl.h Tom Lane
- Re: effective_io_concurrency's steampunk spindle maths Tom Lane
- Re: effective_io_concurrency's steampunk spindle maths Michael Banck
- Re: effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: explain HashAggregate to report bucket and memory stats Justin Pryzby
- Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from aREFCURSOR Dent John
- Re: Re[4]: bool_plperl transform Tom Lane
- Re: pg_ls_tmpdir to show directories and shared filesets Justin Pryzby
- Re: Ltree syntax improvement Nikita Glukhov
- Re: [PATCH] Finally split StdRdOptions into HeapOptions andToastOptions Michael Paquier
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- Questions about the CI process and proposal Andy Fan
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: More tests to stress directly checksum_impl.h Michael Paquier
- [PATCH] Add tests for integrity violation error fields Chris Bandy
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut
- Re: Questions about the CI process and proposal Peter Eisentraut
- Question: Select messages using binary format Aleksei Ivanov
- Re: pgbench: option delaying queries till connectionsestablishment? Fabien COELHO
- Re: pgbench: option delaying queries till connectionsestablishment? Fabien COELHO
- Re: Question: Select messages using binary format Pavel Stehule
- Re: Questions about the CI process and proposal Vladimir Sitnikov
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- SQL/MDA added to docs Peter Eisentraut
- Re: effective_io_concurrency's steampunk spindle maths Evgeniy Shishkin
- Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions Nikolay Shaplov
- Re: pg_ls_tmpdir to show directories and shared filesets Fabien COELHO
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re[6]: bool_plperl transform Ivan Panchenko
- Re: backend type in log_line_prefix? Peter Eisentraut
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Tom Lane
- Re: Re[6]: bool_plperl transform Tom Lane
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: pg_ls_tmpdir to show directories and shared filesets Justin Pryzby
- Re: pg_ls_tmpdir to show directories and shared filesets Fabien COELHO
- Re: ccache is required by postgresql12-devel RPM Bruce Momjian
- Re: More tests to stress directly checksum_impl.h Tom Lane
- Re: Proposal: PqSendBuffer removal Andres Freund
- Re: ccache is required by postgresql12-devel RPM Tom Lane
- Re: More tests to stress directly checksum_impl.h David Steele
- Re: Proposal: PqSendBuffer removal Tom Lane
- Re: range_agg Tom Lane
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: Add LogicalTapeSetExtend() to logtape.c Jeff Davis
- Re: range_agg Tom Lane
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: proposal: schema variables Pavel Stehule
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: range_agg Tom Lane
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: range_agg Pavel Stehule
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: Refactor compile-time assertion checks for C/C++ Tom Lane
- Re: ALTER TEXT SEARCH DICTIONARY tab completion Tom Lane
- Re: range_agg David Fetter
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: Binary support for pgoutput plugin Dave Cramer
- Re: What's difference among insert/write/flush lsn? Bruce Momjian
- Re: Bug in pg_restore with EventTrigger in parallel mode Tom Lane
- Re: range_agg Tom Lane
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: range_agg David Fetter
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: Identifying user-created objects Masahiko Sawada
- Re: More tests to stress directly checksum_impl.h Michael Paquier
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: Index Skip Scan David Rowley
- Re: range_agg Isaac Morland
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Fabien COELHO
- Re: Psql patch to show access methods info Alexander Korotkov
- Re: Allow to_date() and to_timestamp() to accept localized names Juan José Santamaría Flecha
- RE: Delaying/avoiding BTreeTupleGetNAtts() call within _bt_compare() Floris Van Nee
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: Index Skip Scan Dmitry Dolgov
- Re: Feature improvement: can we add queryId forpg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: Fastpath while arranging the changes in LSN order in logical decoding James Coleman
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: range_agg Tom Lane
- Re: range_agg David G. Johnston
- pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: proposal: schema variables Pavel Stehule
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: Remove utils/acl.h from catalog/objectaddress.h Tom Lane
- Re: Use compiler intrinsics for bit ops in hash David Fetter
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed at end-of-transaction Tom Lane
- Re: More tests to stress directly checksum_impl.h Tom Lane
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: Additional improvements to extended statistics Dean Rasheed
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed at end-of-transaction Tom Lane
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed at end-of-transaction Tom Lane
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Thomas Munro
- Re: pg_rewind docs correction James Coleman
- Re: pg_rewind docs correction James Coleman
- Re: Index Skip Scan David Rowley
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: Improve search for missing parent downlinks in amcheck Alexander Korotkov
- Re: Allow to_date() and to_timestamp() to accept localized names Tom Lane
- Re: Allow to_date() and to_timestamp() to accept localized names James Coleman
- Re: Add absolute value to dict_int Tom Lane
- Re: Use compiler intrinsics for bit ops in hash Jesse Zhang
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: Additional improvements to extended statistics Tomas Vondra
- Nicer error when connecting to standby with hot_standby=off James Coleman
- Re: Use compiler intrinsics for bit ops in hash Jesse Zhang
- Re: More tests to stress directly checksum_impl.h Michael Paquier
- Re: PG_COLOR not mentioned in docs of vacuumlo, oid2name and pgbench Michael Paquier
- Re: Exposure related to GUC value of ssl_passphrase_command Fujii Masao
- Re: Exposure related to GUC value of ssl_passphrase_command Fujii Masao
- Re: Asynchronous Append on postgres_fdw nodes. movead li
- Re: Fastpath while arranging the changes in LSN order in logical decoding Dilip Kumar
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Crash by targetted recovery Kyotaro Horiguchi
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Kyotaro Horiguchi
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- Re: Exposure related to GUC value of ssl_passphrase_command Moon, Insung
- Re: logical copy_replication_slot issues Masahiko Sawada
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada
- Re: Crash by targetted recovery Fujii Masao
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: pg_rewind docs correction Michael Paquier
- Re: reindex concurrently and two toast indexes Julien Rouhaud
- Re: Remove win32ver.rc from version_stamp.pl Peter Eisentraut
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- DROP and ddl_command_end. Kyotaro Horiguchi
- Re: Improve handling of parameter differences in physical replication Masahiko Sawada
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: Additional improvements to extended statistics Dean Rasheed
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada
- Re: allow trigger to get updated columns Peter Eisentraut
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: ccache is required by postgresql12-devel RPM Kyotaro Horiguchi
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [PATCH] Support built control file in PGXS VPATH builds Peter Eisentraut
- Re: Improve handling of parameter differences in physical replication Peter Eisentraut
- Re: Identifying user-created objects Kyotaro Horiguchi
- Re: Improve handling of parameter differences in physical replication Peter Eisentraut
- Re: Crash by targetted recovery Kyotaro Horiguchi
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Kuntal Ghosh
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: Run-time pruning for ModifyTable David Rowley
- Re: Improve handling of parameter differences in physical replication Masahiko Sawada
- Re: [Proposal] Global temporary tables Prabhat Sahu
- Re: recovery_target_action=pause with confusing hint David Steele
- Re: Conflict handling for COPY FROM Surafel Temesgen
- Re: Bug in pg_restore with EventTrigger in parallel mode Fabrízio de Royes Mello
- Re: logical copy_replication_slot issues Arseny Sher
- New feature request: Query Rewrite Cache Bert Scalzo
- Re: bad logging around broken restore_command David Steele
- Re: POC: rational number type (fractions) David Steele
- Re: pg_rewind docs correction James Coleman
- Re: [Proposal] Global temporary tables tushar
- Re: [Proposal] Global temporary tables tushar
- Re: Remove win32ver.rc from version_stamp.pl Tom Lane
- Re: backend type in log_line_prefix? Kuntal Ghosh
- Re: Bug in pg_restore with EventTrigger in parallel mode Tom Lane
- Re: pgsql: pageinspect: Fix types used for bt_metap() columns. Alvaro Herrera
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: Atomics in localbuf.c Robert Haas
- Re: recovery_target_action=pause with confusing hint Fujii Masao
- Re: Remove utils/acl.h from catalog/objectaddress.h Alvaro Herrera
- Re: shared-memory based stats collector Tom Lane
- Re: backup manifests tushar
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: Bug in pg_restore with EventTrigger in parallel mode Fabrízio de Royes Mello
- Re: pgsql: pageinspect: Fix types used for bt_metap() columns. Peter Geoghegan
- [PATCH v2] Allow COPY "text" to output a header and add header matching mode to COPY FROM Rémi Lapeyre
- Re: backup manifests Robert Haas
- Re: recovery_target_action=pause with confusing hint Robert Haas
- Re: DROP and ddl_command_end. Robert Haas
- Re: explain HashAggregate to report bucket and memory stats Andres Freund
- Re: Fastpath while arranging the changes in LSN order in logicaldecoding Andres Freund
- Re: range_agg Robert Haas
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: logical replication empty transactions Andres Freund
- Re: Improve search for missing parent downlinks in amcheck Alexander Korotkov
- Re: shared-memory based stats collector Alvaro Herrera
- Re: shared-memory based stats collector Andres Freund
- Re: Bug in pg_restore with EventTrigger in parallel mode Tom Lane
- Re: shared-memory based stats collector Tom Lane
- Re: shared-memory based stats collector Andres Freund
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Fabien COELHO
- Re: Bug in pg_restore with EventTrigger in parallel mode Fabrízio de Royes Mello
- Re: Index Skip Scan Dmitry Dolgov
- Re: range_agg Alvaro Herrera
- Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace onthe fly Justin Pryzby
- Re: Proposal: PqSendBuffer removal Andres Freund
- Re: Index Skip Scan David Rowley
- Re: Index Skip Scan James Coleman
- GSOC 2020 - Develop Performance Farm Benchmarks and Website (2020) do w.r. (wrd1e16)
- Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Thomas Munro
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- time for catalog/pg_cast.c? Alvaro Herrera
- Re: time for catalog/pg_cast.c? Alvaro Herrera
- Re: Support external parameters in EXECUTE command Tom Lane
- Patch: to pass query string to pg_plan_query() legrand legrand
- Re: Proposal: PqSendBuffer removal Tom Lane
- Re: range_agg Tom Lane
- Re: Should we remove a fallback promotion? take 2 Andres Freund
- Re: Add an optional timeout clause to isolationtester step. Andres Freund
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Re: effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: Nicer error when connecting to standby with hot_standby=off Andres Freund
- Re: Nicer error when connecting to standby with hot_standby=off James Coleman
- Re: Reducing WaitEventSet syscall churn Kyotaro Horiguchi
- Re: effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: Add absolute value to dict_int Tom Lane
- Re: Nicer error when connecting to standby with hot_standby=off Andres Freund
- Re: Improve search for missing parent downlinks in amcheck Peter Geoghegan
- RE: Proposal: Add more compile-time asserts to exposeinconsistencies. Smith, Peter
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: range_agg Jeff Davis
- Re: Crash by targetted recovery Fujii Masao
- Re: Nicer error when connecting to standby with hot_standby=off James Coleman
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- Re: Proposal: Add more compile-time asserts to exposeinconsistencies. Michael Paquier
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: bad logging around broken restore_command Kyotaro Horiguchi
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: shared-memory based stats collector Kyotaro Horiguchi
- Re: shared-memory based stats collector Kyotaro Horiguchi
- Re: shared-memory based stats collector Andres Freund
- Re: DROP and ddl_command_end. Kyotaro Horiguchi
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Asynchronous Append on postgres_fdw nodes. movead li
- Re: logical copy_replication_slot issues Masahiko Sawada
- Re: Crash by targetted recovery Kyotaro Horiguchi
- Re: shared-memory based stats collector Kyotaro Horiguchi
- Re: Crash by targetted recovery Kyotaro Horiguchi
- Re: Asynchronous Append on postgres_fdw nodes. Kyotaro Horiguchi
- Re: reindex concurrently and two toast indexes Michael Paquier
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: adding partitioned tables to publications Peter Eisentraut
- Re: Improve handling of parameter differences in physicalreplication Kyotaro Horiguchi
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Berserk Autovacuum (let's save next Mandrill) Masahiko Sawada
- Re: Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Ashutosh Bapat
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alexander Korotkov
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Hugh McMaster
- Re: Remove win32ver.rc from version_stamp.pl Peter Eisentraut
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Daniel Gustafsson
- Re: Index Skip Scan Dmitry Dolgov
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Ecpg dependency Filip Janus
- Re: shared-memory based stats collector Alvaro Herrera
- Re: WIP: System Versioned Temporal Table Surafel Temesgen
- Re: WIP: System Versioned Temporal Table Surafel Temesgen
- Re: adding partitioned tables to publications Amit Langote
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas
- Re: Restore replication settings when modifying a field type Euler Taveira
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Amit Langote
- Re: Improve handling of parameter differences in physical replication Peter Eisentraut
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Ashutosh Bapat
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: WIP: System Versioned Temporal Table David Steele
- Re: time for catalog/pg_cast.c? Alvaro Herrera
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alexander Korotkov
- Re: Improve search for missing parent downlinks in amcheck Alexander Korotkov
- Re: Add A Glossary Corey Huinker
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alvaro Herrera
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: backend type in log_line_prefix? Peter Eisentraut
- Re: time for catalog/pg_cast.c? Alvaro Herrera
- Re: range_agg David Fetter
- Re: improve transparency of bitmap-only heap scans David Steele
- Re: Add absolute value to dict_int Tom Lane
- Re: backend type in log_line_prefix? Julien Rouhaud
- Re: [PATCH] Connection time for \conninfo David Steele
- Re: backend type in log_line_prefix? Kuntal Ghosh
- Re: Conflict handling for COPY FROM Alexey Kondratov
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: [PATCH] Connection time for \conninfo Stephen Frost
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Peter Eisentraut
- Re: [PATCH] Connection time for \conninfo Peter Eisentraut
- Re: [PATCH] Connection time for \conninfo Tom Lane
- Re: [PATCH] Connection time for \conninfo Stephen Frost
- Re: backend type in log_line_prefix? Alvaro Herrera
- Re: [PATCH] Connection time for \conninfo Stephen Frost
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- Re: BEFORE ROW triggers for partitioned tables Peter Eisentraut
- Re: shared-memory based stats collector Julien Rouhaud
- Re: Constraint's NO INHERIT option is ignored in CREATE TABLE LIKE statement Tom Lane
- Re: backend type in log_line_prefix? Justin Pryzby
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Daniel Gustafsson
- Re: shared-memory based stats collector Andres Freund
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: shared-memory based stats collector Andres Freund
- Re: control max length of parameter values logged Tom Lane
- Re: Index Skip Scan David Rowley
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Re: [PATCH] Fix for slow GIN index queries when "gin_fuzzy_search_limit" setting is relatively small for large tables Tom Lane
- Re: Re: Asynchronous Append on postgres_fdw nodes. [email protected]
- Re: Asynchronous Append on postgres_fdw nodes. movead li
- Re: Improve handling of parameter differences in physicalreplication Kyotaro Horiguchi
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra
- Re: Berserk Autovacuum (let's save next Mandrill) Masahiko Sawada
- Re: Collation versioning Thomas Munro
- [PATCH] Skip llvm bytecode generation if LLVM is missing Craig Ringer
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: Index Skip Scan Andy Fan
- Re: Proposal: PqSendBuffer removal Craig Ringer
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- Re: Improve search for missing parent downlinks in amcheck Peter Geoghegan
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Laurenz Albe
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Amit Langote
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Do we need to handle orphaned prepared transactions in the server? Masahiko Sawada
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Julien Rouhaud
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Pavel Stehule
- Re: Berserk Autovacuum (let's save next Mandrill) Masahiko Sawada
- Re: custom postgres launcher for tests Craig Ringer
- Re: [PATCH] Replica sends an incorrect epoch in its hot standbyfeedback to the Master Thomas Munro
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Craig Ringer
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: Some problems of recovery conflict wait events Fujii Masao
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: [Proposal] Global temporary tables Prabhat Sahu
- Re: Collation versioning Julien Rouhaud
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Improve search for missing parent downlinks in amcheck Alexander Korotkov
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: WIP/PoC for parallel backup Rajkumar Raghuwanshi
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- SERIAL datatype column skipping values. Prabhat Sahu
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Hugh McMaster
- Re: HAVE_WORKING_LINK still needed? Peter Eisentraut
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Hugh McMaster
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: Index Skip Scan Andy Fan
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: [PATCH] Add schema and table names to partition error Amit Kapila
- Re: Refactor compile-time assertion checks for C/C++ Georgios Kokolatos
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: Add A Glossary Roger Harkavy
- Re: SERIAL datatype column skipping values. Andreas Karlsson
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Alvaro Herrera
- Re: Additional improvements to extended statistics Dean Rasheed
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Tom Lane
- Re: SERIAL datatype column skipping values. Tom Lane
- Re: [PATCH] Add schema and table names to partition error Chris Bandy
- Re: BEFORE ROW triggers for partitioned tables Ashutosh Bapat
- Re: Improve search for missing parent downlinks in amcheck Peter Geoghegan
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Ashutosh Bapat
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Ashutosh Bapat
- User and Logical Replication Tobias Stadler
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: Add A Glossary Jürgen Purtz
- v13 latest snapshot build error Devrim Gündüz
- Re: Add A Glossary Corey Huinker
- Re: Add A Glossary Corey Huinker
- Re: Add A Glossary Corey Huinker
- Re: User and Logical Replication Peter Eisentraut
- Re: backend type in log_line_prefix? Justin Pryzby
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed at end-of-transaction Tom Lane
- Re: Improve handling of parameter differences in physical replication Peter Eisentraut
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Andres Freund
- Re: v13 latest snapshot build error Tom Lane
- Re: more ALTER .. DEPENDS ON EXTENSION fixes Alvaro Herrera
- Re: backup manifests Robert Haas
- Re: [Proposal] Global temporary tables Robert Haas
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: Add an optional timeout clause to isolationtester step. Alvaro Herrera
- Re: v13 latest snapshot build error Devrim Gunduz
- Re: control max length of parameter values logged Alvaro Herrera
- Re: control max length of parameter values logged Tom Lane
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Hugh McMaster
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: range_agg Paul A Jungwirth
- Re: SQL/JSON: functions Nikita Glukhov
- Re: Internal key management system Bruce Momjian
- Re: SQL:2011 PERIODS vs Postgres Ranges? Paul A Jungwirth
- Re: Use compiler intrinsics for bit ops in hash David Rowley
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: v13 latest snapshot build error Devrim Gündüz
- Re: v13 latest snapshot build error Tom Lane
- Re: Index Skip Scan David Rowley
- Re: GSOC 2020 - Develop Performance Farm Benchmarks and Website(2020) Mark Wong
- Re: v13 latest snapshot build error Artur Zakirov
- Re: v13 latest snapshot build error Tom Lane
- A bug when use get_bit() function for a long bytea string [email protected]
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: BEFORE ROW triggers for partitioned tables Ashutosh Bapat
- Re: [PATCH] Fix for slow GIN index queries when "gin_fuzzy_search_limit"setting is relatively small for large tables Adé
- Re: Refactor compile-time assertion checks for C/C++ Tom Lane
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: [PATCH] Replica sends an incorrect epoch in its hot standbyfeedback to the Master Thomas Munro
- RE: Planning counters in pg_stat_statements (using pgss_store) [email protected]
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Kyotaro Horiguchi
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Craig Ringer
- Re: Some problems of recovery conflict wait events Masahiko Sawada
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: Online verification of checksums Michael Banck
- Re: User and Logical Replication Tobias Stadler
- Re: Berserk Autovacuum (let's save next Mandrill) Masahiko Sawada
- Re: Memory-Bounded Hash Aggregation Jeff Davis
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: Add an optional timeout clause to isolationtester step. Michael Paquier
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Additional size of hash table is alway zero for hash aggregates Pengzhou Tang
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Kyotaro Horiguchi
- RE: Planning counters in pg_stat_statements (using pgss_store) [email protected]
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: Use compiler intrinsics for bit ops in hash John Naylor
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Dean Rasheed
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- can i pass the transition tables to any function from hooks likeExecutorFinish? Onur ALTUN
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Planning counters in pg_stat_statements (using pgss_store) Marco Slot
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: [Proposal] Global temporary tables Prabhat Sahu
- Re: range_agg Alvaro Herrera
- Re: Berserk Autovacuum (let's save next Mandrill) Masahiko Sawada
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Alvaro Herrera
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alexey Kondratov
- Re: DROP and ddl_command_end. Robert Haas
- Re: Parallel copy vignesh C
- Re: SQL/JSON: functions Pavel Stehule
- Re: Refactor compile-time assertion checks for C/C++ Tom Lane
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: Collation versioning Julien Rouhaud
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed at end-of-transaction Tom Lane
- Re: [PATCH] Add schema and table names to partition error Amit Kapila
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Kuntal Ghosh
- Re: backup manifests tushar
- Re: [PATCH] Replica sends an incorrect epoch in its hot standbyfeedback to the Master Palamadai, Eka
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Alvaro Herrera
- Re: control max length of parameter values logged Alvaro Herrera
- Re: control max length of parameter values logged Tom Lane
- Re: A bug when use get_bit() function for a long bytea string Ashutosh Bapat
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace onthe fly Alexey Kondratov
- Re: ALTER tbl rewrite loses CLUSTER ON index Tom Lane
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: The flinfo->fn_extra question, from me this time. Tom Lane
- Re: Additional size of hash table is alway zero for hash aggregates Andres Freund
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Andres Freund
- Re: Berserk Autovacuum (let's save next Mandrill) David Rowley
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Euler Taveira
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Andres Freund
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Daniel Gustafsson
- Re: Memory-Bounded Hash Aggregation Justin Pryzby
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Alvaro Herrera
- Re: Additional size of hash table is alway zero for hash aggregates Justin Pryzby
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Justin Pryzby
- Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line Michael Paquier
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Additional size of hash table is alway zero for hash aggregates Andrew Gierth
- Re: Additional size of hash table is alway zero for hash aggregates Andres Freund
- Re: v13 latest snapshot build error Artur Zakirov
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Kyotaro Horiguchi
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- RE: Conflict handling for COPY FROM [email protected]
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: shared-memory based stats collector Andres Freund
- Re: Re: A bug when use get_bit() function for a long bytea string [email protected]
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Re: Add A Glossary Jürgen Purtz
- Re: The flinfo->fn_extra question, from me this time. Thomas Munro
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: pglz performance Andrey M. Borodin
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Craig Ringer
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- RE: Planning counters in pg_stat_statements (using pgss_store) [email protected]
- Re: logical replication empty transactions Craig Ringer
- RE: Planning counters in pg_stat_statements (using pgss_store) [email protected]
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Andres Freund
- Re: truncating timestamps on arbitrary intervals John Naylor
- Re: Reducing WaitEventSet syscall churn Kyotaro Horiguchi
- Re: BEFORE ROW triggers for partitioned tables Peter Eisentraut
- make check crashes on POWER8 machine Victor Wagner
- Re: shared-memory based stats collector Kyotaro Horiguchi
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Dean Rasheed
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Kuntal Ghosh
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Kuntal Ghosh
- Re: Berserk Autovacuum (let's save next Mandrill) Darafei "Komяpa" Praliaskouski
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: truncating timestamps on arbitrary intervals Isaac Morland
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Hugh McMaster
- Re: Restore replication settings when modifying a field type Peter Eisentraut
- Re: [Proposal] Global temporary tables tushar
- Re: make check crashes on POWER8 machine Justin Pryzby
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: make check crashes on POWER8 machine Victor Wagner
- Re: [proposal] de-TOAST'ing using a iterator Alvaro Herrera
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: backup manifests tushar
- Re: bitmaps and correlation Justin Pryzby
- Re: allow online change primary_conninfo Alvaro Herrera
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: [Proposal] Global temporary tables Prabhat Sahu
- Re: allow online change primary_conninfo Alvaro Herrera
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Bruce Momjian
- Re: make check crashes on POWER8 machine Tom Lane
- Re: Refactor compile-time assertion checks for C/C++ Tom Lane
- Optimize crash recovery Thunder
- Re: Optimize crash recovery Alvaro Herrera
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: WIP/PoC for parallel backup Asif Rehman
- Re:Re: Optimize crash recovery Thunder
- Re: BEFORE ROW triggers for partitioned tables Alvaro Herrera
- Re: Add an optional timeout clause to isolationtester step. Julien Rouhaud
- Re: Re: Optimize crash recovery Alvaro Herrera
- Re: range_agg Paul A Jungwirth
- Re: range_agg Paul A Jungwirth
- Re: backup manifests Robert Haas
- Re: Additional improvements to extended statistics Dean Rasheed
- Re: Add an optional timeout clause to isolationtester step. Tom Lane
- Re: range_agg Tom Lane
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: shared-memory based stats collector Andres Freund
- Re: explain HashAggregate to report bucket and memory stats Jeff Davis
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: explain HashAggregate to report bucket and memory stats Andres Freund
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tom Lane
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Andres Freund
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: explain HashAggregate to report bucket and memory stats Jeff Davis
- Re: explain HashAggregate to report bucket and memory stats Andres Freund
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: proposal: schema variables Pavel Stehule
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- database stuck in __epoll_wait_nocancel(). Are infinite timeouts safe? Merlin Moncure
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Alvaro Herrera
- Re: Extracting only the columns needed for a query Dmitry Dolgov
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tom Lane
- Re: database stuck in __epoll_wait_nocancel(). Are infinite timeouts safe? Andres Freund
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Alvaro Herrera
- Re: Re: Optimize crash recovery Thomas Munro
- Re: database stuck in __epoll_wait_nocancel(). Are infinite timeouts safe? Merlin Moncure
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tom Lane
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: backup manifests Robert Haas
- Re: WIP: WAL prefetch (another approach) Alvaro Herrera
- Re: backend type in log_line_prefix? Peter Eisentraut
- Re: backend type in log_line_prefix? Peter Eisentraut
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: range_agg Alvaro Herrera
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: Additional size of hash table is alway zero for hash aggregates Pengzhou Tang
- Re: Additional size of hash table is alway zero for hash aggregates Pengzhou Tang
- Re: RETURNING does not explain evaluation context for subqueries Bruce Momjian
- Re: Parallel grouping sets Pengzhou Tang
- Re: Additional size of hash table is alway zero for hash aggregates Pengzhou Tang
- Re: proposal: new polymorphic types - commontype and commontypearray Pavel Stehule
- Re: make check crashes on POWER8 machine Victor Wagner
- RE: Planning counters in pg_stat_statements (using pgss_store) legrand legrand
- RE: Planning counters in pg_stat_statements (using pgss_store) legrand legrand
- Re: make check crashes on POWER8 machine Tom Lane
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: proposal: new polymorphic types - commontype and commontypearray Pavel Stehule
- Re: RecoveryWalAll and RecoveryWalStream wait events Atsushi Torikoshi
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: backend type in log_line_prefix? Justin Pryzby
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- resolve_generic_type() is over-complex and under-correct Tom Lane
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- Re: range_agg Paul A Jungwirth
- Re: Feature improvement: can we add queryId forpg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: range_agg Paul A Jungwirth
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: [PATCH] Connection time for \conninfo Rodrigo Ramírez Norambuena
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra
- Re: Fix comment for max_cached_tuplebufs definition Bruce Momjian
- Re: control max length of parameter values logged Bruce Momjian
- Re: control max length of parameter values logged Tom Lane
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: [PATCH] Skip llvm bytecode generation if LLVM is missing Craig Ringer
- Re: Additional improvements to extended statistics Thomas Munro
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: truncating timestamps on arbitrary intervals John Naylor
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: backend type in log_line_prefix? Justin Pryzby
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: backend type in log_line_prefix? Peter Eisentraut
- Re: backend type in log_line_prefix? Peter Eisentraut
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- expose parallel leader in CSV and log_line_prefix Justin Pryzby
- Re: expose parallel leader in CSV and log_line_prefix Julien Rouhaud
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Additional improvements to extended statistics Dean Rasheed
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Fabien COELHO
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: proposal: new polymorphic types - commontype and commontypearray Pavel Stehule
- Re: WAL usage calculation patch Kirill Bychik
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: Memory-Bounded Hash Aggregation Jeff Davis
- More weird stuff in polymorphic type resolution Tom Lane
- Re: control max length of parameter values logged Alvaro Herrera
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- RE: Planning counters in pg_stat_statements (using pgss_store) [email protected]
- comments on elements of xlogctldata Atsushi Torikoshi
- type of some table storage params on doc Atsushi Torikoshi
- Re: comments on elements of xlogctldata Fujii Masao
- add types to index storage params on doc Atsushi Torikoshi
- Re: ssl passphrase callback Andreas Karlsson
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: add types to index storage params on doc Fujii Masao
- Re: backend type in log_line_prefix? Fujii Masao
- Re: add types to index storage params on doc Peter Geoghegan
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada
- Re: Online checksums verification in the backend Michael Paquier
- Re: [HACKERS] WAL logging problem in 9.4.3? Noah Misch
- Re: Berserk Autovacuum (let's save next Mandrill) Masahiko Sawada
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: allow online change primary_conninfo Michael Paquier
- Re: effective_io_concurrency's steampunk spindle maths Thomas Munro
- Re: Expose lock group leader pid in pg_stat_activity Justin Pryzby
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Online checksums verification in the backend Masahiko Sawada
- Re: backup manifests Suraj Kharage
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: Expose lock group leader pid in pg_stat_activity Justin Pryzby
- Re: Expose lock group leader pid in pg_stat_activity Michael Paquier
- Re: backup manifests Suraj Kharage
- Re: WIP/PoC for parallel backup Rajkumar Raghuwanshi
- Re: error context for vacuum to include block number Amit Kapila
- Re: WIP/PoC for parallel backup Asif Rehman
- Re: [Proposal] Global temporary tables Prabhat Sahu
- Re: WIP/PoC for parallel backup Rajkumar Raghuwanshi
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Kuntal Ghosh
- Re: ALTER tbl rewrite loses CLUSTER ON index Amit Langote
- Re: Internal key management system Masahiko Sawada
- Re: add types to index storage params on doc Atsushi Torikoshi
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Collation versioning Michael Paquier
- Re: [Proposal] Global temporary tables Konstantin Knizhnik
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule
- Re: WIP/PoC for parallel backup Jeevan Chalke
- Re: [Proposal] Global temporary tables tushar
- Re: [Proposal] Global temporary tables Pavel Stehule
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: [Proposal] Global temporary tables Prabhat Sahu
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: backup manifests tushar
- Re: v13 latest snapshot build error Devrim Gündüz
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Hugh McMaster
- Re: Replication & recovery_min_apply_delay Asim R P
- Re: [PATCH] Connection time for \conninfo David Steele
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: adding partitioned tables to publications Peter Eisentraut
- Re: WIP/PoC for parallel backup Rajkumar Raghuwanshi
- Re: improve transparency of bitmap-only heap scans James Coleman
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: [PATCH] kNN for btree Alexander Korotkov
- Re: Libpq support to connect to standby server as priority David Steele
- Re: ALTER tbl rewrite loses CLUSTER ON index Justin Pryzby
- Re: VACUUM memory management David Steele
- Re: Parallel leader process info in EXPLAIN David Steele
- Re: row filtering for logical replication David Steele
- Re: Collation versioning Julien Rouhaud
- [PATCH] Btree BackwardScan race condition on Standby during VACUUM Michail Nikolaev
- Re: error context for vacuum to include block number Alvaro Herrera
- Re: Option to dump foreign data in pg_dump David Steele
- Re: ALTER tbl rewrite loses CLUSTER ON index Alvaro Herrera
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Daniel Gustafsson
- Re: Refactor compile-time assertion checks for C/C++ Tom Lane
- Re: add types to index storage params on doc Alvaro Herrera
- Re: Feature improvement: can we add queryId forpg_catalog.pg_stat_activity view? Julien Rouhaud
- Re: [PATCH] Connection time for \conninfo Juan José Santamaría Flecha
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Fabien COELHO
- Re: [PATCH] Opclass parameters Alexander Korotkov
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: [PATCH] Connection time for \conninfo David Steele
- JDBC prepared insert and X00 and SQL_ASCII gmail Vladimir Koković
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: Re: A bug when use get_bit() function for a long bytea string Ashutosh Bapat
- Standby got fatal after the crash recovery Thunder
- Re: Internal key management system Bruce Momjian
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Fabien COELHO
- Make MemoryContextMemAllocated() more precise Jeff Davis
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: pgsql: Unify several ways to tracking backend type Alvaro Herrera
- Re: Planning counters in pg_stat_statements (using pgss_store) legrand legrand
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Daniel Gustafsson
- nbtree: Refactor "fastpath" and _bt_search() code Peter Geoghegan
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Just for fun: Postgres 20? Bruce Momjian
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: Portal->commandTag as an enum Alvaro Herrera
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud
- How to install https://github.com/sraoss/pgsql-ivm on postgress ankurthakkar
- Re: Add PostgreSQL home page to --help output Bruce Momjian
- Re: Add PostgreSQL home page to --help output Bruce Momjian
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Alvaro Herrera
- Adding test coverage for ALTER SEQUENCE .. SET SCHEMA Mark Dilger
- Adding missing object access hook invocations Mark Dilger
- RE: Planning counters in pg_stat_statements (using pgss_store) [email protected]
- Re: Add PostgreSQL home page to --help output Alvaro Herrera
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Adding missing object access hook invocations Alvaro Herrera
- Re: Parallel leader process info in EXPLAIN Thomas Munro
- Re: SQL/JSON: functions Nikita Glukhov
- Re: Adding missing object access hook invocations Mark Dilger
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed at end-of-transaction Tom Lane
- Re: pg11+: pg_ls_*dir LIMIT 1: temporary files .. not closed atend-of-transaction Justin Pryzby
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: Add PostgreSQL home page to --help output Michael Paquier
- Re: Refactor compile-time assertion checks for C/C++ Tom Lane
- Re:Standby got fatal after the crash recovery Thunder
- Re: RecoveryWalAll and RecoveryWalStream wait events Fujii Masao
- Re:Re:Standby got fatal after the crash recovery Thunder
- Re: comments on elements of xlogctldata Fujii Masao
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: Autovacuum on partitioned table yuzuko
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: Re:Standby got fatal after the crash recovery Michael Paquier
- [Proposal] Global temporary tables 曾文旌(义从)
- Re: error context for vacuum to include block number Amit Kapila
- Re: [Proposal] Global temporary tables 曾文旌(义从)
- Re: error context for vacuum to include block number Justin Pryzby
- Re:Re: Re:Standby got fatal after the crash recovery Thunder
- Re: Refactor compile-time assertion checks for C/C++ Michael Paquier
- Re: error context for vacuum to include block number Amit Kapila
- Re: range_agg Paul A Jungwirth
- Re: [PATCH] Btree BackwardScan race condition on Standby duringVACUUM Andrey M. Borodin
- Re: ALTER tbl rewrite loses CLUSTER ON index Michael Paquier
- Re: add types to index storage params on doc Atsushi Torikoshi
- Re: error context for vacuum to include block number Amit Kapila
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: Collation versioning Michael Paquier
- Re: Collation versioning Julien Rouhaud
- Re: custom postgres launcher for tests Ivan N. Taranov
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Etsuro Fujita
- Missing errcode() in ereport Masahiko Sawada
- Re: Missing errcode() in ereport Amit Kapila
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Fabien COELHO
- Re: Missing errcode() in ereport Julien Rouhaud
- Re: Missing errcode() in ereport Michael Paquier
- Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule
- Re: Missing errcode() in ereport Amit Kapila
- Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov
- Re: Collation versioning Julien Rouhaud
- Re: Improving connection scalability: GetSnapshotData() David Rowley
- Assert() failures during RI checks Antonin Houska
- Re: custom postgres launcher for tests Ivan N. Taranov
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: plan cache overhead on plpgsql expression David Steele
- Re: Commitfest 2020-03 Now in Progress David Steele
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Dean Rasheed
- Re: [HACKERS] make async slave to wait for lsn to be replayed Kartyshov Ivan
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Dilip Kumar
- Re: plan cache overhead on plpgsql expression Amit Langote
- Re: Missing errcode() in ereport Tom Lane
- Re: How to install https://github.com/sraoss/pgsql-ivm on postgress Chapman Flack
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: WAL usage calculation patch Julien Rouhaud
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library Tom Lane
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Dean Rasheed
- Re: ALTER tbl rewrite loses CLUSTER ON index Justin Pryzby
- Re: Collation versioning Peter Eisentraut
- Re: Collation versioning Christoph Berg
- Re: BEFORE ROW triggers for partitioned tables Ashutosh Bapat
- Re: allow online change primary_conninfo Sergei Kornilov
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: Collation versioning Julien Rouhaud
- Re: allow online change primary_conninfo Alvaro Herrera
- Re: SQL/JSON: functions Pavel Stehule
- Re: Adding missing object access hook invocations Andres Freund
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- Re: backend type in log_line_prefix? Mike Palmiotto
- Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*) Justin Pryzby
- Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Tom Lane
- Re: logical copy_replication_slot issues Alvaro Herrera
- Re: WAL usage calculation patch Kirill Bychik
- Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM Peter Geoghegan
- Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM Peter Geoghegan
- Re: Adding missing object access hook invocations Mark Dilger
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: allow online change primary_conninfo Sergei Kornilov
- Re: WAL usage calculation patch Julien Rouhaud
- Re: pgsql: walreceiver uses a temporary replication slot by default Sergei Kornilov
- Re: Error on failed COMMIT Bruce Momjian
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Error on failed COMMIT Vladimir Sitnikov
- Re: Attempt to consolidate reading of XLOG page Alvaro Herrera
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: Auxiliary Processes and MyAuxProc Justin Pryzby
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: Parallel leader process info in EXPLAIN James Coleman
- Re: Error on failed COMMIT Dave Cramer
- Re: Error on failed COMMIT Bruce Momjian
- Re: Error on failed COMMIT Dave Cramer
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: [PATCH] Opclass parameters Nikita Glukhov
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: Small docs bugfix: make it clear what can be used in UPDATE FROMand DELETE USING Bruce Momjian
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: Auxiliary Processes and MyAuxProc Alvaro Herrera
- Re: Autovacuum on partitioned table yuzuko
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: WIP: WAL prefetch (another approach) Alvaro Herrera
- Re: Autovacuum on partitioned table Alvaro Herrera
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Re: Berserk Autovacuum (let's save next Mandrill) James Coleman
- Re: Collation versioning Michael Paquier
- Re: Standby got fatal after the crash recovery Ian Barwick
- Re: Standby got fatal after the crash recovery Michael Paquier
- Re: A bug when use get_bit() function for a long bytea string [email protected]
- Re: ALTER tbl rewrite loses CLUSTER ON index Michael Paquier
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: Small docs bugfix: make it clear what can be used in UPDATE FROM and DELETE USING Tom Lane
- Re: adding partitioned tables to publications Amit Langote
- Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Amit Kapila
- Re: Missing errcode() in ereport Amit Kapila
- Re: Berserk Autovacuum (let's save next Mandrill) Justin Pryzby
- Re: [PATCH] Erase the distinctClause if the result is unique by definition David Rowley
- Re: Online checksums verification in the backend Michael Paquier
- RE: Multivariate MCV list vs. statistics target Shinoda, Noriyoshi (PN Japan A&PS Delivery)
- Re: Adding missing object access hook invocations Michael Paquier
- Re: Missing errcode() in ereport Amit Kapila
- Re: [PATCH] Erase the distinctClause if the result is unique by definition Andy Fan
- Re: control max length of parameter values logged keisuke kuroda
- GSoC applicant proposal, Uday PB p.b uday
- Re: WIP: WAL prefetch (another approach) Thomas Munro
- Re: proposal: schema variables Pavel Stehule
- Re: WAL usage calculation patch Kirill Bychik
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: Online checksums verification in the backend Julien Rouhaud
- RE: Complete data erasure [email protected]
- Re: control max length of parameter values logged Justin Pryzby
- Re: type of some table storage params on doc Michael Paquier
- Re: adding partitioned tables to publications Amit Langote
- Re: Collation versioning Michael Paquier
- Re: Collation versioning Julien Rouhaud
- Re: RecoveryWalAll and RecoveryWalStream wait events Atsushi Torikoshi
- RE: [PoC] Non-volatile WAL buffer Takashi Menjo
- Re: add types to index storage params on doc Fujii Masao
- SupportRequestSimplify and SQL SRF Ronan Dunklau
- Re: RecoveryWalAll and RecoveryWalStream wait events Fujii Masao
- Re: Online checksums verification in the backend Julien Rouhaud
- Re: adding partitioned tables to publications Peter Eisentraut
- Re: [PATCH] Add schema and table names to partition error Amit Kapila
- Re: Multivariate MCV list vs. statistics target Tomas Vondra
- Re: JDBC prepared insert and X00 and SQL_ASCII gmail Vladimir Koković
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- RE: Multivariate MCV list vs. statistics target Shinoda, Noriyoshi (PN Japan A&PS Delivery)
- Re: RecoveryWalAll and RecoveryWalStream wait events Atsushi Torikoshi
- Re: SupportRequestSimplify and SQL SRF Tom Lane
- Re: Auxiliary Processes and MyAuxProc Justin Pryzby
- Re: adding partitioned tables to publications Amit Langote
- Re: SupportRequestSimplify and SQL SRF Ronan Dunklau
- Thinko in index_concurrently_swap comment Julien Rouhaud
- Re: Adding missing object access hook invocations Mark Dilger
- Re: BEFORE ROW triggers for partitioned tables Ashutosh Bapat
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- Re: Collation versioning Julien Rouhaud
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- potential stuck lock in SaveSlotToPath() Peter Eisentraut
- Re: Multivariate MCV list vs. statistics target Tomas Vondra
- Re: PATCH: add support for IN and @> in functional-dependencystatistics use Tomas Vondra
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Magnus Hagander
- Re: Small docs bugfix: make it clear what can be used in UPDATE FROMand DELETE USING Bruce Momjian
- Re: Autovacuum on partitioned table (autoanalyze) Justin Pryzby
- Re: proposal: new polymorphic types - commontype and commontypearray Pavel Stehule
- Re: pg_stat_progress_basebackup - progress reporting forpg_basebackup, in the server side Fujii Masao
- Re: Small docs bugfix: make it clear what can be used in UPDATE FROM and DELETE USING Tom Lane
- Re: type of some table storage params on doc Alvaro Herrera
- Re: Auxiliary Processes and MyAuxProc Alvaro Herrera
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: Auxiliary Processes and MyAuxProc Mike Palmiotto
- Re: proposal: new polymorphic types - commontype and commontypearray Pavel Stehule
- Re: type of some table storage params on doc Tom Lane
- Re: Berserk Autovacuum (let's save next Mandrill) Andres Freund
- Re: proposal: new polymorphic types - commontype and commontypearray Tom Lane
- Re: type of some table storage params on doc Alvaro Herrera
- Re: type of some table storage params on doc Tom Lane
- Re: WAL usage calculation patch Julien Rouhaud
- Re: proposal: new polymorphic types - commontype and commontypearray Pavel Stehule
- Re: type of some table storage params on doc Alvaro Herrera
- Re: Berserk Autovacuum (let's save next Mandrill) James Coleman
- Re: Berserk Autovacuum (let's save next Mandrill) James Coleman
- Re: WAL usage calculation patch Kirill Bychik
- Re: Small docs bugfix: make it clear what can be used in UPDATE FROMand DELETE USING David G. Johnston
- Re: Minimal logical decoding on standbys Alvaro Herrera
- Re: Minimal logical decoding on standbys Alvaro Herrera
- Re: potential stuck lock in SaveSlotToPath() Andres Freund
- Re: WAL usage calculation patch Julien Rouhaud
- Re: Additional improvements to extended statistics Tomas Vondra
- Re: Minimal logical decoding on standbys Alvaro Herrera
- Re: potential stuck lock in SaveSlotToPath() Alvaro Herrera
- Re: Berserk Autovacuum (let's save next Mandrill) Laurenz Albe
- Re: potential stuck lock in SaveSlotToPath() Thomas Munro
- Re: potential stuck lock in SaveSlotToPath() Andres Freund
- Re: Collation versioning Peter Eisentraut
- Re: BEFORE ROW triggers for partitioned tables Alvaro Herrera
- Re: Collation versioning Julien Rouhaud
- Re: expose parallel leader in CSV and log_line_prefix Justin Pryzby
- Re: BEFORE ROW triggers for partitioned tables Alvaro Herrera
- Re: [PATCH] Add schema and table names to partition error Chris Bandy
- Re: Make MemoryContextMemAllocated() more precise Jeff Davis
- Re: Define variables in the approprieate scope Bruce Momjian
- Re: pgsql: Disk-based Hash Aggregation. Alvaro Herrera