pgsql-hackers since 2015-08-12 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

Aug. 12, 2015

Thread Author Time
Re: GIN pending clean up is not interruptable Tom Lane 00:27
Re: Commitfest remaining "Needs Review" items Stephen Frost 01:57
Re: Test code is worth the space Noah Misch 02:10
Re: can't coax query planner into using all columns of a gist index Tom Lane 02:23
Re: Raising our compiler requirements for 9.6 Noah Misch 02:34
Re: Reducing ClogControlLock contention Amit Kapila 03:49
Re: Reducing ClogControlLock contention Amit Kapila 04:14
Re: All-zero page in GIN index causes assertion failure 📎 Alvaro Herrera 04:19
Re: WIP: SCRAM authentication 📎 Michael Paquier 04:37
TransactionIdGetCommitTsData and its dereferenced pointers 📎 Michael Paquier 05:36
Re: Raising our compiler requirements for 9.6 Andres Freund 07:29
Re: How to compare different datums within from a tuple? Peter Moser 07:30
Re: PL/pgSQL, RAISE and error context Pavel Stehule 07:36
Re: Test code is worth the space Simon Riggs 07:39
Re: Raising our compiler requirements for 9.6 Andres Freund 07:53
Re: patch : Allow toast tables to be moved to a different tablespace Simon Riggs 08:02
Re: Macro nesting hell Andres Freund 08:11
Re: optimizing vacuum truncation scans Simon Riggs 08:11
Warnings around booleans Andres Freund 08:43
Re: PL/pgSQL, RAISE and error context Marko Tiikkaja 09:07
Re: How to compare different datums within from a tuple? Peter Moser 09:10
Re: PL/pgSQL, RAISE and error context Pavel Stehule 09:11
Re: Transactions involving multiple postgres foreign servers 📎 Ashutosh Bapat 10:25
Re: Warnings around booleans Andres Freund 10:41
Re: Foreign join pushdown vs EvalPlanQual 📎 Etsuro Fujita 11:25
Re: Warnings around booleans Stephen Frost 12:16
Re: Warnings around booleans Andres Freund 12:32
Re: Warnings around booleans Stephen Frost 12:46
Re: Tab completion for CREATE SEQUENCE Vik Fearing 13:22
Re: Foreign join pushdown vs EvalPlanQual Kouhei Kaigai 14:18
Re: Macro nesting hell Tom Lane 14:18
Re: Macro nesting hell Tom Lane 14:42
Re: WIP: SCRAM authentication Peter Eisentraut 14:50
Re: can't coax query planner into using all columns of a gist index Gideon Dresdner 15:07
Re: fix oversight converting buf_id to Buffer Andres Freund 15:37
Re: Tab completion for CREATE SEQUENCE Robert Haas 16:09
Re: GinPageIs* don't actually return a boolean 📎 Andres Freund 16:11
Re: WIP: SCRAM authentication Robert Haas 16:19
Re: Raising our compiler requirements for 9.6 Robert Haas 17:00
count_nulls(VARIADIC "any") 📎 Marko Tiikkaja 17:18
Re: can't coax query planner into using all columns of a gist index 📎 Gideon Dresdner 17:21
pgsql: Close some holes in BRIN page assignment Alvaro Herrera 17:21
Re: count_nulls(VARIADIC "any") Greg Stark 17:23
Re: count_nulls(VARIADIC "any") Alvaro Herrera 17:30
Re: count_nulls(VARIADIC "any") Pavel Stehule 17:31
Re: count_nulls(VARIADIC "any") Peter Geoghegan 17:32
Re: count_nulls(VARIADIC "any") Marko Tiikkaja 17:33
Re: count_nulls(VARIADIC "any") Pavel Stehule 17:35
Re: count_nulls(VARIADIC "any") Marko Tiikkaja 17:37
Re: count_nulls(VARIADIC "any") Pavel Stehule 17:44
Re: Test code is worth the space Greg Stark 17:46
Re: Test code is worth the space Peter Geoghegan 18:04
Re: Test code is worth the space Alvaro Herrera 18:20
Re: fix oversight converting buf_id to Buffer Qingqing Zhou 18:48
Re: [COMMITTERS] Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization) 📎 Alvaro Herrera 18:52
Re: Raising our compiler requirements for 9.6 Andres Freund 18:57
Re: GIN pending clean up is not interruptable 📎 Jeff Janes 18:59
Re: [COMMITTERS] pgsql: Close some holes in BRIN page assignment Alvaro Herrera 19:08
Re: pgsql: Further fixes for degenerate outer join clauses. Andrew Dunstan 19:18
Re: Warnings around booleans 📎 Andres Freund 19:45
Re: WIP: SCRAM authentication Peter Eisentraut 19:53
Re: WIP: SCRAM authentication Stephen Frost 20:09
Re: WIP: SCRAM authentication Robert Haas 20:21
Re: Raising our compiler requirements for 9.6 Robert Haas 20:25
Re: Raising our compiler requirements for 9.6 Heikki Linnakangas 20:34
Re: checkpointer continuous flushing Fabien COELHO 20:34
Re: Raising our compiler requirements for 9.6 Peter Geoghegan 20:36
Re: WIP: SCRAM authentication Stephen Frost 20:37
Re: Raising our compiler requirements for 9.6 Andres Freund 20:40
Re: Test code is worth the space Robert Haas 20:41
Re: Raising our compiler requirements for 9.6 Andres Freund 20:43
Re: Warnings around booleans 📎 Stephen Frost 20:46
Re: Raising our compiler requirements for 9.6 Robert Haas 20:47
Re: Test code is worth the space Stephen Frost 20:54
Re: WIP: SCRAM authentication Josh Berkus 21:21
Re: can't coax query planner into using all columns of a gist index Tom Lane 22:29
Re: WIP: SCRAM authentication Robert Haas 22:34
Re: pgsql: Further fixes for degenerate outer join clauses. Tom Lane 22:41
Re: GinPageIs* don't actually return a boolean Tom Lane 22:52
Re: GinPageIs* don't actually return a boolean Andres Freund 22:54
Re: GinPageIs* don't actually return a boolean Tom Lane 23:03
Re: GinPageIs* don't actually return a boolean Andres Freund 23:09
Re: count_nulls(VARIADIC "any") Tom Lane 23:11
GIN pending list clean up exposure to SQL 📎 Jeff Janes 23:19
Re: Test code is worth the space Tom Lane 23:20
Re: Test code is worth the space Robert Haas 23:31
Re: [COMMITTERS] pgsql: Close some holes in BRIN page assignment Andres Freund 23:31
Re: Macro nesting hell 📎 Andres Freund 23:43

Aug. 13, 2015

Thread Author Time
Re: count_nulls(VARIADIC "any") David G. Johnston 00:19
Re: WIP: SCRAM authentication Michael Paquier 01:08
Re: Foreign join pushdown vs EvalPlanQual 📎 Kouhei Kaigai 01:13
Re: [sqlsmith] ERROR: failed to build any %d-way joins Tom Lane 01:20
Re: Test code is worth the space Michael Paquier 01:21
Re: WIP: SCRAM authentication Stephen Frost 01:22
Re: Test code is worth the space Stephen Frost 01:24
Parsing tuple contents Vignesh Raghunathan 01:25
Re: Macro nesting hell Tom Lane 01:27
Re: Parsing tuple contents Tom Lane 01:31
Re: Test code is worth the space Robert Haas 01:32
Re: WIP: SCRAM authentication Michael Paquier 01:35
Re: WIP: SCRAM authentication Stephen Frost 01:36
Re: Test code is worth the space Stephen Frost 01:43
Our trial to TPC-DS but optimizer made unreasonable plan Kouhei Kaigai 01:49
Re: WIP: SCRAM authentication Stephen Frost 01:50
Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses. Tom Lane 02:35
Re: WIP: SCRAM authentication Robert Haas 03:00
Re: [COMMITTERS] pgsql: Close some holes in BRIN page assignment Alvaro Herrera 03:24
Re: GIN pending list clean up exposure to SQL Oleg Bartunov 03:28
Re: Parsing tuple contents Vignesh Raghunathan 04:27
Re: Test code is worth the space Fabien COELHO 06:19
Re: Test code is worth the space Magnus Hagander 06:23
Re: PL/pgSQL, RAISE and error context 📎 Pavel Stehule 06:24
Re: Test code is worth the space Peter Geoghegan 06:31
Re: pg_dump quietly ignore missing tables - is it bug? Pavel Stehule 07:17
Re: count_nulls(VARIADIC "any") Shulgin, Oleksandr 07:18
Re: count_nulls(VARIADIC "any") Marko Tiikkaja 07:21
Re: count_nulls(VARIADIC "any") Pavel Stehule 07:25
Re: count_nulls(VARIADIC "any") Atri Sharma 07:28
Re: count_nulls(VARIADIC "any") Shulgin, Oleksandr 07:47
Re: count_nulls(VARIADIC "any") Pavel Stehule 08:01
Views created by UNION ALL Tatsuo Ishii 09:03
[Proposal] Table partition + join pushdown 📎 Taiki Kondo 09:29
Re: [COMMITTERS] pgsql: Close some holes in BRIN page assignment Andres Freund 09:38
Re: [PROPOSAL] VACUUM Progress Checker. Syed, Rahila 10:12
Re: Our trial to TPC-DS but optimizer made unreasonable plan Greg Stark 11:08
Re: Our trial to TPC-DS but optimizer made unreasonable plan 📎 Kouhei Kaigai 11:23
Re: Warnings around booleans Michael Meskes 11:27
Re: Warnings around booleans Heikki Linnakangas 11:28
Re: Warnings around booleans Andres Freund 11:29
Re: Warnings around booleans Andres Freund 11:41
Re: Warnings around booleans Heikki Linnakangas 11:50
Re: [DESIGN] ParallelAppend Kouhei Kaigai 11:56
Re: WIP: SCRAM authentication Stephen Frost 12:58
Re: Test code is worth the space David Steele 13:17
Re: Test code is worth the space David Steele 13:32
Re: [patch] A \pivot command for psql Daniel Verite 13:44
Re: Test code is worth the space Andres Freund 13:55
Re: Test code is worth the space David Steele 14:04
Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses. Stephen Frost 14:10
Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses. Tom Lane 14:26
Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses. Stephen Frost 14:38
Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses. Tom Lane 15:02
Re: [COMMITTERS] pgsql: Further fixes for degenerate outer join clauses. Stephen Frost 15:06
Re: TAP tests are badly named 📎 Andrew Dunstan 15:17
Re: In-core regression tests for replication, cascading, archiving, PITR, etc. 📎 Michael Paquier 15:54
Re: Re: [COMMITTERS] Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization) Alvaro Herrera 16:03
Re: TAP tests are badly named Michael Paquier 16:03
Re: TAP tests are badly named Andrew Dunstan 16:18
pgsql: Re-add BRIN isolation test Alvaro Herrera 17:46
Re: pg_dump quietly ignore missing tables - is it bug? 📎 Pavel Stehule 17:54
buildfarm does not test "make check" Alvaro Herrera 18:11
Re: WIP: SCRAM authentication Josh Berkus 18:25
Re: buildfarm does not test "make check" Andrew Dunstan 18:36
Re: buildfarm does not test "make check" Alvaro Herrera 18:52
Re: buildfarm does not test "make check" Andrew Dunstan 19:03
Re: [BUG] CustomScan->custom_plans are not copied Alvaro Herrera 20:20
Re: [COMMITTERS] pgsql: Re-add BRIN isolation test Alvaro Herrera 20:26
Re: can't coax query planner into using all columns of a gist index Gideon Dresdner 21:11
Re: [COMMITTERS] pgsql: Re-add BRIN isolation test Andrew Dunstan 21:42
Re: [COMMITTERS] pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Alvaro Herrera 22:13
Re: [COMMITTERS] pgsql: Re-add BRIN isolation test Alvaro Herrera 22:40
Re: TAP tests are badly named Michael Paquier 23:24

Aug. 14, 2015

Thread Author Time
Multi-tenancy with RLS 📎 Haribabu Kommi 02:00
Re: In-core regression tests for replication, cascading, archiving, PITR, etc. 📎 Michael Paquier 03:32
Re: Test code is worth the space Jim Nasby 05:11
Re: TAP tests are badly named Noah Misch 07:32
Re: replication slot restart_lsn initialization Michael Paquier 07:44
Re: replication slot restart_lsn initialization Andres Freund 07:54
Re: replication slot restart_lsn initialization Shulgin, Oleksandr 09:09
Re: replication slot restart_lsn initialization Andres Freund 09:10
Configure checks and optimizations/crc32 tests Andres Freund 09:20
query in PostgreSQL Rahul Majumdar/TVM/TCS 09:32
Re: query in PostgreSQL Thomas Munro 09:45
Re: commitfest app bug/feature Magnus Hagander 10:37
Re: Test code is worth the space Simon Riggs 11:47
Re: Configure checks and optimizations/crc32 tests Heikki Linnakangas 12:35
Re: buildfarm does not test "make check" Robert Haas 13:27
Re: TAP tests are badly named Andrew Dunstan 13:27
Re: TAP tests are badly named 📎 Andrew Dunstan 13:31
Re: buildfarm does not test "make check" Andrew Dunstan 13:32
why can the isolation tester handle only one waiting process? Robert Haas 13:33
Re: RFC: replace pg_stat_activity.waiting with something more descriptive Alexander Korotkov 13:53
Re: RFC: replace pg_stat_activity.waiting with something more descriptive Tom Lane 14:11
Re: why can the isolation tester handle only one waiting process? Alvaro Herrera 14:14
Re: Configure checks and optimizations/crc32 tests Andres Freund 16:27
How to compile, link and use a C++ extension jacques klein 16:38
Re: Configure checks and optimizations/crc32 tests Andres Freund 16:42
Management of simple_eval_estate for plpgsql DO blocks Tom Lane 16:42
Re: How to compile, link and use a C++ extension Andres Freund 16:51
Re: How to compile, link and use a C++ extension Tom Lane 17:28
Re: why can the isolation tester handle only one waiting process? Robert Haas 18:00
Re: How to compile, link and use a C++ extension Peter Geoghegan 18:10
Re: How to compile, link and use a C++ extension Andres Freund 18:16
FDW question - how to identify columns to populate in response? Bear Giles 18:18
Re: Management of simple_eval_estate for plpgsql DO blocks Andrew Dunstan 18:27
Re: How to compile, link and use a C++ extension Andrew Dunstan 18:30
Re: Raising our compiler requirements for 9.6 📎 Andres Freund 18:40
Re: why can the isolation tester handle only one waiting process? Alvaro Herrera 18:57
Re: FDW question - how to identify columns to populate in response? Tom Lane 21:13
alter-table-1 isolation test spec contains a duplicate step name Robert Haas 21:13

Browse Archives

Prev | Next