pgsql-hackers since 2018-01-09 20:11

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

Jan. 9, 2018

Thread Author Time
Re: General purpose hashing func in pgbench Fabien COELHO 20:11
Re: [HACKERS] [PATCH] Assert that the correct locks are held when calling PageGetLSN() Alvaro Herrera 20:15
Re: [HACKERS] [PATCH] Assert that the correct locks are held when calling PageGetLSN() Alvaro Herrera 20:19
Re: [HACKERS] Removing useless DISTINCT clauses Tom Lane 20:26
Re: Add %r substitution for psql prompts to show recovery status Peter Eisentraut 20:36
Re: [HACKERS] SQL/JSON in PostgreSQL Andrew Dunstan 20:44
Re: improve type conversion of SPI_processed in Python Tom Lane 20:54
Re: Walter Cai 20:58
Re: [HACKERS] UPDATE of partition key Robert Haas 21:00
Re: BUG #14941: Vacuum crashes Bossart, Nathan 21:40
Re: BUG #14941: Vacuum crashes Bossart, Nathan 21:42
Re: BUG #14941: Vacuum crashes Andres Freund 21:46
Re: Add RANGE with values and exclusions clauses to the Window Functions Tom Lane 21:59
Re: [HACKERS] pgbench more operators & functions Tom Lane 22:01
[No subject] Tom Lane 22:05
Re: [HACKERS] Removing useless DISTINCT clauses David Rowley 22:12
Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley 22:14
Re: Expression based grouping equality implementation 📎 Andres Freund 22:25
Re: [HACKERS] path toward faster partition pruning David Rowley 22:35
Re: [HACKERS] Runtime Partition Pruning David Rowley 22:41
Re: [HACKERS] dead or outdated URLs found in win32.h Bruce Momjian 23:33
Re: Add RANGE with values and exclusions clauses to the Window Functions Vik Fearing 23:47
Re: Add RANGE with values and exclusions clauses to the Window Functions Tom Lane 23:55

Jan. 10, 2018

Thread Author Time
Re: [HACKERS] [POC] Faster processing at Gather node Andres Freund 00:09
Re: [HACKERS] dead or outdated URLs found in win32.h Ashutosh Sharma 00:51
Re: [HACKERS] [PATCH] Assert that the correct locks are held when calling PageGetLSN() Michael Paquier 01:16
Re: pgsql: Implement channel binding tls-server-end-point for SCRAM Michael Paquier 01:19
Re: [HACKERS] Runtime Partition Pruning 📎 David Rowley 01:51
Re: [HACKERS] path toward faster partition pruning David Rowley 01:55
Re: [HACKERS] GUC for cleanup indexes threshold. Masahiko Sawada 02:28
Re: BUG #14941: Vacuum crashes Michael Paquier 02:53
Re: BUG #14941: Vacuum crashes Michael Paquier 02:55
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 03:12
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Thomas Munro 03:36
Re: [HACKERS] SQL/JSON in PostgreSQL Pavel Stehule 04:14
Re: [HACKERS] path toward faster partition pruning David Rowley 04:18
Re: Rangejoin rebased 📎 Jeff Davis 04:24
Re: Enhance pg_stat_wal_receiver view to display connected host 📎 Haribabu Kommi 05:10
Re: [HACKERS] PATCH: psql tab completion for SELECT Edmund Horner 05:38
Optimize Arm64 crc32c implementation in Postgresql 📎 Yuqi Gu 05:58
Re: Optimize Arm64 crc32c implementation in Postgresql Michael Paquier 06:09
Re: pgsql: Improve scripting language in pgbench 📎 Thomas Munro 06:12
Re: [HACKERS] SQL/JSON in PostgreSQL Oleg Bartunov 06:37
Re: Add RANGE with values and exclusions clauses to the Window Functions Oliver Ford 06:56
Re: Add RANGE with values and exclusions clauses to the Window Functions Tom Lane 07:06
Re: [HACKERS] Flexible configuration for full-text search 📎 Aleksandr Parfenov 07:57
Re: [HACKERS] pgbench more operators & functions 📎 Fabien COELHO 08:00
Re: pgbench - add \if support Fabien COELHO 08:19
Re: pgbench - add \if support 📎 Fabien COELHO 08:21
Re: pgsql: Improve scripting language in pgbench Teodor Sigaev 08:36
Re: [HACKERS] pgbench - allow to store select results into variables 📎 Fabien COELHO 08:54
Re: AS OF queries Konstantin Knizhnik 09:24
Re: AS OF queries Konstantin Knizhnik 09:34
Re: [HACKERS] Surjective functional indexes 📎 Konstantin Knizhnik 09:54
Re: Re: [HACKERS] pgbench randomness initialization 📎 Fabien COELHO 10:00
Re: Re: [HACKERS] pgbench randomness initialization 📎 Fabien COELHO 12:27
Re: pgsql: Improve scripting language in pgbench 📎 Fabien COELHO 12:36
Re: AS OF queries legrand legrand 13:02
Re: General purpose hashing func in pgbench Ildar Musin 13:35
Re: General purpose hashing func in pgbench 📎 Ildar Musin 13:37
Re: AS OF queries 📎 Konstantin Knizhnik 13:41
Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) 📎 Julian Markwort 14:05
Re: [HACKERS] PATCH: psql tab completion for SELECT Vik Fearing 14:28
Re: [HACKERS] UPDATE of partition key 📎 Amit Khandekar 15:00
Re: [HACKERS] Secondary index access optimizations Konstantin Knizhnik 15:07
Re: CUBE seems a bit confused about ORDER BY Alexander Korotkov 15:17
Re: [HACKERS] Proposal: Local indexes for partitioned table 📎 Alvaro Herrera 15:37
Re: Rangejoin rebased Simon Riggs 15:49
let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Robert Haas 16:08
Re: Rangejoin rebased Simon Riggs 16:15
Re: Multi-level hierarchy with parallel append can lead to an extra subplan. Robert Haas 16:24
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Simon Riggs 16:27
Re: portal pinning Peter Eisentraut 16:59
Re: CUBE seems a bit confused about ORDER BY Alvaro Herrera 17:02
Re: [HACKERS] SQL/JSON in PostgreSQL Andrew Dunstan 17:14
Re: [HACKERS] SQL/JSON in PostgreSQL Oleg Bartunov 17:22
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Tom Lane 17:22
Re: BUG #14941: Vacuum crashes 📎 Bossart, Nathan 17:26
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Joshua D. Drake 17:28
Re: BUG #14941: Vacuum crashes Bossart, Nathan 17:30
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Tom Lane 17:36
Re: PATCH: Configurable file mode mask David Steele 17:37
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Joshua D. Drake 17:44
Re: PATCH: Configurable file mode mask Stephen Frost 17:55
Dubious shortcut in ckpt_buforder_comparator() Tom Lane 18:06
Re: PATCH: Configurable file mode mask Alvaro Herrera 18:19
Re: General purpose hashing func in pgbench Fabien COELHO 18:42
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas 18:45
Re: General purpose hashing func in pgbench Fabien COELHO 18:45
Re: portal pinning Vladimir Sitnikov 18:53
Re: [HACKERS] GSoC 2017 : Patch for predicate locking in Gist index 📎 Shubham Barai 18:55
Re: Why standby restores some WALs many times from archive? Sergey Burladyan 19:07
Re: portal pinning Peter Eisentraut 19:23
Re: Dubious shortcut in ckpt_buforder_comparator() Andres Freund 19:34
Re: Why standby restores some WALs many times from archive? Jeff Janes 19:45
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Chapman Flack 19:55
Re: [HACKERS] Race between SELECT and ALTER TABLE NO INHERIT 📎 Tom Lane 19:56
Re: Dubious shortcut in ckpt_buforder_comparator() Tom Lane 19:57
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Robert Haas 20:11
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Tom Lane 20:22
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Evgeniy Shishkin 20:29
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Chapman Flack 20:32
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Robert Haas 20:34
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Robert Haas 20:35
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Tom Lane 20:55
Re: AS OF queries legrand legrand 21:20
Re: let's make the list of reportable GUCs configurable (was Re: Add %r substitution for psql prompts to show recovery status) Robert Haas 21:30
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas 21:31
Re: PATCH: Configurable file mode mask Peter Eisentraut 21:31
Re: Challenges preventing us moving to 64 bit transaction id (XID)? 📎 Alexander Korotkov 22:02
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 22:05
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 22:05
Re: Fix a Oracle-compatible instr function in the documentation Tom Lane 22:20
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Robert Haas 22:21
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Alvaro Herrera 22:36
Re: [HACKERS] WIP: Separate log file for extension Tom Lane 22:38
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 22:42
Re: jsonpath 📎 Nikita Glukhov 22:42
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 22:48
Re: [HACKERS] Refactoring identifier checks to consistently use strcmp 📎 Daniel Gustafsson 22:49
Re: Fix a Oracle-compatible instr function in the documentation Tatsuo Ishii 22:58
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Thomas Munro 22:59
SQL/JSON: functions 📎 Nikita Glukhov 22:59
SQL/JSON: JSON_TABLE 📎 Nikita Glukhov 23:04
Re: BUG #14941: Vacuum crashes Michael Paquier 23:14
Re: [HACKERS] PATCH: psql tab completion for SELECT Edmund Horner 23:31

Jan. 11, 2018

Thread Author Time
Re: [HACKERS] [PATCH] Generic type subscripting Tom Lane 00:09
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Yugo Nagata 02:03
Re: BUG #14941: Vacuum crashes Masahiko Sawada 02:17
Re: refactor subscription tests to use PostgresNode's wait_for_catchup Peter Eisentraut 02:45
Re: refactor subscription tests to use PostgresNode's wait_for_catchup Michael Paquier 03:24
Re: pl/perl extension fails on Windows Noah Misch 05:08
Re: [HACKERS] UPDATE of partition key David Rowley 05:14
Re: [HACKERS] UPDATE of partition key Amit Khandekar 05:18
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Rushabh Lathia 06:17
Re: [HACKERS] Proposal: Local indexes for partitioned table David Rowley 06:21
numeric regression test passes, but why? Chapman Flack 06:22
Re: [HACKERS] Planning counters in pg_stat_statements Haribabu Kommi 06:36
RE: pl/perl extension fails on Windows Christian Ullrich 06:42
pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Michael Paquier 06:49
Re: [HACKERS] Restricting maximum keep segments by repslots 📎 Kyotaro HORIGUCHI 06:59
Re: numeric regression test passes, but why? Tom Lane 07:07
Re: Incorrect comment for expand_single_inheritance_child Etsuro Fujita 07:53
Re: TAP test module - PostgresClient Kyotaro HORIGUCHI 07:54
Re: postgres_fdw: perform UPDATE/DELETE .. RETURNING on a join directly 📎 Etsuro Fujita 07:58
Re: [HACKERS] Refactoring identifier checks to consistently use strcmp Michael Paquier 08:01
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Kyotaro HORIGUCHI 08:03
Re: [HACKERS] asynchronous execution 📎 Kyotaro HORIGUCHI 08:08
Re: [HACKERS] Secondary index access optimizations Antonin Houska 09:34
Re: [Sender Address Forgery]Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 09:52
Re: [HACKERS] Restricting maximum keep segments by repslots Sergei Kornilov 09:55
Re: [HACKERS] path toward faster partition pruning Amit Langote 10:00
Re: [HACKERS] Creating backup history files for backups taken from standbys Masahiko Sawada 10:10
Re: [HACKERS] A design for amcheck heapam verification Andrey Borodin 10:14
Minor code improvement to estimate_path_cost_size in postgres_fdw 📎 Tatsuro Yamada 10:14
Re: [Sender Address Forgery]Re: [HACKERS] path toward faster partition pruning David Rowley 10:23
Re: [Sender Address Forgery]Re: [HACKERS] path toward faster partition pruning David Rowley 10:40
Re: [HACKERS] Planning counters in pg_stat_statements 📎 Thomas Munro 11:00
Re: CUBE seems a bit confused about ORDER BY 📎 Alexander Korotkov 11:00
Re: [HACKERS] Partition-wise aggregation/grouping 📎 Jeevan Chalke 11:00
Re: [HACKERS] UPDATE of partition key Amit Khandekar 11:07
add queryEnv to ExplainOneQuery_hook 📎 Tatsuro Yamada 11:16
Re: add queryEnv to ExplainOneQuery_hook Thomas Munro 11:43
Re: CUBE seems a bit confused about ORDER BY Teodor Sigaev 11:56
Re: [HACKERS] Secondary index access optimizations 📎 Konstantin Knizhnik 11:59
Re: numeric regression test passes, but why? Chapman Flack 12:26
Re: CUBE seems a bit confused about ORDER BY Alvaro Herrera 12:27
Re: numeric regression test passes, but why? Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 12:39
Re: WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova 12:42
Re: numeric regression test passes, but why? Sergei Kornilov 12:44
Re: add queryEnv to ExplainOneQuery_hook Michael Paquier 12:46
Re: [HACKERS] Creating backup history files for backups taken from standbys Michael Paquier 12:47
Re: numeric regression test passes, but why? Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 12:54
Re: [HACKERS] Restricting maximum keep segments by repslots Greg Stark 13:56
Re: [HACKERS] Early locking option to parallel backup Stephen Frost 14:02
Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key Stephen Frost 14:36
Re: [HACKERS] [FEATURE PATCH] pg_stat_statements with plans (v02) David Fetter 14:43
Re: pl/perl extension fails on Windows Andrew Dunstan 15:16
Re: CUBE seems a bit confused about ORDER BY Tom Lane 15:19
Animals baiji, mastodon and narwhal Dave Page 15:20
Re: CUBE seems a bit confused about ORDER BY Alvaro Herrera 15:42
Re: pg_get_functiondef forgets about most GUC_LIST_INPUT GUCs Tom Lane 15:42
The first function call Diego Silva e Silva 15:52
Re: General purpose hashing func in pgbench 📎 Ildar Musin 15:53
Re: [HACKERS] PoC: custom signal handler for extensions Arthur Zakirov 15:53
Re: CUBE seems a bit confused about ORDER BY Tom Lane 15:55
Identifying ALTER TABLE "sub-command" Jeremy Finzel 15:56
Re: The first function call Tom Lane 15:59
Re: The first function call David G. Johnston 16:01
Re: numeric regression test passes, but why? Chapman Flack 16:16
Re: Identifying ALTER TABLE "sub-command" 📎 Sergei Kornilov 16:19
Re: General purpose hashing func in pgbench Ildar Musin 16:21
Re: numeric regression test passes, but why? Alvaro Herrera 16:23
Re: Identifying ALTER TABLE "sub-command" Alvaro Herrera 16:25
Re: numeric regression test passes, but why? Chapman Flack 16:30
[PATCH] ECPG bug fix in preproc when indicator struct is shorter than record struct 📎 Rader, David 16:47
Re: Minor code improvement to estimate_path_cost_size in postgres_fdw Tom Lane 16:54
Re: add queryEnv to ExplainOneQuery_hook Tom Lane 17:02
master make check fails on Solaris 10 📎 Marina Polyakova 17:21
Re: IndexTupleDSize macro seems redundant 📎 Stephen Frost 17:22

Browse Archives

Prev | Next