pgsql-hackers since 2018-12-19 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. 19, 2018

Thread Author Time
Re: Doc typo? Tatsuo Ishii 00:20
Re: Doc typo? Tatsuo Ishii 00:59
Re: ATTACH/DETACH PARTITION CONCURRENTLY Michael Paquier 01:04
Re: Should new partitions inherit their tablespace from their parent? Michael Paquier 01:05
Re: cfbot run pgindent? Michael Paquier 01:11
Re: cfbot run pgindent? Thomas Munro 01:12
Use an enum for RELKIND_*? Andres Freund 01:13
Re: Use an enum for RELKIND_*? Kyotaro HORIGUCHI 02:19
Re: Use an enum for RELKIND_*? Tom Lane 03:50
Re: Use an enum for RELKIND_*? Andres Freund 04:00
What to name the current heap after pluggable storage / what to rename? Andres Freund 04:17
Re: Use an enum for RELKIND_*? Tom Lane 04:17
Re: Use an enum for RELKIND_*? Andres Freund 04:35
Re: pg_dumpall --exclude-database option Michael Paquier 04:53
Re: [PATCH] Improve tab completion for CREATE TABLE Michael Paquier 05:05
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS Michael Paquier 05:27
Re: plpgsql plugin - stmt_beg/end is not called for top level block of statements Michael Paquier 05:45
Re: plpgsql plugin - stmt_beg/end is not called for top level block of statements Pavel Stehule 06:04
Re: ToDo: show size of partitioned table 📎 Pavel Stehule 06:38
Re: [HACKERS] CLUSTER command progress monitor Tatsuro Yamada 06:48
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS Tatsuro Yamada 07:26
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query Amit Kapila 07:34
Re: Ordered Partitioned Table Scans Julien Rouhaud 07:40
Re: What to name the current heap after pluggable storage / what to rename? Peter Eisentraut 08:27
single user mode -P option is ignored Pavel Stehule 08:38
Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Andres Freund 08:39
RE: DECLARE STATEMENT Syntax support 📎 Kuroda, Hayato 08:41
Re: What to name the current heap after pluggable storage / what to rename? Arkhena 08:44
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS Michael Paquier 09:22
Re: Ordered Partitioned Table Scans 📎 David Rowley 09:51
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions 📎 Alexey Kondratov 09:58
RE: [PROPOSAL]a new data type 'bytea' for ECPG 📎 Matsumura, Ryo 10:04
Re: What to name the current heap after pluggable storage / what to rename? Thomas Munro 10:15
Re: Ordered Partitioned Table Scans Julien Rouhaud 10:26
Re: What to name the current heap after pluggable storage / what to rename? Peter Eisentraut 11:02
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query Alvaro Herrera 11:14
Re: What to name the current heap after pluggable storage / what to rename? Andres Freund 11:15
Re: What to name the current heap after pluggable storage / what to rename? Alvaro Herrera 11:32
Re: Conflict handling for COPY FROM 📎 Surafel Temesgen 11:48
Re: insensitive collations Daniel Verite 12:06
Re: Ordered Partitioned Table Scans David Rowley 12:17
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Amit Kapila 12:21
GraalVM Massimo Fidanza 12:42
Re: Ordered Partitioned Table Scans Julien Rouhaud 12:58
Re: Ordered Partitioned Table Scans David Rowley 14:01
Re: GraalVM Chapman Flack 14:17
Re: insensitive collations Tom Lane 14:35
Re: Some memory allocations in gin fastupdate code are a bit brain dead 📎 David Rowley 14:53
Re: Use an enum for RELKIND_*? Tom Lane 14:55
Localization tools for Postgres 📎 Дмитрий Воронин 15:54
Re: dropdb --force Alvaro Herrera 15:55
Re: dropdb --force Pavel Stehule 16:03
Re: Remove Deprecated Exclusive Backup Mode David Steele 16:38
Re: Some memory allocations in gin fastupdate code are a bit brain dead Tom Lane 16:44
Re: single user mode -P option is ignored Tom Lane 16:59
Re: single user mode -P option is ignored Alvaro Herrera 17:06
Re: single user mode -P option is ignored Pavel Stehule 17:07
Re: WRITE_*_ARRAY macros for outfuncs.c Tom Lane 17:11
Re: single user mode -P option is ignored Pavel Stehule 17:18
Re: single user mode -P option is ignored Tom Lane 18:01
Re: GraalVM Massimo Fidanza 18:02
Re: single user mode -P option is ignored Pavel Stehule 18:06
Re: [HACKERS] Macros bundling RELKIND_* conditions 📎 Alvaro Herrera 18:07
Re: [HACKERS] Macros bundling RELKIND_* conditions Tom Lane 18:29
Re: What to name the current heap after pluggable storage / what to rename? Darafei Komяpa Praliaskouski 18:37
Re: Collatability of type "name" 📎 Tom Lane 19:02
Re: Remove Deprecated Exclusive Backup Mode Magnus Hagander 19:02
Re: What to name the current heap after pluggable storage / what to rename? David Fetter 19:08
lock level for DETACH PARTITION looks sketchy Robert Haas 19:13
Re: What to name the current heap after pluggable storage / what to rename? Robert Haas 19:21
Re: What to name the current heap after pluggable storage / what to rename? Daniel Gustafsson 19:35
Re: lock level for DETACH PARTITION looks sketchy Alvaro Herrera 19:44
Re: Remove Deprecated Exclusive Backup Mode David Steele 20:19
Cell-Level security Andrew Alsup 20:19
Postgres Replication Issue mkondle 20:24
Re: Ordered Partitioned Table Scans Julien Rouhaud 20:48
A few new options for vacuumdb 📎 Bossart, Nathan 20:50
Re: pg_dumpall --exclude-database option Andrew Dunstan 20:55
Re: insensitive collations Peter Geoghegan 21:29
Re: insensitive collations Tom Lane 21:41
Re: lock level for DETACH PARTITION looks sketchy Robert Haas 21:58
Re: Ordered Partitioned Table Scans David Rowley 22:07
Re: Some memory allocations in gin fastupdate code are a bit brain dead David Rowley 22:08
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Robert Haas 22:28
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Andres Freund 22:37
Re: gist microvacuum doesn't appear to care about hot standby? 📎 Alexander Korotkov 22:41
RE: [PATCH] Fix Proposal - Deadlock Issue in Single User Mode When IO Failure Occurs 📎 Chengchao Yu 22:51
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Robert Haas 23:04
Re: slow queries over information schema.tables Tom Lane 23:14
Re: GIN predicate locking slows down valgrind isolationtests tremendously Andres Freund 23:22
A tidbit I spotted while playing in tablecmds.c Greg Stark 23:22
Re: [PATCH] Improve tab completion for CREATE TABLE 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 23:22
Re: Remove Deprecated Exclusive Backup Mode Michael Paquier 23:35
Re: [PATCH] Improve tab completion for CREATE TABLE 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 23:39
Re: A tidbit I spotted while playing in tablecmds.c Andres Freund 23:43
Re: [PATCH] Improve tab completion for CREATE TABLE Michael Paquier 23:44

Dec. 20, 2018

Thread Author Time
Re: [PATCH] Improve tab completion for CREATE TABLE 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 00:02
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Tom Lane 00:39
Re: Postgres Replication Issue Michael Paquier 00:40
Re: reducing the footprint of ScanKeyword (was Re: Large writable variables) 📎 John Naylor 00:42
Re: reducing the footprint of ScanKeyword (was Re: Large writable variables) Andrew Gierth 00:54
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Andres Freund 00:56
Re: reducing the footprint of ScanKeyword (was Re: Large writable variables) Andres Freund 01:01
Re: reducing the footprint of ScanKeyword (was Re: Large writable variables) Tom Lane 01:01
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS Tatsuro Yamada 01:05
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS Michael Paquier 01:38
Re: [HACKERS] Macros bundling RELKIND_* conditions Michael Paquier 01:45
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS Tatsuro Yamada 01:47
Re: A few new options for vacuumdb Michael Paquier 02:05
Re: reducing the footprint of ScanKeyword (was Re: Large writable variables) John Naylor 02:59
Re: slow queries over information schema.tables Pavel Stehule 03:31
Switching to 64-bit Bitmapsets 📎 David Rowley 03:44
RE: Protect syscache from bloating with negative cache entries Ideriha, Takeshi 04:26
Re: slow queries over information schema.tables Tom Lane 04:29
Re: Switching to 64-bit Bitmapsets Tom Lane 04:50
Re: Ordered Partitioned Table Scans Julien Rouhaud 05:20
Re: slow queries over information schema.tables Pavel Stehule 05:21
Re: slow queries over information schema.tables Tom Lane 05:24
Re: [PATCH] Improve tab completion for CREATE TABLE Michael Paquier 05:33
Using POPCNT and other advanced bit manipulation instructions 📎 David Rowley 05:53
Re: [HACKERS] Block level parallel vacuum Amit Kapila 06:37
Re: Switching to 64-bit Bitmapsets 📎 David Rowley 06:44
Re: Using POPCNT and other advanced bit manipulation instructions Gavin Flower 07:17
Re: [HACKERS] Restricting maximum keep segments by repslots 📎 Kyotaro HORIGUCHI 07:24
RE: Protect syscache from bloating with negative cache entries Ideriha, Takeshi 07:56
Re: Using POPCNT and other advanced bit manipulation instructions David Rowley 08:10
RE: Localization tools for Postgres Ideriha, Takeshi 08:17
Improve selectivity estimate for range queries 📎 Yuzuko Hosoya 08:21
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Kyotaro HORIGUCHI 08:32
Re: Remove Deprecated Exclusive Backup Mode David Steele 10:29
[patch] de.po REINDEX error Christoph Berg 10:42
Re: Using POPCNT and other advanced bit manipulation instructions Dmitry Dolgov 10:57
Re: Using POPCNT and other advanced bit manipulation instructions Jose Luis Tallon 10:58
Re: Tid scan improvements David Rowley 11:49
Re: Change pgarch_readyXlog() to return .history files first 📎 David Steele 11:57
Re: Add timeline to partial WAL segments David Steele 12:13
START/END line number for COPY FROM 📎 Surafel Temesgen 13:02
Re: Index Skip Scan Dmitry Dolgov 13:46
Re: lock level for DETACH PARTITION looks sketchy Alvaro Herrera 14:29
Re: insensitive collations Daniel Verite 14:39
Re: Online verification of checksums 📎 Michael Banck 15:19
Re: A few new options for vacuumdb Bossart, Nathan 16:48
Re: A case for UPDATE DISTINCT attribute Alexey Bashtanov 16:59
Re: Switching to 64-bit Bitmapsets Tom Lane 17:26
Re: lock level for DETACH PARTITION looks sketchy Robert Haas 17:28
Performance issue in foreign-key-aware join estimation 📎 Tom Lane 17:44
Re: lock level for DETACH PARTITION looks sketchy Alvaro Herrera 18:13
Re: Switching to 64-bit Bitmapsets David Rowley 19:33
Re: lock level for DETACH PARTITION looks sketchy Alvaro Herrera 19:45
Re: ATTACH/DETACH PARTITION CONCURRENTLY 📎 Robert Haas 20:43
Re: lock level for DETACH PARTITION looks sketchy Robert Haas 20:44
Re: Add timeline to partial WAL segments Robert Haas 20:56
Re: ATTACH/DETACH PARTITION CONCURRENTLY Alvaro Herrera 20:58
Re: lock level for DETACH PARTITION looks sketchy Alvaro Herrera 20:58
Re: lock level for DETACH PARTITION looks sketchy Robert Haas 20:59
Re: ATTACH/DETACH PARTITION CONCURRENTLY Robert Haas 21:05
Re: lock level for DETACH PARTITION looks sketchy Alvaro Herrera 21:07
Re: ATTACH/DETACH PARTITION CONCURRENTLY Alvaro Herrera 21:11
Re: ATTACH/DETACH PARTITION CONCURRENTLY Robert Haas 21:38
monitoring CREATE INDEX [CONCURRENTLY] Alvaro Herrera 22:00
Re: Tid scan improvements Tom Lane 22:21
Re: Tid scan improvements Andres Freund 22:33
Re: BUG #15548: Unaccent does not remove combining diacritical characters 📎 Hugh Ranalli 22:39
Re: GIN predicate locking slows down valgrind isolationtests tremendously Alexander Korotkov 22:50
Re: reducing the footprint of ScanKeyword (was Re: Large writable variables) Tom Lane 23:00
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? 📎 Andres Freund 23:04
Re: Tid scan improvements Tom Lane 23:06
Re: Tid scan improvements Andres Freund 23:10
pgsql: Check for conflicting queries during replay of gistvacuumpage() Alexander Korotkov 23:38
Re: gist microvacuum doesn't appear to care about hot standby? Alexander Korotkov 23:40

Dec. 21, 2018

Thread Author Time
Re: Remove Deprecated Exclusive Backup Mode Michael Paquier 00:01
Re: Tid scan improvements Edmund Horner 00:09
Re: Add timeline to partial WAL segments Michael Paquier 00:10
Re: Tid scan improvements David Rowley 00:25
Re: lock level for DETACH PARTITION looks sketchy Amit Langote 00:59
Re: A few new options for vacuumdb Michael Paquier 01:05
RE: [Proposal] Add accumulated statistics Yotsunaga, Naoki 01:47
Re: [HACKERS] Macros bundling RELKIND_* conditions Ashutosh Bapat 02:20
Re: Change pgarch_readyXlog() to return .history files first 📎 Michael Paquier 03:19
Re: Tid scan improvements Edmund Horner 03:19
Re: [HACKERS] Macros bundling RELKIND_* conditions Kyotaro HORIGUCHI 03:20
Re: Improve selectivity estimate for range queries Kyotaro HORIGUCHI 03:24
Re: Tid scan improvements Tom Lane 03:31
Clean up some elog messages and comments for do_pg_stop_backup and do_pg_start_backup 📎 Michael Paquier 04:05
Re: Change pgarch_readyXlog() to return .history files first Kyotaro HORIGUCHI 04:49
Re: Change pgarch_readyXlog() to return .history files first Michael Paquier 05:17
Re: Change pgarch_readyXlog() to return .history files first Kyotaro HORIGUCHI 05:23
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS 📎 Tatsuro Yamada 05:51
Re: Add timeline to partial WAL segments David Steele 06:12
Re: Change pgarch_readyXlog() to return .history files first David Steele 06:17
Re: Remove Deprecated Exclusive Backup Mode David Steele 06:18
Speeding up creating UPDATE/DELETE generic plan for partitioned table into a lot Kato, Sho 06:36
RE: Timeout parameters Nagaura, Ryohei 06:36
Re: "repliation" as database name 📎 Kyotaro HORIGUCHI 06:56
Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS 📎 Michael Paquier 07:13
Re: Tid scan improvements Edmund Horner 08:04
RE: Improve selectivity estimate for range queries 📎 Yuzuko Hosoya 08:21
RE: [suggestion]support UNICODE host variables in ECPG Nagaura, Ryohei 08:34
Performance of SELECT in a table partitioned into a lot Kato, Sho 08:43
Re: Speeding up creating UPDATE/DELETE generic plan for partitioned table into a lot Amit Langote 08:45

Browse Archives

Prev | Next