pgsql-hackers since 2017-11-30 00:00

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

Nov. 30, 2017

Thread Author Time
Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only) 📎 Michael Paquier 00:07
Re: [HACKERS] Issues with logical replication 📎 Petr Jelinek 00:30
Re: [HACKERS] postgres_fdw: Add support for INSERT OVERRIDING clause Michael Paquier 00:59
Re: [HACKERS] JIT compiling expressions/deform + inlining prototype v2.0 Michael Paquier 01:01
Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only) 📎 Amit Langote 01:11
Re: [HACKERS] CONNECTION LIMIT and Parallel Query don't play well together Michael Paquier 01:15
Re: [HACKERS] Parallel Hash take II 📎 Thomas Munro 01:17
Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only) 📎 Amit Langote 01:17
Re: [HACKERS] WIP: [[Parallel] Shared] Hash Michael Paquier 01:20
Re: Protect syscache from bloating with negative cache entries Michael Paquier 01:25
Re: [HACKERS] Parallel Append implementation Michael Paquier 01:26
Re: [HACKERS] WIP: [[Parallel] Shared] Hash Thomas Munro 01:28
Re: [HACKERS] Re: Improve OR conditions on joined columns (common star schema problem) Michael Paquier 01:29
Re: [HACKERS] SERIALIZABLE with parallel query Michael Paquier 01:32
Re: [HACKERS] [PATCH] Incremental sort (was: PoC: Partial sort) Michael Paquier 01:34
Re: [HACKERS] path toward faster partition pruning Amit Langote 01:38
Re: [HACKERS] path toward faster partition pruning Amit Langote 01:43
Re: [HACKERS] SERIALIZABLE with parallel query Thomas Munro 01:44
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Michael Paquier 01:52
Re: [HACKERS] PoC: full merge join on comparison clause Michael Paquier 01:54
Re: [HACKERS] Cached plans and statement generalization Michael Paquier 01:59
Re: [HACKERS] Surjective functional indexes Michael Paquier 02:02
Re: [HACKERS] [POC] Faster processing at Gather node Michael Paquier 02:03
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada 02:05
Re: [HACKERS] <> join selectivity estimate question Michael Paquier 02:06
RE: [HACKERS] Cached plans and statement generalization Tsunakawa, Takayuki 02:07
Re: [HACKERS] Block level parallel vacuum WIP Michael Paquier 02:09
Re: [HACKERS] Cached plans and statement generalization Michael Paquier 02:10
Re: [HACKERS] Partition-wise aggregation/grouping Michael Paquier 02:15
Re: [HACKERS] Secondary index access optimizations Michael Paquier 02:16
Re: [HACKERS] path toward faster partition pruning Michael Paquier 02:18
Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) Michael Paquier 02:22
Re: [HACKERS] [PATCH] Overestimated filter cost and its mitigation Michael Paquier 02:26
Re: [HACKERS] path toward faster partition pruning Amit Langote 02:30
Re: [HACKERS] Parallel Hash take II Andres Freund 02:31
Re: [HACKERS] compress method for spgist - 2 Michael Paquier 02:31
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Michael Paquier 02:34
Re: [HACKERS] PATCH: enabling parallel execution for cursors explicitly (experimental) Michael Paquier 02:37
Re: [HACKERS] Proposal: generic WAL compression Michael Paquier 02:40
Re: [HACKERS] Removing LEFT JOINs in more cases Michael Paquier 02:41
Re: [HACKERS] plpgsql - additional extra checks Michael Paquier 02:44
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath 📎 David Rowley 03:04
Re: [HACKERS] <> join selectivity estimate question Tom Lane 03:08
Re: [HACKERS] PoC plpgsql - possibility to force custom or generic plan Michael Paquier 03:12
Re: [HACKERS] Transaction control in procedures Michael Paquier 03:14
Re: [HACKERS] postgres_fdw super user checks Ashutosh Bapat 03:15
Re: [HACKERS] pg_serial early wraparound Michael Paquier 03:16
Re: [HACKERS] create_unique_path and GEQO Michael Paquier 03:20
Re: [HACKERS] eval_const_expresisions and ScalarArrayOpExpr Michael Paquier 03:23
Re: [HACKERS] Challenges preventing us moving to 64 bit transaction id (XID)? Michael Paquier 03:26
Re: [HACKERS] Subscription code improvements Michael Paquier 03:28
Re: [HACKERS] create_unique_path and GEQO Ashutosh Bapat 03:30
Re: Protect syscache from bloating with negative cache entries Robert Haas 03:32
Re: [HACKERS] [PATCH] Call RelationDropStorage() for broader range of object drops. Michael Paquier 03:33
Re: Protect syscache from bloating with negative cache entries Michael Paquier 03:35
Re: [HACKERS] postgres_fdw bug in 9.6 Michael Paquier 03:37
Re: [HACKERS] make async slave to wait for lsn to be replayed Michael Paquier 03:40
Re: [HACKERS] Replication status in logical replication Michael Paquier 03:41
Re: [HACKERS] Restricting maximum keep segments by repslots Michael Paquier 03:44
Re: [HACKERS] [PATCH] Add ALWAYS DEFERRED option for constraints Michael Paquier 03:48
Re: [HACKERS] Bug in to_timestamp(). Michael Paquier 03:50
Re: [HACKERS] Add support for tuple routing to foreign partitions Michael Paquier 03:51
Re: [HACKERS] [PATCH] Pattern based listeners for asynchronous messaging (LISTEN/NOTIFY) Michael Paquier 03:59
Re: [HACKERS] Remove 1MB size limit in tsvector Michael Paquier 04:02
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables Michael Paquier 04:07
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Michael Paquier 04:11
Re: pl/perl extension fails on Windows Noah Misch 04:14
Re: [HACKERS] WIP: Aggregation push-down Michael Paquier 04:15
Re: Protect syscache from bloating with negative cache entries Tom Lane 04:17
Re: [HACKERS] Custom compression methods Michael Paquier 04:18
Re: WIP: BRIN multi-range indexes Michael Paquier 04:20
Re: [HACKERS] Proposal: Local indexes for partitioned table Michael Paquier 04:25
Re: [HACKERS] Flexible configuration for full-text search Michael Paquier 04:27
Re: [HACKERS] [PROPOSAL] Temporal query processing with range types Michael Paquier 04:28
Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling Michael Paquier 04:31
Re: [HACKERS] INSERT .. ON CONFLICT DO SELECT [FOR ..] Michael Paquier 04:34
Re: pl/perl extension fails on Windows Tom Lane 04:34
Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE Michael Paquier 04:35
Re: [HACKERS] Dynamic result sets from procedures Michael Paquier 04:37
Re: [HACKERS] INSERT .. ON CONFLICT DO SELECT [FOR ..] Peter Geoghegan 04:39
Re: pl/perl extension fails on Windows Noah Misch 04:41
Re: pl/perl extension fails on Windows Michael Paquier 04:41
Re: [HACKERS] log_destination=file Michael Paquier 04:44
Re: pl/perl extension fails on Windows Tom Lane 04:45
Re: [HACKERS] REINDEX CONCURRENTLY 2.0 Michael Paquier 04:45
Re: Commit fest 2017-11 Michael Paquier 04:51
Re: [HACKERS] <> join selectivity estimate question Thomas Munro 04:55
Re: [HACKERS] Runtime Partition Pruning Beena Emerson 05:16
RE: Commit fest 2017-11 Tsunakawa, Takayuki 05:29
Re: Allowing SSL connection of v11 client to v10 server with SCRAM channel binding 📎 Michael Paquier 05:36
Re: Commit fest 2017-11 Amit Langote 05:39
Re: Commit fest 2017-11 Michael Paquier 05:39
RE: Commit fest 2017-11 Tsunakawa, Takayuki 05:46
Re: Commit fest 2017-11 Andrey Borodin 05:53
Re: [HACKERS] logical decoding of two-phase transactions Craig Ringer 05:54
Re: Commit fest 2017-11 Michael Paquier 05:56
Re: [HACKERS] Removing LEFT JOINs in more cases 📎 David Rowley 06:50
ASCII Null control character validation 📎 Alexey Chernyshov 08:13
Re: [HACKERS] create_unique_path and GEQO Ashutosh Bapat 08:33
Re: [HACKERS] Issues with logical replication Stas Kelvich 08:58
Re: Unclear regression test for postgres_fdw Jeevan Chalke 10:14
Re: es_query_dsa is broken Thomas Munro 10:19
Re: Unclear regression test for postgres_fdw 📎 Jeevan Chalke 10:36
Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke 10:38
Re: [HACKERS] Issues with logical replication Simon Riggs 10:48
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager 📎 Masahiko Sawada 11:20
Re: [HACKERS] Refactoring identifier checks to consistently use strcmp 📎 Daniel Gustafsson 11:40
Re: [HACKERS] Proposal: Local indexes for partitioned table Alvaro Herrera 12:02
Re: [HACKERS] Proposal: Local indexes for partitioned table Alvaro Herrera 12:03
Re: [HACKERS] INSERT .. ON CONFLICT DO SELECT [FOR ..] Marko Tiikkaja 12:29
Re: [HACKERS] Removing LEFT JOINs in more cases Ashutosh Bapat 12:40
Re: [HACKERS] postgres_fdw bug in 9.6 Etsuro Fujita 12:55
Re: [HACKERS] UPDATE of partition key 📎 Amit Khandekar 13:18
Re: [HACKERS] UPDATE of partition key 📎 Amit Khandekar 13:26
Re: [HACKERS] postgres_fdw bug in 9.6 Tom Lane 14:22
Re: ASCII Null control character validation Tom Lane 14:35
Re: [HACKERS] create_unique_path and GEQO Robert Haas 14:49
Re: [HACKERS] <> join selectivity estimate question Robert Haas 15:05
Re: [HACKERS] Custom compression methods Ildus Kurbangaliev 15:20
Re: [HACKERS] [PATCH] Call RelationDropStorage() for broader range of object drops. Robert Haas 15:32
Re: [HACKERS] Bug in to_timestamp(). Robert Haas 15:39
Re: Commit fest 2017-11 Andreas Karlsson 15:44
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables Robert Haas 16:02
Re: Protect syscache from bloating with negative cache entries Robert Haas 16:11
Re: [HACKERS] [PROPOSAL] Temporal query processing with range types Robert Haas 17:26
Re: pl/perl extension fails on Windows Andrew Dunstan 17:26
Re: [HACKERS] Support to COMMENT ON DATABASE CURRENT_DATABASE Robert Haas 17:41
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas 18:04
Re: [HACKERS] WIP: Covering + unique indexes. 📎 Andrey Borodin 18:07
Re: [HACKERS] SQL procedures Peter Eisentraut 18:48
Re: [HACKERS] plpgsql - additional extra checks 📎 Pavel Stehule 19:01
Re: [HACKERS] Refactoring identifier checks to consistently use strcmp Robert Haas 19:14
Re: [HACKERS] Proposal: Local indexes for partitioned table Robert Haas 19:17
Re: [HACKERS] Custom compression methods Tomas Vondra 19:47
Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley 19:56
Re: [HACKERS] postgres_fdw bug in 9.6 Robert Haas 20:39
Re: ASCII Null control character validation Peter Eisentraut 20:39
Re: [HACKERS] Bug in to_timestamp(). Arthur Zakirov 20:47
Re: [HACKERS] SQL procedures Thomas Munro 20:50
Re: [HACKERS] Custom compression methods Alvaro Herrera 20:51
Re: using index or check in ALTER TABLE SET NOT NULL Robert Haas 20:55
Re: [HACKERS] CSV Logging questions Robert Haas 21:09
Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling 📎 Alexey Kondratov 21:19
Re: [HACKERS] [PATCH] Incremental sort 📎 Alexander Korotkov 21:24
Re: [HACKERS] <> join selectivity estimate question 📎 Thomas Munro 21:41
Re: IndexTupleDSize macro seems redundant 📎 Robert Haas 21:48
Re: IndexTupleDSize macro seems redundant Peter Geoghegan 21:50
Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov 22:05
Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling Alvaro Herrera 22:58
Re: Commit fest 2017-11 Michael Paquier 22:59

Dec. 1, 2017

Thread Author Time
Re: [HACKERS] <> join selectivity estimate question Thomas Munro 00:16
Re: Combine function returning NULL unhandled? David Rowley 00:33
Re: [HACKERS] Refactoring identifier checks to consistently use strcmp Michael Paquier 00:36
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada 01:26
Re: [HACKERS] create_unique_path and GEQO Ashutosh Bapat 02:01
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables 📎 Amit Langote 02:01
Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256 📎 Michael Paquier 02:11
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables Simon Riggs 02:27
Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only) Michael Paquier 02:48
Re: [HACKERS] Commits don't block for synchronous replication Michael Paquier 02:50
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Michael Paquier 02:51
Re: [HACKERS] pow support for pgbench Michael Paquier 02:55
Re: [HACKERS] pgbench - allow to store select results into variables Michael Paquier 02:57
Re: [HACKERS] pgbench more operators & functions Michael Paquier 02:59
Re: [HACKERS] Patch: Add --no-comments to skip COMMENTs with pg_dump Michael Paquier 03:00
Doc tweak for huge_pages? 📎 Thomas Munro 03:01
Re: [HACKERS] Supporting huge pages on Windows Michael Paquier 03:02
Re: [HACKERS] Additional logging for VACUUM and ANALYZE Michael Paquier 03:04
Re: Doc tweak for huge_pages? 📎 Justin Pryzby 04:04
Re: Protect syscache from bloating with negative cache entries Tom Lane 04:17
Re: Doc tweak for huge_pages? 📎 Thomas Munro 04:35
Re: [HACKERS] Proposal: Local indexes for partitioned table David Rowley 04:39
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables Amit Langote 04:52
Re: Use of uninitialized variables in ExecFindPartition() for parent partition without leaves (HEAD only) Amit Langote 04:54
Re: [HACKERS] proposal: psql command \graw Michael Paquier 05:16
Re: [HACKERS] GUC for cleanup indexes threshold. Michael Paquier 05:19
Re: [HACKERS] Constraint exclusion for partitioned tables Michael Paquier 05:21
Re: [HACKERS] Fix performance degradation of contended LWLock on NUMA Michael Paquier 05:25
Re: [HACKERS] [PATCH]make pg_rewind to not copy useless WAL files Michael Paquier 05:27
Re: Transform for pl/perl Michael Paquier 05:30
Re: [HACKERS] postgres_fdw super user checks Michael Paquier 05:31
Re: [HACKERS] [PATCH] Improve geometric types Michael Paquier 05:32
Re: [HACKERS] [PATCH] Generic type subscripting Michael Paquier 05:34
Re: [HACKERS] pg_basebackup --progress output for batch execution Michael Paquier 05:39
Re: Commit fest 2017-11 Michael Paquier 05:42
Re: [HACKERS] pgbench - allow to store select results into variables Fabien COELHO 05:48
Re: Commit fest 2017-11 📎 Fabien COELHO 06:10
Re: [HACKERS] Partition-wise join for join between (declaratively) partitioned tables 📎 Rajkumar Raghuwanshi 06:36
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables 📎 Amit Langote 07:44
Re: [HACKERS] [PATCH] Incremental sort Antonin Houska 08:39
Re: Unclear regression test for postgres_fdw Antonin Houska 09:01
Re: [HACKERS] pow support for pgbench 📎 Raúl Marín Rodríguez 09:57
Use get_greatest_modulus() in partition_bounds_equal() 📎 Ashutosh Bapat 10:13
Re: [HACKERS] pow support for pgbench Fabien COELHO 10:44
Re: [HACKERS] pow support for pgbench Raúl Marín Rodríguez 11:11
Re: [HACKERS] Runtime Partition Pruning 📎 Beena Emerson 11:20
Re: [HACKERS] UPDATE of partition key 📎 Amit Khandekar 11:54
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 12:41
Re: [HACKERS] pgbench more operators & functions 📎 Fabien COELHO 12:57
Re: [HACKERS] Additional logging for VACUUM and ANALYZE Robert Haas 13:33

Browse Archives

Prev | Next