pgsql-hackers since 2017-03-26 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

March 26, 2017

Thread Author Time
Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection. Andres Freund 00:21
Re: WIP: Faster Expression Processing v4 Andres Freund 00:23
Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection. 📎 Joe Conway 00:33
Re: WIP: [[Parallel] Shared] Hash Peter Geoghegan 00:53
Re: Proposal : For Auto-Prewarm. Mithun Cy 02:10
Re: Guidelines for GSoC student proposals / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions Mengxing Liu 02:24
Re: free space map and visibility map Jeff Janes 02:53
Re: WIP: [[Parallel] Shared] Hash Thomas Munro 02:56
Re: Patch: Write Amplification Reduction Method (WARM) Amit Kapila 03:29
Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection. Andres Freund 03:40
Re: WIP: Faster Expression Processing v4 Tom Lane 03:51
Re: WIP: Faster Expression Processing v4 Andres Freund 03:59
Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection. Andres Freund 04:52
Remove !isTemp buffile.c code Andres Freund 05:25
Re: Remove !isTemp buffile.c code Peter Geoghegan 05:26
Re: WIP: [[Parallel] Shared] Hash Peter Geoghegan 05:33
Re: [POC] A better way to expand hash indexes. 📎 Mithun Cy 05:56
Re: Speedup twophase transactions Nikhil Sontakke 07:50
[sqlsmith] Failed assertion in _hash_kill_items/MarkBufferDirtyHint Andreas Seltenreich 08:01
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Fabien COELHO 10:32
Re: delta relations in AFTER triggers 📎 Thomas Munro 11:39
Re: BRIN cost estimate 📎 Emre Hasegeli 11:44
Re: logical replication apply to run with sync commit off by default Masahiko Sawada 14:00
Re: [PATCH] ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS 📎 Matheus de Oliveira 14:44
[sqlsmith] Unpinning error in parallel worker Andreas Seltenreich 15:18
Re: Re: [COMMITTERS] pgsql: Faster expression evaluation and targetlist projection. Joe Conway 15:30
Re: [PATCH] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM Nikolay Shaplov 17:42
Re: [PATCH] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM Alvaro Herrera 18:02
Re: Valgrind failures caused by multivariate stats patch Tomas Vondra 18:38
Re: Valgrind failures caused by multivariate stats patch Andres Freund 18:47
Re: PDF build is broken Peter Eisentraut 19:05
Stale comments in vacuumlazy.c 📎 Pavan Deolasee 19:22
pg_dump truncating queries in error messages Peter Eisentraut 19:26
Re: [sqlsmith] Unpinning error in parallel worker Thomas Munro 19:38
Re: pg_dump truncating queries in error messages Tom Lane 20:09
Re: [PATCH] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM Nikolay Shaplov 20:23
Re: [PATCH] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM Nikolay Shaplov 20:29
Re: WIP: [[Parallel] Shared] Hash Andres Freund 20:41
Re: Valgrind failures caused by multivariate stats patch 📎 Tomas Vondra 21:13
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) 📎 Corey Huinker 21:42
Re: WIP: [[Parallel] Shared] Hash Andres Freund 21:47
Re: [PATCH] few fts functions for jsonb 📎 Dmitry Dolgov 21:57
Re: WIP: [[Parallel] Shared] Hash Thomas Munro 22:03
Re: crashes due to setting max_parallel_workers=0 Tomas Vondra 22:13
Re: Performance improvement for joins where outer side is unique 📎 David Rowley 22:28
Re: WIP: [[Parallel] Shared] Hash Thomas Munro 22:41
Re: WIP: [[Parallel] Shared] Hash Peter Geoghegan 23:12
Re: New CORRESPONDING clause design 📎 Pavel Stehule 23:22
Re: crashes due to setting max_parallel_workers=0 Tomas Vondra 23:23
Re: patch proposal 📎 Venkata B Nagothi 23:34
Re: crashes due to setting max_parallel_workers=0 David Rowley 23:43

March 27, 2017

Thread Author Time
Re: Speedup twophase transactions Michael Paquier 00:05
Re: exposing wait events for non-backends (was: Tracking wait event for latches) Michael Paquier 00:39
Re: logical decoding of two-phase transactions Craig Ringer 01:31
Re: WIP: [[Parallel] Shared] Hash Thomas Munro 01:50
Re: Logical decoding on standby Craig Ringer 02:01
pgsql: Show more processes in pg_stat_activity. Robert Haas 02:07
Re: comments in hash_alloc_buckets Robert Haas 02:18
Re: [COMMITTERS] pgsql: Show more processes in pg_stat_activity. Michael Paquier 02:20
Re: pg_stat_wal_write statistics view Haribabu Kommi 02:27
Re: Time to drop old-style (V0) functions? 📎 Craig Ringer 02:45
Re: Performance improvement for joins where outer side is unique 📎 David Rowley 02:51
Re: WIP: [[Parallel] Shared] Hash Peter Geoghegan 02:56
Re: Time to drop old-style (V0) functions? Craig Ringer 02:59
Re: Time to drop old-style (V0) functions? 📎 Craig Ringer 03:06
Re: Problem in Parallel Bitmap Heap Scan? Dilip Kumar 03:51
Re: pg_get_statisticsextdef() is not quite the full shilling Alvaro Herrera 04:06
Re: crashes due to setting max_parallel_workers=0 Rushabh Lathia 05:29
Re: free space map and visibility map Kyotaro HORIGUCHI 05:38
Re: WIP: Faster Expression Processing v4 📎 Andres Freund 05:43
Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. 📎 Rafia Sabih 05:48
Re: [POC] A better way to expand hash indexes. Amit Kapila 05:51
Re: [sqlsmith] Unpinning error in parallel worker 📎 Thomas Munro 05:53
Re: Logical decoding on standby 📎 Craig Ringer 06:08
Re: Adding support for Default partition in partitioning Rushabh Lathia 06:40
Re: WIP: [[Parallel] Shared] Hash Thomas Munro 06:50
Re: Parallel bitmap heap scan Rafia Sabih 07:23
Re: PATCH: Batch/pipelining support for libpq Michael Paquier 07:26
Re: UPDATE of partition key 📎 Amit Khandekar 07:35
Re: PATCH: Batch/pipelining support for libpq Craig Ringer 07:42
Re: free space map and visibility map Masahiko Sawada 07:49
Re: Monitoring roles patch Simon Riggs 07:51
Re: Logical decoding on standby 📎 Craig Ringer 08:03
Re: increasing the default WAL segment size Simon Riggs 08:18
Re: PATCH: Batch/pipelining support for libpq Michael Paquier 08:18
Re: Logical decoding on standby Simon Riggs 08:20
Re: Crash on promotion when recovery.conf is renamed Tsunakawa, Takayuki 08:26
Re: Proposal for changes to recovery.conf API Simon Riggs 08:27
Column widening without outage Aniruddha Deshpande 08:29
Re: New CORRESPONDING clause design 📎 Pavel Stehule 08:48
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Pavan Deolasee 08:49
Re: Parallel bitmap heap scan 📎 Dilip Kumar 09:02
Re: exposing wait events for non-backends (was: Tracking wait event for latches) Kuntal Ghosh 09:14
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Pavan Deolasee 09:24
Re: logical decoding of two-phase transactions Craig Ringer 09:26
Re: Adding the optional clause 'AS' in CREATE TRIGGER Okano, Naoki 09:28
Re: [sqlsmith] Failed assertion in _hash_kill_items/MarkBufferDirtyHint 📎 Ashutosh Sharma 09:39
Re: logical decoding of two-phase transactions Stas Kelvich 09:53
Re: Radix tree for character conversion 📎 Kyotaro HORIGUCHI 10:05
Re: pgbench - allow to store select results into variables Rafia Sabih 10:49
example for xmltable with XMLNAMESPACES Arjen Nienhuis 10:56
Re: [POC] A better way to expand hash indexes. Amit Kapila 10:57
Re: Adding support for Default partition in partitioning Jeevan Ladhe 11:06
Re: Monitoring roles patch Simon Riggs 11:12
Re: Patch: Write Amplification Reduction Method (WARM) Amit Kapila 11:15
Re: Index usage for elem-contained-by-const-range clauses Alexander Korotkov 11:40
Re: crashes due to setting max_parallel_workers=0 📎 Rushabh Lathia 11:40
On How To Shorten The Steep Learning Curve Towards PG Hacking Kang Yuzhe 11:56
Re: crashes due to setting max_parallel_workers=0 Robert Haas 11:59
Re: Re: proposal - psql: possibility to specify sort for describe commands, when size is printed Alexander Korotkov 11:59
On How To Shorten the Steep Learning Curve Towards PG Hacking... Kang Yuzhe 12:00
Re: pgsql: Logical replication support for initial data copy 📎 Masahiko Sawada 12:03
pgsql: Clean up Perl code according to perlcritic Peter Eisentraut 12:23
Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. Robert Haas 12:24
Re: Parallel bitmap heap scan Robert Haas 12:28
Re: perlcritic Peter Eisentraut 12:29
Re: perlcritic Peter Eisentraut 12:30
Re: On How To Shorten the Steep Learning Curve Towards PG Hacking... Michael Paquier 12:32
Re: patch proposal David Steele 12:34
Re: Partition-wise join for join between (declaratively) partitioned tables 📎 Ashutosh Bapat 12:36
Re: Monitoring roles patch Dave Page 12:42
Shorten PG Hacking Steep Learning Curve.... Kang Yuzhe 12:43
Re: Monitoring roles patch Robert Haas 12:54
Re: Parallel bitmap heap scan Dilip Kumar 13:03
Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. Tom Lane 13:25
Re: PATCH: Batch/pipelining support for libpq Daniel Verite 13:28
Re: logical decoding of two-phase transactions Craig Ringer 13:29
Re: WIP: Faster Expression Processing v4 Tom Lane 13:33
Re: Page Scan Mode in Hash Index 📎 Ashutosh Sharma 13:34
Re: Crash on promotion when recovery.conf is renamed Tom Lane 13:48
Re: perlcritic 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 13:48
Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages. Robert Haas 13:48
Re: Refactor handling of database attributes between pg_dump and pg_dumpall Andreas Karlsson 13:50
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Fabien COELHO 13:53
Re: crashes due to setting max_parallel_workers=0 Tom Lane 13:54
Re: Logical decoding on standby Craig Ringer 13:58
Re: Crash on promotion when recovery.conf is renamed Alexander Korotkov 13:58
Re: standardized backwards incompatibility tag for commits Robert Haas 14:00
Re: Time to drop old-style (V0) functions? Tom Lane 14:10
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) 📎 Corey Huinker 14:11
Re: Crash on promotion when recovery.conf is renamed Tom Lane 14:20
Re: Partitioned tables and relfilenode Robert Haas 14:27
Re: pg_dump emits ALTER TABLE ONLY partitioned_table Robert Haas 14:30
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Fabien COELHO 14:34
Re: rename pg_log directory? Peter Eisentraut 14:38
Re: Partitioning vs ON CONFLICT Robert Haas 14:40
Re: rename pg_log directory? Andreas Karlsson 14:40
Re: partitioned tables and contrib/sepgsql Robert Haas 14:47
Re: Bug in get_partition_for_tuple Robert Haas 14:54
Re: Crash on promotion when recovery.conf is renamed Alexander Korotkov 15:02
Re: Partitioned tables and relfilenode Maksim Milyutin 15:13
logical replication worker and statistics Fujii Masao 15:14
Re: WIP: Faster Expression Processing v4 Andres Freund 15:17
Re: partitioned tables and contrib/sepgsql Mike Palmiotto 15:22
Re: WIP: Faster Expression Processing v4 Tom Lane 15:22
Re: Documentation improvements for partitioning Robert Haas 15:23
Re: PATCH: Batch/pipelining support for libpq Daniel Verite 15:27
Re: WIP: Faster Expression Processing v4 Andres Freund 15:29
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) 📎 Corey Huinker 15:39
Re: PL/Python: Add cursor and execute methods to plan object Peter Eisentraut 15:39
Re: partitioned tables and contrib/sepgsql Robert Haas 15:46
Re: crashes due to setting max_parallel_workers=0 📎 Robert Haas 15:51
Re: WIP: Faster Expression Processing v4 Tom Lane 15:52
Re: segfault in hot standby for hash indexes Jeff Janes 15:56
Re: crashes due to setting max_parallel_workers=0 Robert Haas 15:57
Re: logical replication worker and statistics Robert Haas 15:59
Re: pgsql: Allow vacuums to report oldestxmin Masahiko Sawada 16:06
pgsql: Improve performance of find_all_inheritors() Teodor Sigaev 16:08
Re: partitioned tables and contrib/sepgsql Mike Palmiotto 16:09
Re: crashes due to setting max_parallel_workers=0 David Rowley 16:11
Re: Guidelines for GSoC student proposals / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions Kevin Grittner 16:16
Re: WIP: Faster Expression Processing v4 Tom Lane 16:18
Re: WIP: Faster Expression Processing v4 Andres Freund 16:18
Re: [COMMITTERS] pgsql: Improve performance of find_all_inheritors() Robert Haas 16:19
Re: crashes due to setting max_parallel_workers=0 Robert Haas 16:22
Re: Potential data loss of 2PC files Teodor Sigaev 16:25
Re: crashes due to setting max_parallel_workers=0 Tom Lane 16:26
Re: segfault in hot standby for hash indexes Ashutosh Sharma 16:34
Re: Potential data loss of 2PC files Teodor Sigaev 16:34
Re: crashes due to setting max_parallel_workers=0 Robert Haas 16:35
Re: crashes due to setting max_parallel_workers=0 Rushabh Lathia 16:36
Re: WIP: Faster Expression Processing v4 Andres Freund 16:38
Re: crashes due to setting max_parallel_workers=0 Robert Haas 16:41
Re: logical replication launcher crash on buildfarm Andres Freund 16:50
Re: segfault in hot standby for hash indexes Robert Haas 16:55
Re: logical replication launcher crash on buildfarm Robert Haas 17:01
Re: logical replication launcher crash on buildfarm Andres Freund 17:05
Re: WIP: Faster Expression Processing v4 Tom Lane 17:30
Re: WIP: Faster Expression Processing v4 Andres Freund 17:33
Re: Other formats in pset like markdown, rst, mediawiki 📎 Jan Michálek 17:41
Re: logical replication launcher crash on buildfarm Tom Lane 17:47
Re: Unused argument in PinBuffer function Alexander Korotkov 18:13
Re: [POC] A better way to expand hash indexes. 📎 Jesper Pedersen 18:26
Re: [sqlsmith] Failed assertion in _hash_kill_items/MarkBufferDirtyHint Andreas Seltenreich 18:30
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Fabien COELHO 19:25
Re: increasing the default WAL segment size 📎 Beena Emerson 19:36
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) 📎 Corey Huinker 19:51
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) 📎 Corey Huinker 19:53
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Alvaro Herrera 20:02
Re: [PATCH] Generic type subscripting 📎 Dmitry Dolgov 20:28

Browse Archives

Prev | Next