pgsql-hackers before 2016-09-13 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

Sept. 10, 2016

Thread Author Time
Re: Tuplesort merge pre-reading Claudio Freire 00:51
Re: Tuplesort merge pre-reading Claudio Freire 01:21
Re: kqueue 📎 Thomas Munro 01:29
cost_sort() may need to be updated Peter Geoghegan 02:15
Re: identity columns Vitaly Burovoy 03:45
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... 📎 Vitaly Burovoy 05:26
Re: IF (NOT) EXISTS in psql-completion Pavel Stehule 05:40
Re: Fix for PL/Python slow input arrays traversal issue Pavel Stehule 05:44
Re: COPY command with RLS bug Michael Paquier 06:37
Re: Useless dependency assumption libxml2 -> libxslt in MSVC scripts 📎 Michael Paquier 07:03
Re: Tuplesort merge pre-reading Heikki Linnakangas 07:04
Re: WAL consistency check facility Michael Paquier 07:19
Re: An extra error for client disconnection on Windows Michael Paquier 07:53
Re: PATCH: Exclude additional directories in pg_basebackup Michael Paquier 08:22
Re: pg_basebackup, pg_receivexlog and data durability (was: silent data loss with ext4 / all current versions) Peter Eisentraut 09:27
Allow to_date() and to_timestamp() to accept localized month names 📎 Mattia 10:18
Re: Logical Replication WIP Peter Eisentraut 10:35
Re: pg_basebackup, pg_receivexlog and data durability (was: silent data loss with ext4 / all current versions) Craig Ringer 10:36
Re: Block level parallel vacuum WIP Pavan Deolasee 10:44
Re: pg_sequence catalog 📎 Peter Eisentraut 11:17
Re: improved DefElem list processing 📎 Peter Eisentraut 11:25
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. 📎 Amit Kapila 11:32
Re: pg_sequence catalog Amit Kapila 11:53
Re: An extra error for client disconnection on Windows Tom Lane 14:44
Re: WAL consistency check facility Robert Haas 15:03
Re: Allow to_date() and to_timestamp() to accept localized month names Tom Lane 15:41
Re: COPY command with RLS bug Adam Brightwell 15:49
Re: Useless dependency assumption libxml2 -> libxslt in MSVC scripts Tom Lane 15:49
Re: Useless dependency assumption libxml2 -> libxslt in MSVC scripts Tom Lane 16:03
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Tom Lane 16:51
Re: Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 18:10
Re: GiST penalty functions [PoC] Andrew Borodin 18:19
Re: pg_sequence catalog Andres Freund 19:09
Re: Tuplesort merge pre-reading Peter Geoghegan 19:09
Re: feature request: explain "with details" option Jeff Janes 19:27
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Tom Lane 20:21
Re: High-CPU consumption on information_schema (only) query Robins Tharakan 20:27
Re: High-CPU consumption on information_schema (only) query Tom Lane 20:35
Re: [GENERAL] C++ port of Postgres Christian Convey 21:12
Re: High-CPU consumption on information_schema (only) query Robins Tharakan 21:25
Re: [GENERAL] C++ port of Postgres Tom Lane 22:20
Re: [GENERAL] C++ port of Postgres Christian Convey 22:20
Re: Write Ahead Logging for Hash Indexes Mark Kirkwood 22:40
Re: Let file_fdw access COPY FROM PROGRAM 📎 Corey Huinker 23:04

Sept. 11, 2016

Thread Author Time
Re: feature request: explain "with details" option Jim Nasby 02:50
Merge Join with an Index Optimization Michael Malis 03:02
Re: [PATCH] Alter or rename enum value Jim Nasby 03:05
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE Jim Nasby 03:08
Re: [PATCH] Generic type subscription Jim Nasby 03:10
Re: sequence data type Jim Nasby 03:14
Re: Override compile time log levels of specific messages/modules Jim Nasby 03:31
Re: sequence data type Vitaly Burovoy 03:38
Re: Write Ahead Logging for Hash Indexes Amit Kapila 05:01
Re: pg_sequence catalog Amit Kapila 05:15
Re: WAL consistency check facility Amit Kapila 05:39
Re: WAL consistency check facility Amit Kapila 05:49
Re: [PATCH] Alter or rename enum value Emre Hasegeli 07:04
Re: Write Ahead Logging for Hash Indexes Mark Kirkwood 07:16
Re: Write Ahead Logging for Hash Indexes Mark Kirkwood 09:31
Use nanosleep() for pg_usleep() on Unix/Linux? Paul Guo 09:56
Re: Override compile time log levels of specific messages/modules Craig Ringer 11:42
Re: Useless dependency assumption libxml2 -> libxslt in MSVC scripts 📎 Michael Paquier 13:06
Re: Parallel tuplesort (for parallel B-Tree index creation) Heikki Linnakangas 13:28
Re: C++ port of Postgres Christian Convey 13:47
Re: [GENERAL] C++ port of Postgres Heikki Linnakangas 14:11
Re: [GENERAL] C++ port of Postgres Heikki Linnakangas 14:12
Re: [GENERAL] C++ port of Postgres Christian Convey 14:26
Re: [PATCH] Alter or rename enum value Tom Lane 14:34
Re: Use nanosleep() for pg_usleep() on Unix/Linux? Tom Lane 15:26
Re: Tuplesort merge pre-reading 📎 Heikki Linnakangas 15:47
Re: Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 15:52
Re: cost_sort() may need to be updated Tom Lane 16:01
Re: cost_sort() may need to be updated Peter Geoghegan 16:13
Re: Merge Join with an Index Optimization Tom Lane 16:20
Re: [GENERAL] C++ port of Postgres Christian Convey 16:34
Re: Useless dependency assumption libxml2 -> libxslt in MSVC scripts Tom Lane 16:47
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Kevin Grittner 17:34
Re: Parallel tuplesort (for parallel B-Tree index creation) 📎 Peter Geoghegan 18:05
Re: Install extensions using update scripts (was Re: Remove superuser() checks from pgstattuple) Tom Lane 18:19
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Tom Lane 18:25
Re: WAL consistency check facility 📎 Kuntal Ghosh 20:06
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Kevin Grittner 20:52
Re: Merge Join with an Index Optimization Michael Malis 21:07
Re: Tuplesort merge pre-reading Peter Geoghegan 22:13
Re: Useless dependency assumption libxml2 -> libxslt in MSVC scripts Michael Paquier 22:23
Re: Tuplesort merge pre-reading Peter Geoghegan 22:34
Typo in filename identification 📎 Daniel Gustafsson 22:56
Re: Tuplesort merge pre-reading Peter Geoghegan 22:59
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Vitaly Burovoy 23:11
Re: Merge Join with an Index Optimization Thomas Munro 23:20
Re: Tuplesort merge pre-reading Peter Geoghegan 23:39

Sept. 12, 2016

Thread Author Time
Re: Tuplesort merge pre-reading Gavin Flower 00:16
Re: Tuplesort merge pre-reading Gavin Flower 00:34
CommitFest 2016-09 status summary Fabrízio de Royes Mello 00:51
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Michael Paquier 01:00
Re: Forbid use of LF and CR characters in database and role names Noah Misch 01:01
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Tom Lane 01:07
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Tom Lane 01:13
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Stephen Frost 01:16
Re: Add support for restrictive RLS policies Robert Haas 01:30
Re: Write Ahead Logging for Hash Indexes 📎 Jeff Janes 01:30
Re: Add support for restrictive RLS policies Stephen Frost 01:57
Re: patch: function xmltable Craig Ringer 01:58
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn 📎 Michael Paquier 02:27
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Tom Lane 02:38
Re: Forbid use of LF and CR characters in database and role names Michael Paquier 02:38
Re: Write Ahead Logging for Hash Indexes Amit Kapila 02:40
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Michael Paquier 02:46
Re: Write Ahead Logging for Hash Indexes Amit Kapila 02:46
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Vitaly Burovoy 02:52
Re: patch: function xmltable 📎 Craig Ringer 04:28
Re: patch: function xmltable Craig Ringer 04:36
Re: patch: function xmltable Pavel Stehule 04:42
Re: patch: function xmltable 📎 Pavel Stehule 05:07
Re: patch: function xmltable Pavel Stehule 05:48
Re: patch: function xmltable Pavel Stehule 05:52
Re: Let file_fdw access COPY FROM PROGRAM Amit Langote 05:59
Re: Write Ahead Logging for Hash Indexes Jeff Janes 05:59
Re: patch: function xmltable Craig Ringer 06:02
Re: patch: function xmltable Pavel Stehule 06:02
Re: Project Policies Noah Misch 06:08
Re: patch: function xmltable Craig Ringer 06:14
[No subject] Pavel Stehule 06:29
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Simon Riggs 06:30
Re: patch: function xmltable Craig Ringer 06:46
Re: Aggregate Push Down - Performing aggregation on foreign server Prabhat Sahu 06:50
Re: Craig Ringer 07:07
Re: Pavel Stehule 07:17
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Simon Riggs 07:19
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Michael Paquier 07:28
Re: pgbench - allow to store select results into variables Amit Langote 07:33
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Simon Riggs 07:59
Re: Typo in filename identification Simon Riggs 08:04
Re: CVE-2016-1238 fix breaks (at least) pg_rewind tests Michael Paquier 08:08
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Michael Paquier 08:10
Re: asynchronous and vectorized execution 📎 Kyotaro HORIGUCHI 09:02
Re: Refactoring of heapam code. Pavan Deolasee 10:12
[PATCH] Tab completion for ALTER TYPE … RENAME VALUE … 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 11:28
Re: Aggregate Push Down - Performing aggregation on foreign server Jeevan Chalke 11:47
Re: Aggregate Push Down - Performing aggregation on foreign server Jeevan Chalke 11:49
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Tom Lane 12:08
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Kevin Grittner 12:29
Re: Push down more full joins in postgres_fdw 📎 Etsuro Fujita 12:35
Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn Michael Paquier 12:53
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Vitaly Burovoy 12:53
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Tom Lane 12:55
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Kevin Grittner 13:14
Re: [PATCH] Tab completion for ALTER TYPE … RENAME VALUE … Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 13:16
Re: Hash Indexes 📎 Jesper Pedersen 13:20
Re: multivariate statistics (v19) Dean Rasheed 14:08
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 14:19
Re: [REVIEW] Tab Completion for CREATE DATABASE ... TEMPLATE ... Kevin Grittner 14:32
Re: Tuplesort merge pre-reading Claudio Freire 15:02
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 15:29
Re: Tuplesort merge pre-reading 📎 Claudio Freire 15:47
Re: Tuplesort merge pre-reading Peter Geoghegan 15:51
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 16:10
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 16:14
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 16:16
Re: Let file_fdw access COPY FROM PROGRAM 📎 Corey Huinker 16:21
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 16:25
Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan 16:40
Re: OpenSSL 1.1 breaks configure and more 📎 Heikki Linnakangas 16:51
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 16:54
Re: Write Ahead Logging for Hash Indexes Jesper Pedersen 16:54
Re: Let file_fdw access COPY FROM PROGRAM 📎 Corey Huinker 17:01
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 17:26
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 17:38
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 17:44
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 17:48
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 17:58
Re: ICU integration Peter Geoghegan 18:04
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 18:05
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 18:18
Re: PATCH: Exclude additional directories in pg_basebackup Peter Eisentraut 18:50
Re: Tuplesort merge pre-reading 📎 Heikki Linnakangas 19:07
Re: Tuplesort merge pre-reading Peter Geoghegan 19:09
Re: pg_basebackup wish list Peter Eisentraut 19:26
Re: pg_basebackup wish list Tom Lane 19:31
inappropriate use of NameGetDatum macro 📎 Mark Dilger 19:39
Re: Logical Replication WIP Petr Jelinek 19:47
Re: Logical Replication WIP Andres Freund 19:54
Re: inappropriate use of NameGetDatum macro Tom Lane 19:55
Re: Logical Replication WIP Petr Jelinek 19:57
Re: feature request: explain "with details" option Robert Haas 20:07
Re: Logical Replication WIP Andres Freund 20:21
Re: feature request: explain "with details" option Tom Lane 20:25
Re: identity columns Peter Eisentraut 21:02
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 21:36
Re: Logical Replication WIP Petr Jelinek 22:03
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 22:07
Re: Hash Indexes Mark Kirkwood 22:28
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 22:35
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 23:11
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 23:35
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 23:46
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 23:56
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) 📎 Andres Freund 23:58
Re: identity columns Vitaly Burovoy 23:59
Re: PATCH: Exclude additional directories in pg_basebackup Michael Paquier 23:59

Browse Archives

Prev | Next