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

Dec. 21, 2015

Thread Author Time
Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types Jim Nasby 00:06
Re: Weighted Stats Jim Nasby 00:13
Re: Making tab-complete.c easier to maintain Thomas Munro 00:35
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table Jim Nasby 01:13
Re: Typo in the comment above heap_prepare_freeze_tuple() Amit Langote 01:39
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table Alvaro Herrera 02:14
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table Peter Geoghegan 02:22
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table David Fetter 02:48
Re: Weighted Stats David Fetter 02:50
Re: psql - -dry-run option Jim Nasby 03:46
Re: psql - -dry-run option Craig Ringer 04:12
Re: Parallel Aggregate 📎 Haribabu Kommi 04:23
Re: [PoC] Asynchronous execution again (which is not parallel) Kyotaro HORIGUCHI 05:07
Re: A typo in syncrep.c Kyotaro HORIGUCHI 05:23
Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types Pavel Stehule 05:51
Threads in PostgreSQL sri harsha 06:21
Re: [HACKERS] Threads in PostgreSQL Atri Sharma 06:24
Re: Threads in PostgreSQL John R Pierce 06:24
Re: Speed up Clog Access by increasing CLOG buffers 📎 Amit Kapila 06:27
Re: Tab completion for ALTER COLUMN SET STATISTICS Jeff Janes 06:34
Re: Tab completion for ALTER COLUMN SET STATISTICS Michael Paquier 06:35
Re: Threads in PostgreSQL Chapman Flack 07:00
Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby 📎 Michael Paquier 07:26
Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. 📎 Michael Paquier 07:45
Re: Parallel Aggregate David Rowley 07:48
Re: Threads in PostgreSQL Konstantin Knizhnik 07:48
Re: Additional LWLOCK_STATS statistics Jesper Pedersen 07:50
Re: Experimental evaluation of PostgreSQL's query optimizer Albe Laurenz 08:22
Re: Freeze avoidance of very large table. Kyotaro HORIGUCHI 08:27
Re: Combining Aggregates David Rowley 09:02
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table Simon Riggs 09:24
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table Peter Geoghegan 09:35
Re: Parallel Aggregate Haribabu Kommi 10:33
Re: Optimizing away second VACUUM heap scan when only BRIN indexes on table Simon Riggs 10:58
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Heikki Linnakangas 11:03
Re: Getting sorted data from foreign server for merge join 📎 Ashutosh Bapat 11:34
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Tomas Vondra 11:53
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Heikki Linnakangas 12:11
Re: Combining Aggregates Robert Haas 12:30
Re: A typo in syncrep.c Robert Haas 12:50
Re: Optimization for updating foreign tables in Postgres FDW 📎 Etsuro Fujita 12:50
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Fabien COELHO 12:51
Re: Experimental evaluation of PostgreSQL's query optimizer Viktor Leis 12:53
Re: ToDo list update for BRIN indexes Robert Haas 12:54
Re: Patch to improve a few appendStringInfo* calls Robert Haas 12:58
Re: Odd behaviour of SELECT ... ORDER BY ... FOR UPDATE Robert Haas 13:00
Re: ToDo list update for BRIN indexes Simon Riggs 13:06
Re: Costing foreign joins in postgres_fdw Ashutosh Bapat 13:27
Re: Patch: Implement failover on libpq connect level. Teodor Sigaev 14:18
Re: Experimental evaluation of PostgreSQL's query optimizer Tom Lane 14:36
Re: ToDo list update for BRIN indexes Robert Haas 14:38
Re: Patch to improve a few appendStringInfo* calls Pavel Stehule 14:40
Re: Experimental evaluation of PostgreSQL's query optimizer Tom Lane 14:42
Re: ToDo list update for BRIN indexes Simon Riggs 14:45
Re: SET SESSION AUTHORIZATION superuser limitation. Robert Haas 14:49
Re: Patch: Implement failover on libpq connect level. 📎 Victor Wagner 14:50
Re: Freeze avoidance of very large table. Robert Haas 14:54
Avoiding pin scan during btree vacuum 📎 Simon Riggs 14:54
Re: SET SESSION AUTHORIZATION superuser limitation. Tom Lane 14:57
Re: custom function for converting human readable sizes to bytes Robert Haas 15:11
Re: Parallel Aggregate Paul Ramsey 15:16
Re: extend pgbench expressions with functions Fabien COELHO 15:16
Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types 📎 Artur Zakirov 15:21
Re: Experimental evaluation of PostgreSQL's query optimizer Viktor Leis 15:57
Re: SET SESSION AUTHORIZATION superuser limitation. Dmitry Igrishin 16:16
Re: Additional role attributes && superuser review 📎 Stephen Frost 16:41
Re: Some questions about the array. Uriy Zhuravlev 16:49
tracking owner of extension-managed objects Chapman Flack 17:17
Re: Some questions about the array. Tom Lane 17:28
Re: tracking owner of extension-managed objects Tom Lane 17:46
Re: Patch: Implement failover on libpq connect level. Alvaro Herrera 18:12
Re: GIN data corruption bug(s) in 9.6devel Jeff Janes 18:41
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates 📎 Robert Haas 18:53
Re: tracking owner of extension-managed objects Chapman Flack 19:30
Re: GIN data corruption bug(s) in 9.6devel Tomas Vondra 19:51
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Peter Geoghegan 19:55
Re: tracking owner of extension-managed objects Chapman Flack 20:09
Coding note: truncating with strlcpy() is not such a hot idea Tom Lane 20:47
Re: Avoiding pin scan during btree vacuum Alvaro Herrera 21:28
Re: Avoiding pin scan during btree vacuum Tom Lane 21:36
Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types Pavel Stehule 21:42
Re: Patch to improve a few appendStringInfo* calls David Rowley 23:28
Re: Parallel Aggregate Haribabu Kommi 23:35
Re: Parallel Aggregate David Rowley 23:38

Dec. 22, 2015

Thread Author Time
Re: Combining Aggregates David Rowley 00:53
Re: Experimental evaluation of PostgreSQL's query optimizer Craig Ringer 01:40
Re: Experimental evaluation of PostgreSQL's query optimizer Craig Ringer 01:49
Re: Declarative partitioning Amit Langote 01:51
Re: SET SESSION AUTHORIZATION superuser limitation. Craig Ringer 02:27
Re: A question regarding LWLock in ProcSleep Kenan Yao 03:41
Re: A question regarding LWLock in ProcSleep Kenan Yao 03:43
Re: Additional role attributes && superuser review Michael Paquier 05:05
Re: custom function for converting human readable sizes to bytes Michael Paquier 05:22
Re: custom function for converting human readable sizes to bytes Pavel Stehule 05:33
Re: Additional role attributes && superuser review Amit Langote 05:54
Re: custom function for converting human readable sizes to bytes Michael Paquier 05:57
Re: Additional role attributes && superuser review Michael Paquier 06:00
Commit fest status for 2015-11 Michael Paquier 06:12
Re: Additional LWLOCK_STATS statistics Michael Paquier 06:15
Re: Patch: Implement failover on libpq connect level. Michael Paquier 06:16
Re: custom function for converting human readable sizes to bytes Pavel Stehule 06:24
Re: Foreign join pushdown vs EvalPlanQual Michael Paquier 06:24
Re: Commit fest status for 2015-11 Tom Lane 06:35
Re: Foreign join pushdown vs EvalPlanQual Amit Langote 06:52
Re: Coding note: truncating with strlcpy() is not such a hot idea Noah Misch 06:53
Re: WIP: Fix parallel workers connection bug in pg_dump (Bug #13727) 📎 Michael Paquier 06:56
Re: Foreign join pushdown vs EvalPlanQual Michael Paquier 07:00
Re: Commit fest status for 2015-11 Michael Paquier 07:04
Re: pgbench - allow backslash-continuations in custom scripts Michael Paquier 07:17
Re: pglogical_output - a general purpose logical decoding output plugin Michael Paquier 07:17
Re: Some questions about the array. Michael Paquier 07:21
Re: A typo in syncrep.c Kyotaro HORIGUCHI 08:18
Re: Experimental evaluation of PostgreSQL's query optimizer Viktor Leis 08:28
Re: pgbench - allow backslash-continuations in custom scripts Kyotaro HORIGUCHI 08:34
Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types 📎 Pavel Stehule 08:59
Re: Experimental evaluation of PostgreSQL's query optimizer Pavel Stehule 09:09
Re: parallel joins, and better parallel explain Dilip Kumar 09:14
Re: A Typo in regress/sql/privileges.sql Peter Geoghegan 09:36
Re: Some bugs in psql_complete of psql 📎 Kyotaro HORIGUCHI 09:44
Re: custom function for converting human readable sizes to bytes 📎 Pavel Stehule 09:45
Re: pglogical_output - a general purpose logical decoding output plugin Craig Ringer 09:55
Re: Some questions about the array. Uriy Zhuravlev 11:29
Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan Michael Paquier 12:32
Re: Mention column name in error messages Michael Paquier 12:49
Re: checkpointer continuous flushing Michael Paquier 13:16
Re: [patch] Proposal for \rotate in psql Michael Paquier 13:19
Re: On columnar storage (2) Michael Paquier 13:30
Re: [Proposal] Table partition + join pushdown Michael Paquier 13:36
Re: Review: GiST support for UUIDs Michael Paquier 13:40
Re: Commit fest status for 2015-11 Michael Paquier 13:45
Maintenance on git.postgresql.org Magnus Hagander 13:56
Re: On columnar storage (2) Alvaro Herrera 14:43
Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system 📎 Noah Misch 14:49
Remove Windows crash dump support? Craig Ringer 14:50
Re: Remove Windows crash dump support? Craig Ringer 14:53
Re: parallel joins, and better parallel explain Robert Haas 15:00
Re: Some questions about the array. Tom Lane 15:10
Re: Maintenance on git.postgresql.org Magnus Hagander 15:13
Re: fix for readline terminal size problems when window is resized with open pager Merlin Moncure 15:25
Re: Remove Windows crash dump support? Magnus Hagander 15:28
Re: fix for readline terminal size problems when window is resized with open pager Tom Lane 15:29
Re: Patch to improve a few appendStringInfo* calls Robert Haas 15:33
Re: Some questions about the array. Yury Zhuravlev 15:36
Re: A typo in syncrep.c Robert Haas 15:37
Re: Patch: fix lock contention for HASHHDR.mutex 📎 Aleksander Alekseev 15:39
Re: Remove Windows crash dump support? Tom Lane 15:46
Re: Remove Windows crash dump support? Alex Ignatov 15:48
Re: Experimental evaluation of PostgreSQL's query optimizer Robert Haas 15:59
Re: Experimental evaluation of PostgreSQL's query optimizer Tom Lane 16:10
Re: Some questions about the array. 📎 Yury Zhuravlev 16:11
Re: Some questions about the array. Tom Lane 16:23
Possible marginally-incompatible change to array subscripting Tom Lane 16:51
Re: Using quicksort for every external sort run Robert Haas 17:10
Re: Speed up Clog Access by increasing CLOG buffers Robert Haas 17:13
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Robert Haas 17:31
Re: Possible marginally-incompatible change to array subscripting Robert Haas 17:34
Re: Foreign join pushdown vs EvalPlanQual Robert Haas 17:36
Re: pglogical_output - a general purpose logical decoding output plugin Robert Haas 17:37
Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan Robert Haas 17:47
Re: Possible marginally-incompatible change to array subscripting Yury Zhuravlev 17:50
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Robert Haas 17:51
Re: Possible marginally-incompatible change to array subscripting Tom Lane 17:55
Re: Possible marginally-incompatible change to array subscripting Tom Lane 18:01
Re: Possible marginally-incompatible change to array subscripting Robert Haas 18:01
Re: A Typo in regress/sql/privileges.sql Robert Haas 18:04
Re: Patch: fix lock contention for HASHHDR.mutex Robert Haas 18:32
Re: A Typo in regress/sql/privileges.sql Alvaro Herrera 18:39
Re: Possible marginally-incompatible change to array subscripting Joshua D. Drake 18:43
Re: Possible marginally-incompatible change to array subscripting Pavel Stehule 18:47
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Peter Geoghegan 18:49
Re: Getting sorted data from foreign server for merge join Robert Haas 18:54
Re: A Typo in regress/sql/privileges.sql Robert Haas 19:01
Re: A Typo in regress/sql/privileges.sql Peter Geoghegan 19:23
Re: Using quicksort for every external sort run Peter Geoghegan 21:37
Re: Additional role attributes && superuser review 📎 Stephen Frost 22:23
Re: On columnar storage (2) Michael Paquier 22:29
Re: Using quicksort for every external sort run Robert Haas 22:57
Re: A Typo in regress/sql/privileges.sql Robert Haas 22:58
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Robert Haas 22:59
Re: A Typo in regress/sql/privileges.sql Peter Geoghegan 23:10
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Peter Geoghegan 23:17
Re: A Typo in regress/sql/privileges.sql Robert Haas 23:38
Re: A Typo in regress/sql/privileges.sql Peter Geoghegan 23:45

Dec. 23, 2015

Thread Author Time
Re: [PROPOSAL] Backup and recovery of pg_statistic Bruce Momjian 00:14
Re: Using quicksort for every external sort run Peter Geoghegan 01:10
Re: Freeze avoidance of very large table. Bruce Momjian 02:06
Re: Possible marginally-incompatible change to array subscripting Tom Lane 02:09
Re: Some questions about the array. Tom Lane 02:15
pgbench --latency-limit option Tatsuo Ishii 02:28
Re: Support for N synchronous standby servers - take 2 Thomas Munro 02:50
Re: Possible marginally-incompatible change to array subscripting Jim Nasby 03:02
Re: Support for N synchronous standby servers - take 2 Thomas Munro 03:15
Re: [PROPOSAL] Backup and recovery of pg_statistic Tom Lane 03:16
Re: Possible marginally-incompatible change to array subscripting Tom Lane 03:25
Re: Getting sorted data from foreign server for merge join Ashutosh Bapat 04:53
Re: Add scale(numeric) Pavel Stehule 05:06
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates 📎 Peter Geoghegan 06:49
Re: parallel joins, and better parallel explain Dilip Kumar 07:34
Re: Combining Aggregates 📎 David Rowley 08:50
Re: Speed up Clog Access by increasing CLOG buffers 📎 Amit Kapila 09:16

Browse Archives

Prev | Next