[go: up one dir, main page]

pgsql-hackers since 2015-04-06 18:02

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

April 6, 2015

Thread Author Time
Re: TABLESAMPLE patch 📎 Petr Jelinek 18:02
Re: Exposing PG_VERSION_NUM in pg_config Jim Nasby 18:10
Re: Freeze avoidance of very large table. Josh Berkus 18:28
Re: BUG #12989: pg_size_pretty with negative values David G. Johnston 18:33
Re: Freeze avoidance of very large table. Alvaro Herrera 18:35
Re: Freeze avoidance of very large table. Josh Berkus 18:39
Re: BUG #12989: pg_size_pretty with negative values Tom Lane 18:52
Re: BRIN range operator class 📎 Emre Hasegeli 19:36
Re: Freeze avoidance of very large table. Jim Nasby 20:19
Re: Auditing extension for PostgreSQL (Take 2) Peter Eisentraut 20:34
Re: Auditing extension for PostgreSQL (Take 2) Simon Riggs 20:47
Re: Auditing extension for PostgreSQL (Take 2) Alvaro Herrera 21:03
Re: BRIN range operator class Alvaro Herrera 21:17
Re: Freeze avoidance of very large table. Greg Stark 22:18
Re: Freeze avoidance of very large table. Jim Nasby 22:53

April 7, 2015

Thread Author Time
Re: Auditing extension for PostgreSQL (Take 2) David Steele 00:24
Re: Proposal : REINDEX xxx VERBOSE Fabrízio de Royes Mello 00:32
Re: Auditing extension for PostgreSQL (Take 2) David Steele 00:38
Re: Auditing extension for PostgreSQL (Take 2) Simon Riggs 01:12
PATCH: use foreign keys to improve join estimates v1 📎 Tomas Vondra 01:41
Re: Freeze avoidance of very large table. Sawada Masahiko 02:22
Re: pg_rewind and log messages Michael Paquier 02:31
Typo in a comment in set_rel_size() 📎 Amit Langote 02:33
Re: pg_rewind and log messages 📎 Michael Paquier 02:59
Ignoring some binaries generated in src/test 📎 Michael Paquier 03:51
Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) Kouhei Kaigai 04:46
Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) 📎 Shigeru Hanada 06:53
Re: pg_rewind and log messages Fujii Masao 07:16
Re: pg_rewind and log messages Fujii Masao 07:33
Re: pg_rewind and log messages 📎 Michael Paquier 07:33
Re: pg_rewind and log messages Michael Paquier 07:37
Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) 📎 Shigeru Hanada 07:42
Re: Assertion failure when streaming logical changes Craig Ringer 09:22
Re: Proposal : REINDEX xxx VERBOSE 📎 Sawada Masahiko 10:22
PATCH: Add 'pid' column to pg_replication_slots 📎 Craig Ringer 10:41
Row security violation error is misleading Craig Ringer 12:11
Re: Assertion failure when streaming logical changes Andres Freund 12:54
Re: PATCH: Add 'pid' column to pg_replication_slots Andres Freund 13:08
Re: Proposal : REINDEX xxx VERBOSE 📎 Fabrízio de Royes Mello 13:12
Re: Column mis-spelling hints vs case folding Robert Haas 13:37
Re: Column mis-spelling hints vs case folding Greg Stark 14:04
Re: Replication identifiers, take 4 Andres Freund 14:30
Re: Replication identifiers, take 4 Andres Freund 14:37
Re: Replication identifiers, take 4 Andres Freund 15:08
Re: Row security violation error is misleading Stephen Frost 15:21
Re: Replication identifiers, take 4 Jim Nasby 15:57
Re: Replication identifiers, take 4 Andres Freund 15:58
Re: Proposal : REINDEX xxx VERBOSE Sawada Masahiko 16:04
Re: Proposal : REINDEX xxx VERBOSE Fabrízio de Royes Mello 16:11
Re: Support UPDATE table SET(*)=... 📎 Tom Lane 16:53
Re: Proposal : REINDEX xxx VERBOSE Sawada Masahiko 16:57
rare avl shutdown slowness (related to signal handling) Qingqing Zhou 17:54
Re: Support UPDATE table SET(*)=... Tom Lane 18:19
Re: Support UPDATE table SET(*)=... Alvaro Herrera 19:00
Re: Support UPDATE table SET(*)=... Peter Geoghegan 19:01
Re: Support UPDATE table SET(*)=... Peter Geoghegan 19:04
Re: Support UPDATE table SET(*)=... Tom Lane 19:22
"rejected" vs "returned with feedback" in new CF app Tom Lane 19:33
Re: "rejected" vs "returned with feedback" in new CF app Peter Eisentraut 19:35
Re: Auditing extension for PostgreSQL (Take 2) Peter Eisentraut 19:41
Re: Row security violation error is misleading Peter Geoghegan 20:11
Re: pg_restore -t should match views, matviews, and foreign tables Peter Eisentraut 20:19
Re: Parallel Seq Scan Kevin Grittner 20:23
Re: deparsing utility commands Alvaro Herrera 20:32
Re: deparsing utility commands 📎 Alvaro Herrera 20:33
Re: pg_restore -t should match views, matviews, and foreign tables Tom Lane 20:33
Re: pg_rewind and log messages Heikki Linnakangas 20:39
Re: pg_rewind and log messages Alvaro Herrera 20:53
Re: pg_restore -t should match views, matviews, and foreign tables David G. Johnston 21:05
Re: rare avl shutdown slowness (related to signal handling) 📎 Qingqing Zhou 21:11
Re: rare avl shutdown slowness (related to signal handling) Tom Lane 21:32
Re: rare avl shutdown slowness (related to signal handling) 📎 Alvaro Herrera 21:56
Re: rare avl shutdown slowness (related to signal handling) Tom Lane 22:13
Re: Support UPDATE table SET(*)=... Jim Nasby 22:36
Re: Replication identifiers, take 4 Jim Nasby 22:39
Re: New error code to track unsupported contexts Jim Nasby 22:42
Re: EvalPlanQual behaves oddly for FDW queries involving system columns Tom Lane 22:44
Re: rare avl shutdown slowness (related to signal handling) Qingqing Zhou 22:57
Re: rare avl shutdown slowness (related to signal handling) Tom Lane 23:01
Re: rare avl shutdown slowness (related to signal handling) Qingqing Zhou 23:15
Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. ); Fabrízio de Royes Mello 23:52

April 8, 2015

Thread Author Time
Tuple visibility within a single XID Jim Nasby 00:59
Re: Tuple visibility within a single XID Peter Geoghegan 01:11
Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. ); Alvaro Herrera 01:15
Re: New error code to track unsupported contexts Alvaro Herrera 01:21
Re: pg_regress writes into source tree Jim Nasby 01:28
Re: Tuple visibility within a single XID Jim Nasby 01:32
Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. ); Fabrízio de Royes Mello 01:57
Re: pg_regress writes into source tree Michael Paquier 02:02
Re: Tuple visibility within a single XID Qingqing Zhou 02:16
Re: pg_rewind and log messages Fujii Masao 02:16
Re: Tuple visibility within a single XID Peter Geoghegan 02:24
Re: Parallel Seq Scan Robert Haas 02:24
Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0 Peter Geoghegan 02:41
Re: Bringing text abbreviation debug output under the control of trace_sort Robert Haas 02:46
Re: Bringing text abbreviation debug output under the control of trace_sort Peter Geoghegan 02:50
Re: pg_dump / copy bugs with "big lines" ? Robert Haas 02:53
Re: [PATCH] Add transforms feature 📎 Peter Eisentraut 02:55
Re: "rejected" vs "returned with feedback" in new CF app Robert Haas 02:57
Re: libpq's multi-threaded SSL callback handling is busted Peter Eisentraut 03:02
Re: "rejected" vs "returned with feedback" in new CF app Michael Paquier 03:18
Re: pg_dump / copy bugs with "big lines" ? Michael Paquier 03:29
Re: Parallel Seq Scan Amit Kapila 03:46
Re: File count restriction of directory limits number of relations inside a database. sudalai 03:49
Re: Parallel Seq Scan Amit Kapila 03:58
Re: Proposal : REINDEX xxx VERBOSE Fujii Masao 04:09
Removal of FORCE option in REINDEX Fujii Masao 04:14
Re: Removal of FORCE option in REINDEX Fabrízio de Royes Mello 04:17
Re: Really bad blowups with hash outer join and nulls Jim Nasby 04:50
Re: Replication identifiers, take 4 Michael Paquier 04:59
Re: pg_dump / copy bugs with "big lines" ? Jim Nasby 05:06
Re: Re: File count restriction of directory limits number of relations inside a database. Jim Nasby 05:09
Re: New error code to track unsupported contexts 📎 Michael Paquier 05:30
Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0 📎 Peter Geoghegan 05:59
Re: configure can't detect proper pthread flags Max Filippov 06:31
Re: NOT NULL markings for BKI columns 📎 Jeevan Chalke 06:49
ConfigData in postgresql.conf Dmitry Voronin 07:32
Re: Parallel Seq Scan David Rowley 07:34
Re: Parallel Seq Scan Amit Langote 07:38
Re: ConfigData in postgresql.conf Michael Paquier 07:53
Re: [PATCH] Add transforms feature 📎 Pavel Stehule 07:54
Re: libpq's multi-threaded SSL callback handling is busted Jan Urbański 09:26
Re: Support UPDATE table SET(*)=... Andrew Gierth 09:44
Re: Parallel Seq Scan David Rowley 10:00
Re: Row security violation error is misleading Dean Rasheed 11:50
Re: Row security violation error is misleading 📎 Dean Rasheed 11:52
Re: TABLESAMPLE patch Amit Kapila 12:03
Re: Removal of FORCE option in REINDEX 📎 Fujii Masao 12:04
Re: Parallel Seq Scan Amit Kapila 12:12
Re: Replication identifiers, take 4 Petr Jelinek 12:17
Re: Replication identifiers, take 4 Andres Freund 12:22
Re: Replication identifiers, take 4 Petr Jelinek 12:24
Re: Re: File count restriction of directory limits number of relations inside a database. Tomas Vondra 12:29
Re: Re: File count restriction of directory limits number of relations inside a database. Andres Freund 12:33
Making src/test/ssl more robust 📎 Michael Paquier 12:57
Re: Proposal : REINDEX xxx VERBOSE Sawada Masahiko 13:53
Re: Tuple visibility within a single XID Tom Lane 14:02
Re: Row security violation error is misleading Kevin Grittner 14:07
Re: Sloppy SSPI error reporting code Bruce Momjian 14:28
Re: Support UPDATE table SET(*)=... Tom Lane 14:57
Re: Row security violation error is misleading Stephen Frost 15:02
Re: Row security violation error is misleading Stephen Frost 15:27
Re: Removal of FORCE option in REINDEX Jim Nasby 15:33
Re: rare avl shutdown slowness (related to signal handling) 📎 Alvaro Herrera 15:34
Re: Support UPDATE table SET(*)=... Andrew Gierth 15:44
Gracefully Reload SSL Certificates Donald Stufft 15:48
Re: Support UPDATE table SET(*)=... Tom Lane 16:05
Re: Support UPDATE table SET(*)=... Andrew Gierth 16:24
Re: Support UPDATE table SET(*)=... Alvaro Herrera 16:33
Re: Support UPDATE table SET(*)=... Tom Lane 16:37
Re: Precedence of NOT LIKE, NOT BETWEEN, etc Greg Stark 17:11
Re: Precedence of NOT LIKE, NOT BETWEEN, etc Tom Lane 17:14
Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0 Peter Geoghegan 17:17
Re: Row security violation error is misleading Dean Rasheed 17:30
Re: Providing catalog view to pg_hba.conf file - Patch submission Greg Stark 18:19
Re: New error code to track unsupported contexts Alvaro Herrera 18:45
Re: "rejected" vs "returned with feedback" in new CF app Magnus Hagander 19:28
Re: deparsing utility commands David Steele 19:30
Re: TABLESAMPLE patch Jeff Janes 19:30
Re: "rejected" vs "returned with feedback" in new CF app Andres Freund 19:38
Re: "rejected" vs "returned with feedback" in new CF app Andrew Dunstan 19:39
Re: "rejected" vs "returned with feedback" in new CF app David G. Johnston 20:50
Re: Gracefully Reload SSL Certificates Bruce Momjian 22:35
Re: New error code to track unsupported contexts Michael Paquier 23:51

April 9, 2015

Thread Author Time
Re: "rejected" vs "returned with feedback" in new CF app Robert Haas 00:20
Re: "rejected" vs "returned with feedback" in new CF app Michael Paquier 00:59
Failure to coerce unknown type to specific type 📎 Jeff Davis 01:21
Re: Failure to coerce unknown type to specific type Tom Lane 01:31
Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) Kouhei Kaigai 01:48
Re: Removal of FORCE option in REINDEX Fujii Masao 02:33
Re: EvalPlanQual behaves oddly for FDW queries involving system columns Etsuro Fujita 03:07
Re: Proposal : REINDEX xxx VERBOSE Fujii Masao 04:14
Re: Failure to coerce unknown type to specific type Jeff Davis 06:18
Re: Row security violation error is misleading Craig Ringer 06:47
Re: Row security violation error is misleading Craig Ringer 06:52
Re: Row security violation error is misleading Dean Rasheed 06:56
Re: GUC context information in the document. Kyotaro HORIGUCHI 07:01
Re: Making src/test/ssl more robust 📎 Michael Paquier 07:06
Re: "rejected" vs "returned with feedback" in new CF app Magnus Hagander 07:48
Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) 📎 Shigeru HANADA 07:50
Re: TABLESAMPLE patch Michael Paquier 08:12
Re: How about to have relnamespace and relrole? 📎 Kyotaro HORIGUCHI 08:25
Re: TABLESAMPLE patch Simon Riggs 08:52
Re: TABLESAMPLE patch Michael Paquier 09:02
Re: TABLESAMPLE patch Michael Paquier 09:04
Re: How about to have relnamespace and relrole? Kyotaro HORIGUCHI 09:09
Re: TABLESAMPLE patch Simon Riggs 09:37
Possible gaps/garbage in the output of XLOG reader 📎 Antonin Houska 10:05
Re: Parallel Seq Scan David Rowley 10:07
Re: SSL information view 📎 Magnus Hagander 11:31
Re: NOT NULL markings for BKI columns Andres Freund 11:33
Re: "rejected" vs "returned with feedback" in new CF app Tom Lane 12:20
Re: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API) Kouhei Kaigai 12:22
psql showing owner in \dT 📎 Magnus Hagander 12:31
Re: TABLESAMPLE patch Petr Jelinek 13:09
Re: "rejected" vs "returned with feedback" in new CF app Magnus Hagander 13:09
Re: pg_restore -t should match views, matviews, and foreign tables 📎 Craig Ringer 13:13
Re: "rejected" vs "returned with feedback" in new CF app Andres Freund 13:17
Re: Row security violation error is misleading Stephen Frost 13:17
Re: SSL information view Andres Freund 13:20

Browse Archives

Prev | Next