pgsql-hackers since 2017-01-18 11:53

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. 18, 2017

Thread Author Time
Re: [PATCH] kNN for btree Nikita Glukhov 11:53
Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal Michael Paquier 12:28
Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically Tom Lane 12:38
Re: Parallel Index Scans Amit Kapila 13:03
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 13:21
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 13:25
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) 📎 Tom Lane 13:43
Re: Logical replication existing data copy 📎 Petr Jelinek 13:46
Re: Parallel Index Scans Amit Kapila 14:18
Re: emergency outage requiring database restart Merlin Moncure 14:33
pgsql: Add function to import operating system collations Peter Eisentraut 14:36
Re: Improving RLS planning Tom Lane 14:36
Re: References to arbitrary database objects that are suitable for pg_dump Alvaro Herrera 14:40
Re: pgsql: Add function to import operating system collations Tom Lane 14:53
Re: [PATCH] Rename pg_switch_xlog to pg_switch_wal Vladimir Rusinov 15:09
Re: pgsql: Add function to import operating system collations Tom Lane 15:43
Re: pageinspect: Hash index support 📎 Jesper Pedersen 15:45
Re: move collation import to backend Jeff Janes 15:56
Re: Parallel Index Scans Robert Haas 15:57
Re: Patch to implement pg_current_logfile() function 📎 Karl O. Pinc 16:11
Re: move collation import to backend Tom Lane 16:12
Re: PSQL commands: \quit_if, \quit_unless Corey Huinker 16:24
Re: Patch to implement pg_current_logfile() function 📎 Karl O. Pinc 16:26
Re: Logical replication existing data copy Erik Rijkers 16:35
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 17:08
Function transform optimizations versus reality Tom Lane 17:10
Re: pgsql: Add function to import operating system collations Euler Taveira 17:16
Re: pgsql: Add function to import operating system collations Peter Eisentraut 17:23
Re: pgsql: Add function to import operating system collations Peter Eisentraut 17:26
Re: pgsql: Add function to import operating system collations Tom Lane 17:37
Re: increasing the default WAL segment size 📎 Robert Haas 17:42
Re: pgsql: Add function to import operating system collations Tom Lane 17:48
Re: Function transform optimizations versus reality Robert Haas 17:52
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 17:56
Re: PoC: Grouped base relation Robert Haas 18:32
Re: pgsql: Add function to import operating system collations Tom Lane 18:46
Re: pgsql: Add function to import operating system collations Peter Eisentraut 18:52
Re: Parallel bitmap heap scan Robert Haas 18:56
Re: Parallel Index Scans Robert Haas 18:58
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 19:19
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 19:24
Re: Declarative partitioning vs. information_schema Robert Haas 19:32
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 19:34
Re: Logical replication existing data copy Petr Jelinek 19:45
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 20:00
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Peter Eisentraut 20:01
[PATCH] fix typo in commit a4523c5 📎 Nikita Glukhov 20:01
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 20:11
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 20:12
Re: Declarative partitioning - another take Robert Haas 20:12
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 20:24
Re: Declarative partitioning vs. BulkInsertState Robert Haas 20:25
Re: Declarative partitioning - another take Robert Haas 20:29
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Robert Haas 20:37
Re: jsonb_delete with arrays Magnus Hagander 20:42
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 20:43
Re: postgres_fdw bug in 9.6 Robert Haas 20:44
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Robert Haas 20:47
Re: Patch to implement pg_current_logfile() function Robert Haas 20:51
Re: Patch to implement pg_current_logfile() function Robert Haas 20:52
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 20:59
Re: patch: function xmltable 📎 Pavel Stehule 21:08
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 21:08
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Robert Haas 21:15
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 21:20
Re: [PATCH] fix typo in commit a4523c5 Tom Lane 21:34
Re: Typo in hashsearch.c Robert Haas 21:39
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 21:47
Re: Patch to implement pg_current_logfile() function 📎 Karl O. Pinc 21:56
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 21:56
Re: Performance improvement for joins where outer side is unique 📎 David Rowley 22:06
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) 📎 Andres Freund 22:11
Re: PoC: Grouped base relation David Rowley 22:14
smallint out of range EXECUTEing prepared statement Justin Pryzby 22:15
Re: smallint out of range EXECUTEing prepared statement David G. Johnston 22:25
Re: Patch to implement pg_current_logfile() function Alvaro Herrera 22:27
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 22:34
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 22:58
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 23:14
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 23:19
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) David G. Johnston 23:27
Re: Performance improvement for joins where outer side is unique 📎 David Rowley 23:29
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 23:39
Re: Patch to implement pg_current_logfile() function Michael Paquier 23:48
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Michael Paquier 23:52
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Michael Paquier 23:54
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Robert Haas 23:59

Jan. 19, 2017

Thread Author Time
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 00:00
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 00:01
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 00:02
Re: Logical Replication WIP 📎 Petr Jelinek 00:02
Re: PoC: Grouped base relation Robert Haas 00:05
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Robert Haas 00:05
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane 00:08
Re: [PATCH] ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS Petr Jelinek 00:18
Re: [PATCH] ALTER DEFAULT PRIVILEGES with GRANT/REVOKE ON SCHEMAS Stephen Frost 00:35
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Ryan Murphy 00:51
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Ryan Murphy 00:53
Re: smallint out of range EXECUTEing prepared statement Andrew Gierth 00:59
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait 📎 Ryan Murphy 01:13
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Tom Lane 01:38
Re: macaddr 64 bit (EUI-64) datatype support 📎 Haribabu Kommi 02:16
Re: Patch to implement pg_current_logfile() function Michael Paquier 02:29
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Ryan Murphy 02:50
Re: PoC: Grouped base relation Ashutosh Bapat 03:09
Re: Parallel Index Scans Haribabu Kommi 03:23
Re: postgres_fdw bug in 9.6 Ashutosh Bapat 03:26
Re: pg_hba_file_settings view patch Michael Paquier 05:08
Re: Declarative partitioning - another take 📎 Amit Langote 05:15
Re: Password identifiers, protocol aging and SCRAM protocol Noah Misch 06:32
Review: GIN non-intrusive vacuum of posting tree Jeff Davis 06:48
Fix documentation typo 📎 Ishii Ayumi 06:56
Re: Add pgstathashindex() to get hash index table statistics. 📎 Ashutosh Sharma 06:57
Re: Transactions involving multiple postgres foreign servers vinayak 07:04
Re: Causal reads take II Ants Aasma 07:11
Re: PoC: Grouped base relation Tomas Vondra 07:19
Re: pg_hba_file_settings view patch 📎 Haribabu Kommi 07:25
Re: patch: function xmltable 📎 Pavel Stehule 07:48
Re: pg_hba_file_settings view patch Michael Paquier 07:56
Re: Patch to implement pg_current_logfile() function Michael Paquier 07:59
Re: Logical replication existing data copy Erik Rijkers 08:39
Re: Transactions involving multiple postgres foreign servers 📎 Masahiko Sawada 08:44
Re: Password identifiers, protocol aging and SCRAM protocol Simon Riggs 09:17
Re: Parallel Index Scans 📎 Amit Kapila 09:26
Re: Parallel Index Scans Amit Kapila 09:27
Re: Parallel Index Scans Amit Kapila 09:28
Re: Vacuum: allow usage of more than 1GB of work mem Anastasia Lubennikova 09:33
Re: parallelize queries containing subplans Dilip Kumar 09:35
Re: Bug in Physical Replication Slots (at least 9.5)? 📎 Kyotaro HORIGUCHI 09:37
Re: parallelize queries containing subplans Kuntal Ghosh 09:49
Re: parallelize queries containing subplans Kuntal Ghosh 10:12
Re: RustgreSQL Ewan Higgs 10:13
Re: pgsql: Add function to import operating system collations Amit Kapila 10:43
Re: parallelize queries containing subplans Dilip Kumar 11:21
Re: PoC: Grouped base relation Antonin Houska 11:22
Re: Declarative partitioning - another take 📎 Amit Langote 11:23
Re: Vacuum: allow usage of more than 1GB of work mem Claudio Freire 11:31
Re: pageinspect: Hash index support 📎 Ashutosh Sharma 11:38
Re: parallelize queries containing subplans Kuntal Ghosh 11:53
Re: PoC: Grouped base relation Antonin Houska 11:55
Re: Parallel Index-only scan 📎 Rafia Sabih 12:07
Re: Causal reads take II Thomas Munro 12:22
How to extract bytes from a bit/bit(n) Datum pointer? valeriof 12:23
Re: pg_hba_file_settings view patch Ashutosh Bapat 12:28
Re: pg_hba_file_settings view patch Michael Paquier 12:32
Re: patch: function xmltable Alvaro Herrera 12:35
Re: patch: function xmltable Pavel Stehule 12:40
Re: How to extract bytes from a bit/bit(n) Datum pointer? Ashutosh Bapat 12:42
Re: Review: GIN non-intrusive vacuum of posting tree 📎 Andrew Borodin 12:50
Re: pgsql: Add function to import operating system collations Tom Lane 12:53
Re: PoC: Grouped base relation Antonin Houska 12:58
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Pavan Deolasee 13:05
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 13:11
Re: Microvacuum support for Hash Index Jesper Pedersen 13:43
Re: Causal reads take II Ants Aasma 14:01
Re: How to extract bytes from a bit/bit(n) Datum pointer? valeriof 14:08
Re: PoC: Grouped base relation Ashutosh Bapat 14:09
comment ends in the middle of a Robert Haas 14:16
SEGFAULT in HEAD with replication Dave Cramer 14:22
Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically 📎 Peter Eisentraut 14:33
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Peter Eisentraut 14:38
Re: SEGFAULT in HEAD with replication Vladimir Gordiychuk 14:38
Re: [JDBC] SEGFAULT in HEAD with replication Vladimir Gordiychuk 14:42
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 14:53
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Peter Eisentraut 14:55
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 14:57
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Peter Eisentraut 14:59
Re: ISO/IEC 9075-2:2016 for postgres community Wolfgang Wilhelm 15:03
Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait Stephen Frost 15:06
Re: [PATCH] Fix minor race in commit_ts SLRU truncation vs lookups Alvaro Herrera 15:06
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 15:08
Re: Patch to implement pg_current_logfile() function Alvaro Herrera 15:12
Re: pgsql: Add function to import operating system collations 📎 Peter Eisentraut 15:26
Re: ISO/IEC 9075-2:2016 for postgres community Peter Eisentraut 15:34
Re: ISO/IEC 9075-2:2016 for postgres community Albe Laurenz 15:34
Re: increasing the default WAL segment size 📎 Robert Haas 15:49
Re: [JDBC] SEGFAULT in HEAD with replication Jorge Solórzano 15:59
Re: [COMMITTERS] pgsql: Add pg_sequence system catalog Stephen Frost 16:03
Re: pgsql: Add function to import operating system collations Tom Lane 16:41
Re: Too many autovacuum workers spawned during forced auto-vacuum 📎 Robert Haas 16:47
Re: [PATCH] Fix minor race in commit_ts SLRU truncation vs lookups Robert Haas 16:50
Re: [HACKERS] SEGFAULT in HEAD with replication Robert Haas 16:53
Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically Tom Lane 16:53
Re: pgsql: Add function to import operating system collations Stephen Frost 16:54
Re: pgsql: Add function to import operating system collations Tom Lane 16:58
Re: [JDBC] SEGFAULT in HEAD with replication Jorge Solórzano 17:01
Re: pgsql: Add function to import operating system collations Stephen Frost 17:03
Re: [JDBC] SEGFAULT in HEAD with replication Dave Cramer 17:05
Re: postgres_fdw bug in 9.6 Robert Haas 17:08
Re: [JDBC] SEGFAULT in HEAD with replication Dave Cramer 17:09
Re: [JDBC] SEGFAULT in HEAD with replication Robert Haas 17:09
Re: [HACKERS] SEGFAULT in HEAD with replication Robert Haas 17:13
Re: Logical Replication WIP - FailedAssertion, File: "array_typanalyze.c", Line: 340 Erik Rijkers 17:44
Re: pg_background contrib module proposal Andrey Borodin 17:47
Re: Logical replication existing data copy 📎 Petr Jelinek 18:03
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) 📎 Tom Lane 18:06
Re: Logical Replication WIP - FailedAssertion, File: "array_typanalyze.c", Line: 340 📎 Petr Jelinek 18:12
Re: Logical Replication WIP - FailedAssertion, File: "array_typanalyze.c", Line: 340 Erik Rijkers 18:27
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 18:29
Re: [PATCH] Fix minor race in commit_ts SLRU truncation vs lookups Alvaro Herrera 19:08

Browse Archives

Prev | Next