pgsql-hackers since 2018-03-08 12:54

The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

March 8, 2018

Thread Author Time
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Pavan Deolasee 12:54
Re: ALTER TABLE ADD COLUMN fast default David Rowley 13:11
Re: Failed to request an autovacuum work-item in silence Alvaro Herrera 13:46
Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Julian Markwort 13:55
Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) 📎 Julian Markwort 13:58
Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas 14:01
Re: [HACKERS] Subscription code improvements Masahiko Sawada 14:08
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Robert Haas 14:15
Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke 14:15
Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas 14:19
Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke 14:32
Re: [HACKERS] MERGE SQL Statement for PG11 Robert Haas 14:52
RE: unique indexes on partitioned tables Shinoda, Noriyoshi 14:52
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane 15:07
Re: unique indexes on partitioned tables Alvaro Herrera 15:29
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane 15:29
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Prabhat Sahu 15:53
Re: WIP: Covering + unique indexes. 📎 Anastasia Lubennikova 16:13
Re: Server won't start with fallback setting by initdb. Tom Lane 16:30
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Tom Lane 16:45
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Robert Haas 16:57
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas 16:57
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane 17:03
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Robert Haas 17:07
Re: Testbed for predtest.c ... and some arguable bugs therein Robert Haas 17:14
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Pavan Deolasee 17:25
Re: Temporary tables prevent autovacuum, leading to XID wraparound Robert Haas 17:29
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Robert Haas 18:00
Re: [HACKERS] proposal: schema variables 📎 Pavel Stehule 18:00
Re: FOR EACH ROW triggers on partitioned tables 📎 Alvaro Herrera 18:06
Re: Temporary tables prevent autovacuum, leading to XID wraparound Tom Lane 18:09
Re: Testbed for predtest.c ... and some arguable bugs therein Tom Lane 18:32
disable SSL compression? Peter Eisentraut 18:40
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane 18:46
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Andres Freund 18:48
Re: public schema default ACL Robert Haas 19:00
Re: [HACKERS] GnuTLS support 📎 Peter Eisentraut 19:13
Re: Temporary tables prevent autovacuum, leading to XID wraparound Robert Haas 19:15
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Andres Freund 19:19
Re: Handling better supported channel binding types for SSL implementations Peter Eisentraut 19:19
Re: disable SSL compression? Claudio Freire 19:23
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Tom Lane 19:25
Re: parallel append vs. simple UNION ALL Robert Haas 19:34
Re: parallel append vs. simple UNION ALL 📎 Robert Haas 19:58
Re: JIT compiling with LLVM v11 Andres Freund 19:58
Re: JIT compiling with LLVM v11 Andres Freund 20:12
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Andres Freund 20:23
Re: RFC: Add 'taint' field to pg_control. Andres Freund 20:26
Re: JIT compiling with LLVM v11 Thomas Munro 20:31
Re: Implementing SQL ASSERTION Joe Wildish 21:11
Re: Implementing SQL ASSERTION David Fetter 21:12
using worker_spi as pattern Jeremy Finzel 21:29
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 22:46
Re: Testbed for predtest.c ... and some arguable bugs therein Tom Lane 23:24
Re: [HACKERS] MERGE SQL Statement for PG11 Tomas Vondra 23:29
Re: [HACKERS] GUC for cleanup indexes threshold. 📎 Alexander Korotkov 23:43

March 9, 2018

Thread Author Time
Re: using worker_spi as pattern Michael Paquier 00:09
Re: Speed up the removal of WAL files Michael Paquier 00:23
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 00:43
RE: Speed up the removal of WAL files Tsunakawa, Takayuki 00:50
Re: disable SSL compression? Peter Eisentraut 02:06
Re: csv format for psql Peter Eisentraut 02:13
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 02:59
Re: csv format for psql Pavel Stehule 04:23
Re: using worker_spi as pattern Jeremy Finzel 05:04
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 05:16
Re: disable SSL compression? Craig Ringer 05:24
Re: disable SSL compression? Claudio Freire 06:05
Re: disable SSL compression? Gasper Zejn 06:17
Re: using worker_spi as pattern Michael Paquier 06:34
Re: public schema default ACL Noah Misch 06:54
Re: public schema default ACL Noah Misch 07:04
Re: Let's remove DSM_INPL_NONE. 📎 Kyotaro HORIGUCHI 07:07
Re: [bug fix] pg_rewind creates corrupt WAL files, and the standby cannot catch up the primary Michael Paquier 07:11
Re: public schema default ACL Noah Misch 07:14
Re: csv format for psql Fabien COELHO 07:40
Fixes for missing schema qualifications 📎 Michael Paquier 07:55
Re: [PATCH] Improve geometric types Kyotaro HORIGUCHI 08:11
Problem while setting the fpw with SIGHUP 📎 Dilip Kumar 08:12
RE: [bug fix] pg_rewind creates corrupt WAL files, and the standby cannot catch up the primary 📎 Tsunakawa, Takayuki 08:22
Re: WIP: a way forward on bootstrap data 📎 John Naylor 08:32
Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI 08:40
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key 📎 amul sul 09:32
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key amul sul 09:48
Re: [PATCH] Improve geometric types Emre Hasegeli 10:17
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 10:51
Re: inserts into partitioned table may cause crash 📎 Etsuro Fujita 11:18
Re: [HACKERS] Another oddity in handling of WCO constraints in postgres_fdw Etsuro Fujita 11:55
Re: Testbed for predtest.c ... and some arguable bugs therein Robert Haas 12:08
Re: [HACKERS] GUC for cleanup indexes threshold. 📎 Masahiko Sawada 12:12
Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full Julian Markwort 13:11
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut 13:40
Re: disable SSL compression? Magnus Hagander 14:06
Re: Fixes for missing schema qualifications David Steele 14:35
Re: Testbed for predtest.c ... and some arguable bugs therein Tom Lane 14:47
Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov 14:51
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Pavan Deolasee 14:55
Re: [HACKERS] MERGE SQL Statement for PG11 Alvaro Herrera 15:17
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Peter Eisentraut 15:19
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Peter Eisentraut 16:07
Re: csv format for psql Pavel Stehule 16:48
Re: Precision loss casting float to numeric Emre Hasegeli 17:05
Re: Implementing SQL ASSERTION Robert Haas 17:37
Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee 17:54
Re: Failed to request an autovacuum work-item in silence 📎 Masahiko Sawada 18:08
Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov 18:40
Re: Faster inserts with mostly-monotonically increasing values Claudio Freire 18:41
Re: [HACKERS] Runtime Partition Pruning Jesper Pedersen 18:50
Re: PATCH: Configurable file mode mask 📎 David Steele 18:51
Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) Arthur Zakirov 19:17
Re: csv format for psql Daniel Verite 19:20
Re: csv format for psql Daniel Verite 19:42
Re: csv format for psql David G. Johnston 20:00
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera 20:07
Re: Implementing SQL ASSERTION Thomas Munro 20:11
Re: JIT compiling with LLVM v11 Peter Eisentraut 20:28
Re: FOR EACH ROW triggers on partitioned tables 📎 Alvaro Herrera 20:41
Re: JIT compiling with LLVM v11 Peter Eisentraut 20:42
Re: JIT compiling with LLVM v11 Andres Freund 20:56
Re: using worker_spi as pattern Jeremy Finzel 21:03
Re: FOR EACH ROW triggers on partitioned tables 📎 Alvaro Herrera 21:05
Re: JIT compiling with LLVM v11 Andres Freund 21:08
Re: [PATCH] Verify Checksums during Basebackups 📎 Michael Banck 21:35
Re: PQHost() undefined behavior if connecting string contains both host and hostaddr types Peter Eisentraut 21:42
Re: csv format for psql Daniel Verite 22:18
Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut 22:23
Bogus use of canonicalize_qual Tom Lane 22:37

March 10, 2018

Thread Author Time
Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) 📎 Yura Sokolov 02:11
Re: csv format for psql David G. Johnston 02:58
Re: constraint exclusion and nulls in IN (..) clause 📎 Tom Lane 04:40
Re: csv format for psql Fabien COELHO 06:45
Re: csv format for psql Fabien COELHO 06:49
Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patch for hash index 📎 Amit Kapila 07:40
Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patch for hash index 📎 Amit Kapila 07:53
Re: Fixes for missing schema qualifications Michael Paquier 08:14
Re: Fixes for missing schema qualifications Noah Misch 08:36
Re: using index or check in ALTER TABLE SET NOT NULL 📎 Sergei Kornilov 09:35
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Amit Kapila 11:55
Re: remove pg_class.relhaspkey Tomas Vondra 12:52
Re: Online enabling of checksums Michael Banck 12:53
Re: Concurrency bug in UPDATE of partition-key Amit Kapila 13:03
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Mark Dilger 13:08
Re: disable SSL compression? Craig Ringer 13:43
Google Summer of Code: Potential Applicant Christos Maris 13:46
Re: Sample values for pg_stat_statements Tomas Vondra 14:02
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra 14:05
Re: [WIP PATCH] Index scan offset optimisation using visibility map 📎 Michail Nikolaev 14:20
Re: [HACKERS] GUC for cleanup indexes threshold. 📎 Alexander Korotkov 14:49
Re: Online enabling of checksums Michael Banck 15:09
Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov 15:42
Re: [PROPOSAL] timestamp informations to pg_stat_statements legrand legrand 15:43
Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov 17:05
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Alvaro Herrera 17:19
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera 18:02
Re: Fixes for missing schema qualifications Alvaro Herrera 18:13
Re: All Taxi Services need Index Clustered Heap Append legrand legrand 18:32
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Mark Dilger 18:43
Re: [RFC] What would be difficult to make data models pluggable for making PostgreSQL a multi-model database? Henry 19:39
Re: [PROPOSAL] timestamp informations to pg_stat_statements Tomas Vondra 20:12
Re: Bogus use of canonicalize_qual 📎 Tom Lane 20:21
Re: [HACKERS] PATCH: multivariate histograms and MCV lists 📎 Tomas Vondra 21:29
VACUUM FULL vs dropped columns Andrew Dunstan 22:37
Intermittent pg_ctl failures on Windows Tom Lane 22:48
Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra 23:11
Re: VACUUM FULL vs dropped columns Tom Lane 23:19
Re: VACUUM FULL vs dropped columns Andrew Dunstan 23:24
Re: disable SSL compression? Peter Eisentraut 23:36

March 11, 2018

Thread Author Time
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 03:57
Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee 05:22
Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee 05:27
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 05:48
Re: Parallel Aggregates for string_agg and array_agg 📎 David Rowley 06:31
initdb help message about WAL segment size 📎 Magnus Hagander 07:23
Re: disable SSL compression? Magnus Hagander 08:00
Re: initdb help message about WAL segment size Michael Paquier 09:08
Re: Bogus use of canonicalize_qual Dean Rasheed 09:09
Re: PATCH: Unlogged tables re-initialization tests Michael Paquier 09:11
Re: MCV lists for highly skewed distributions 📎 Dean Rasheed 09:23
Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin 09:29
Parallel index creation does not properly cleanup after error David Rowley 10:22
Re: Parallel Aggregates for string_agg and array_agg Tomas Vondra 11:10
Re: [HACKERS] GUC for cleanup indexes threshold. 📎 Alexander Korotkov 11:19
Re: [HACKERS] why not parallel seq scan for slow functions 📎 Amit Kapila 12:19
Re: disable SSL compression? 📎 Peter Eisentraut 13:05
Re: [bug fix] pg_rewind creates corrupt WAL files, and the standby cannot catch up the primary 📎 Michael Paquier 14:04
Inconsistent behavior in serializable snapshot Kuntal Ghosh 14:22
Re: [bug fix] pg_rewind creates corrupt WAL files, and the standby cannot catch up the primary Justin Pryzby 14:56
Re: ALTER TABLE ADD COLUMN fast default David Rowley 14:59
[GSOC 18] Performance Farm Project——Initialization Project 📎 Hongyuan Ma 15:12
Re: Faster inserts with mostly-monotonically increasing values Claudio Freire 15:48
Re: disable SSL compression? Magnus Hagander 16:07
GSOC 2018 proposal Charles Cui 16:12
Re: JIT compiling with LLVM v11 Peter Eisentraut 17:19
Re: JIT compiling with LLVM v11 Peter Eisentraut 17:21
Re: Bogus use of canonicalize_qual Tom Lane 17:23
Re: disable SSL compression? Tom Lane 17:28
Re: JIT compiling with LLVM v11 Andres Freund 18:25
Re: [GSOC 18] Performance Farm Project——Initialization Project Dave Page 18:26
Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patch for hash index Alexander Korotkov 18:32
Re: [HACKERS] GSoC 2017: weekly progress reports (week 4) and patch for hash index Alexander Korotkov 18:48

Browse Archives

Prev | Next