pgsql-hackers since 2016-07-10 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

July 10, 2016

Thread Author Time
Re: \timing interval Andrew Gierth 00:08
Re: \timing interval Gavin Flower 00:13
Re: INSERT .. SET syntax Amit Kapila 06:04
Re: Disable WAL completely - Performance and Persistency research Netanel Katzburg 10:27
Re: [CF2016-9] Allow spaces in working path on tap-tests Michael Paquier 11:28
Re: Showing parallel status in \df+ 📎 Michael Paquier 12:15
Re: [CF2016-9] Allow spaces in working path on tap-tests Tom Lane 14:52
Re: Showing parallel status in \df+ Tom Lane 15:42
PSA: Systemd will kill PostgreSQL Joshua D. Drake 17:56
Re: PSA: Systemd will kill PostgreSQL Julien Rouhaud 18:19
Re: Issue with bgworker, SPI and pgstat_report_stat Julien Rouhaud 18:36
Re: can we optimize STACK_DEPTH_SLOP Tom Lane 23:34

July 11, 2016

Thread Author Time
Re: pg_hba_lookup function to get all matching pg_hba.conf entries Haribabu Kommi 02:05
Re: doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml Etsuro Fujita 02:40
Re: [CF2016-9] Allow spaces in working path on tap-tests 📎 Michael Paquier 03:24
Re: Showing parallel status in \df+ 📎 Michael Paquier 03:46
Re: Issue with bgworker, SPI and pgstat_report_stat Michael Paquier 03:49
Re: Fix Error Message for allocate_recordbuf() Failure Michael Paquier 04:04
Re: pgbench - minor fix for meta command only scripts Michael Paquier 04:41
Re: pgbench - minor doc improvements Michael Paquier 04:51
Re: Issue with bgworker, SPI and pgstat_report_stat Craig Ringer 04:53
Re: [HACKERS] Logical decoding Craig Ringer 05:03
Re: pgbench - minor fix for meta command only scripts 📎 Fabien COELHO 05:10
Re: [COMMITTERS] Logical decoding Michael Paquier 05:13
Re: PSA: Systemd will kill PostgreSQL Craig Ringer 05:25
Re: Disable WAL completely - Performance and Persistency research Craig Ringer 05:27
Re: pgbench - minor doc improvements Fabien COELHO 05:30
Re: Fix Error Message for allocate_recordbuf() Failure Craig Ringer 05:58
Re: [BUG] pg_basebackup from disconnected standby fails Kyotaro HORIGUCHI 07:40
Re: [BUG] pg_basebackup from disconnected standby fails Michael Paquier 07:47
Re: asynchronous and vectorized execution Kyotaro HORIGUCHI 08:10
Re: PSA: Systemd will kill PostgreSQL Bernd Helmle 09:49
Re: BUG #14230: Wrong timeline returned by pg_stop_backup on a standby Magnus Hagander 10:01
Re: asynchronous and vectorized execution Kyotaro HORIGUCHI 10:07
Re: Disable WAL completely - Performance and Persistency research Netanel Katzburg 11:14
Re: BUG #14230: Wrong timeline returned by pg_stop_backup on a standby Amit Kapila 11:26
pg_xlogdump bad error msg? Magnus Hagander 11:36
Re: \timing interval Peter Eisentraut 12:35
Re: Disable WAL completely - Performance and Persistency research Craig Ringer 12:45
Re: PSA: Systemd will kill PostgreSQL Craig Ringer 12:46
Re: BUG #14230: Wrong timeline returned by pg_stop_backup on a standby Michael Paquier 13:05
Re: BUG #14230: Wrong timeline returned by pg_stop_backup on a standby Magnus Hagander 13:15
Re: pg_hba_lookup function to get all matching pg_hba.conf entries Tom Lane 14:10
GiST index build versus NaN coordinates Tom Lane 14:15
Re: remove checkpoint_warning Stephen Frost 14:25
Re: sslmode=require fallback Magnus Hagander 14:27
Re: Showing parallel status in \df+ Tom Lane 14:46
Re: Reviewing freeze map code 📎 Masahiko Sawada 14:51
Re: pg_xlogdump bad error msg? Andres Freund 15:20
Changing the result set to contain the cost of the optimizer's chosen plan Srinivas Karthik V 15:24
Re: [CF2016-9] Allow spaces in working path on tap-tests Tom Lane 15:24
Re: Changing the result set to contain the cost of the optimizer's chosen plan Tom Lane 15:29
Re: Showing parallel status in \df+ Stephen Frost 16:08
Re: Showing parallel status in \df+ Tom Lane 16:41
Re: remove checkpoint_warning Peter Geoghegan 18:14
Re: remove checkpoint_warning Andres Freund 18:20
Re: Disable WAL completely - Performance and Persistency research 📎 Jeff Janes 18:26
IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO Merlin Moncure 19:14
Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO Tom Lane 20:09
Re: GiST index build versus NaN coordinates Emre Hasegeli 20:25
Re: GiST index build versus NaN coordinates Tom Lane 20:38
Re: Showing parallel status in \df+ Stephen Frost 21:49
Re: remove checkpoint_warning Stephen Frost 21:54

July 12, 2016

Thread Author Time
Re: Changing the result set to contain the cost of the optimizer's chosen plan Craig Ringer 01:13
Re: remove checkpoint_warning Craig Ringer 01:32
use of SEQ_MINVALUE in btree_gin 📎 Peter Eisentraut 01:34
Re: asynchronous and vectorized execution Kyotaro HORIGUCHI 02:04
Re: Showing parallel status in \df+ Alvaro Herrera 02:36
Re: asynchronous and vectorized execution Kyotaro HORIGUCHI 02:42
Re: [BUG] pg_basebackup from disconnected standby fails Amit Kapila 03:22
Re: Showing parallel status in \df+ Michael Paquier 03:28
Re: Showing parallel status in \df+ Tom Lane 04:26
Re: GiST index build versus NaN coordinates Andreas Seltenreich 07:20
Re: remove checkpoint_warning Magnus Hagander 08:19
Re: remove checkpoint_warning PostgreSQL - Hans-Jürgen Schönig 10:46
Oddity in handling of cached plans for FDW queries 📎 Etsuro Fujita 12:40
Re: Showing parallel status in \df+ Stephen Frost 13:22
Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO Merlin Moncure 13:25
BUG #14244: wrong suffix for pg_size_pretty() thomas.berger 13:36
One process per session lack of sharing AMatveev 13:57
Re: One process per session lack of sharing Tom Lane 14:18
Re: One process per session lack of sharing AMatveev 14:39
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner 15:04
Re: Showing parallel status in \df+ Tom Lane 16:17
Re: use of SEQ_MINVALUE in btree_gin Tom Lane 16:26
Re: GiST index build versus NaN coordinates Tom Lane 16:40
Re: Showing parallel status in \df+ Stephen Frost 16:45
pg_basebackup wish list 📎 Jeff Janes 16:53
Re: Showing parallel status in \df+ Tom Lane 17:10
Re: Fix Error Message for allocate_recordbuf() Failure Shoaib Lari 17:23
Re: Showing parallel status in \df+ Stephen Frost 17:31
Re: Showing parallel status in \df+ Peter Eisentraut 17:46
Re: pg_basebackup wish list Peter Eisentraut 17:48
Re: pgbench - compute & show latency consistently Peter Eisentraut 17:54
BUG #14245: Segfault on weird to_tsquery david 17:58
Re: pg_basebackup wish list Jeff Janes 18:06
Re: pg_basebackup wish list Kenneth Marshall 18:39
Re: BUG #14245: Segfault on weird to_tsquery Peter Geoghegan 18:40
Re: BUG #14245: Segfault on weird to_tsquery Peter Geoghegan 19:01
Re: BUG #14245: Segfault on weird to_tsquery David Kellum 19:04
Re: GiST index build versus NaN coordinates 📎 Tom Lane 19:24
DO with a large amount of statements get stuck with high memory consumption Merlin Moncure 19:29
Re: BUG #14245: Segfault on weird to_tsquery Tom Lane 19:42
Re: dumping database privileges broken in 9.6 📎 Stephen Frost 20:18
Re: GiST index build versus NaN coordinates Tom Lane 20:20
Re: [COMMITTERS] Logical decoding Fabrízio de Royes Mello 20:42
Re: BUG #14245: Segfault on weird to_tsquery David Kellum 20:54
Re: pgbench - minor fix for meta command only scripts Tom Lane 20:59
Re: BUG #14245: Segfault on weird to_tsquery Tom Lane 21:11
Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO Tom Lane 22:10
Re: Showing parallel status in \df+ Alvaro Herrera 22:41
Re: Showing parallel status in \df+ Stephen Frost 23:11

July 13, 2016

Thread Author Time
Re: pg_basebackup wish list Masahiko Sawada 01:55
Re: [BUG] pg_basebackup from disconnected standby fails 📎 Michael Paquier 03:26
RecoveryTargetTLI dead variable in XLogCtlData 📎 Michael Paquier 03:29
Simplifying the interface of UpdateMinRecoveryPoint 📎 Michael Paquier 03:49
Re: dumping database privileges broken in 9.6 Michael Paquier 06:50
Documentation fix for CREATE FUNCTION 📎 Albe Laurenz 07:43
Re: pgbench - minor fix for meta command only scripts 📎 Fabien COELHO 08:14
Re: pgbench - minor fix for meta command only scripts 📎 Fabien COELHO 08:21
Re: pgbench - compute & show latency consistently 📎 Fabien COELHO 08:39
Re: Oddity in handling of cached plans for FDW queries Ashutosh Bapat 09:00
Constraint merge and not valid status Amit Langote 09:22
UPSERT/RETURNING -> ON CONFLICT SELECT? Bjørnar Ness 09:49
Re: Simplifying the interface of UpdateMinRecoveryPoint Amit Kapila 11:27
Re: pg_basebackup wish list Amit Kapila 12:08
Re: Disable WAL completely - Performance and Persistency research Netanel Katzburg 12:23
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Amit Kapila 12:57
BUG #14247: COMMENT is restored on wrong database pgerber 13:21
Re: Simplifying the interface of UpdateMinRecoveryPoint Michael Paquier 13:25
Re: Simplifying the interface of UpdateMinRecoveryPoint Simon Riggs 13:31
Re: BUG #14247: COMMENT is restored on wrong database David G. Johnston 13:59
rethinking dense_alloc (HashJoin) as a memory context Tomas Vondra 14:53
Re: Documentation fix for CREATE FUNCTION Tom Lane 14:57
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner 15:06
application_name in process name? Mike Blackwell 16:21
Re: Showing parallel status in \df+ Peter Eisentraut 16:38
Re: Showing parallel status in \df+ 📎 Tom Lane 17:01
Re: UPSERT/RETURNING -> ON CONFLICT SELECT? Peter Geoghegan 17:02
Re: application_name in process name? Tom Lane 17:07
Re: UPSERT/RETURNING -> ON CONFLICT SELECT? Tom Lane 17:12
Re: rethinking dense_alloc (HashJoin) as a memory context Peter Geoghegan 17:18
Re: Showing parallel status in \df+ Stephen Frost 17:25
Re: rethinking dense_alloc (HashJoin) as a memory context Tom Lane 17:37
Re: rethinking dense_alloc (HashJoin) as a memory context Andres Freund 17:44
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Andres Freund 17:47
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Andres Freund 17:48
Re: rethinking dense_alloc (HashJoin) as a memory context Tom Lane 17:56
Re: \timing interval 📎 Corey Huinker 18:06
Re: rethinking dense_alloc (HashJoin) as a memory context Tomas Vondra 18:10
Re: Bug in batch tuplesort memory CLUSTER case (9.6 only) Tom Lane 18:44
Re: A Modest Upgrade Proposal Robert Haas 18:45
Re: Bug in batch tuplesort memory CLUSTER case (9.6 only) Peter Geoghegan 18:46
Re: A Modest Upgrade Proposal Robert Haas 19:06
Re: A Modest Upgrade Proposal Joshua D. Drake 19:06
Re: Bug in batch tuplesort memory CLUSTER case (9.6 only) Tom Lane 19:24
Re: A Modest Upgrade Proposal Robert Haas 19:26
Re: Bug in batch tuplesort memory CLUSTER case (9.6 only) Peter Geoghegan 19:28
Re: Header and comments describing routines in incorrect shape in visibilitymap.c Robert Haas 19:29
Re: pgbench - allow to store select results into variables Robert Haas 19:34
Re: One process per session lack of sharing Robert Haas 19:59
Re: pgbench - allow to store select results into variables Tom Lane 20:02
Re: remove checkpoint_warning Robert Haas 20:03
Re: pgbench - allow to store select results into variables Robert Haas 20:07
Re: sslmode=require fallback Robert Haas 20:11
Re: pgbench - allow to store select results into variables Tom Lane 20:13
Re: pgbench - allow to store select results into variables Fabien COELHO 20:16
Re: sslmode=require fallback Tom Lane 20:16
Re: rethinking dense_alloc (HashJoin) as a memory context Robert Haas 20:18
Re: sslmode=require fallback Robert Haas 20:19
Re: pgbench - allow to store select results into variables Tom Lane 20:26
Re: sslmode=require fallback Tom Lane 20:28
Re: rethinking dense_alloc (HashJoin) as a memory context Tom Lane 20:39
Re: A Modest Upgrade Proposal Christopher Browne 20:42
unexpected psql "feature" Fabien COELHO 20:47
Re: A Modest Upgrade Proposal Petr Jelinek 20:48
Re: rethinking dense_alloc (HashJoin) as a memory context Andres Freund 20:49
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner 20:57
Re: unexpected psql "feature" David G. Johnston 20:57
Re: Header and comments describing routines in incorrect shape in visibilitymap.c Michael Paquier 21:02
Re: rethinking dense_alloc (HashJoin) as a memory context Tom Lane 21:04
Re: Simplifying the interface of UpdateMinRecoveryPoint Michael Paquier 21:04
Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Andres Freund 21:05
Document that vacuum can't truncate if old_snapshot_threshold >= 0 Andres Freund 21:14
Re: pgbench - allow to store select results into variables Fabien COELHO 21:19
Re: pgbench - allow to store select results into variables David G. Johnston 21:31
Re: unexpected psql "feature" Fabien COELHO 21:33
Re: unexpected psql "feature" Tom Lane 21:36
Re: unexpected psql "feature" Fabien COELHO 21:44
Re: unexpected psql "feature" David G. Johnston 21:53
Re: unexpected psql "feature" David G. Johnston 21:57
Upcoming PG release schedule Tom Lane 22:37
Re: unexpected psql "feature" Alvaro Herrera 22:45
Re: unexpected psql "feature" Tom Lane 23:12

July 14, 2016

Thread Author Time
Re: bug in citext's upgrade script for parallel aggregates Andreas Karlsson 00:00
Re: Improving executor performance 📎 Andres Freund 01:18
Re: Improving executor performance - tidbitmap 📎 Andres Freund 03:06
Re: Showing parallel status in \df+ Robert Haas 04:34
Fix typo in postgres_fdw/deparse.c 📎 Masahiko Sawada 05:22
Re: One process per session lack of sharing Craig Ringer 05:34

Browse Archives

Prev | Next