pgsql-hackers before 2017-12-14 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. 12, 2017

Thread Author Time
Re: Using ProcSignal to get memory context stats from a running backend Tom Lane 06:06
Re: Using ProcSignal to get memory context stats from a running backend Craig Ringer 06:07
Re: pgbench's expression parsing & negative numbers Fabien COELHO 06:21
Re: Using ProcSignal to get memory context stats from a running backend Craig Ringer 06:25
Re: proposal: alternative psql commands quit and exit Craig Ringer 06:30
Re: Boolean partitions syntax 📎 Amit Langote 06:35
Re: Boolean partitions syntax 📎 Amit Langote 06:39
Re: Rethinking MemoryContext creation Simon Riggs 07:25
Re: Bitmap scan is undercosted? Jeff Janes 07:29
README.tuplock seems to have outdated information Amit Kapila 08:31
Re: [HACKERS] Race between SELECT and ALTER TABLE NO INHERIT 📎 Kyotaro HORIGUCHI 08:41
Re: [HACKERS] proposal - Default namespaces for XPath expressions (PostgreSQL 11) Kyotaro HORIGUCHI 08:43
Re: [HACKERS] Add support for tuple routing to foreign partitions Maksim Milyutin 08:57
Re: Boolean partitions syntax Ashutosh Bapat 09:12
Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 09:13
Re: Learned Index Laurenz Albe 09:16
Re: [HACKERS] pg_stat_wal_write statistics view 📎 Haribabu Kommi 09:18
Re: Bitmap scan is undercosted? - overestimated correlation and cost_index Jeff Janes 09:29
Re: Boolean partitions syntax Amit Langote 09:43
Re: [HACKERS] Parallel Hash take II 📎 Thomas Munro 09:46
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) 📎 Rushabh Lathia 10:09
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 10:13
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Kuntal Ghosh 10:30
Re: [HACKERS] Runtime Partition Pruning Jesper Pedersen 10:34
Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug Teodor Sigaev 11:21
Re: [HACKERS] Runtime Partition Pruning Beena Emerson 11:27
Re: [HACKERS] Runtime Partition Pruning 📎 Beena Emerson 11:33
Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug Teodor Sigaev 11:33
Re: [HACKERS] Runtime Partition Pruning Beena Emerson 11:34
Re: [HACKERS] Runtime Partition Pruning Beena Emerson 11:35
Learned Indexes in PostgreSQL? Stefan Keller 11:38
Re: [HACKERS] Custom compression methods Ildus Kurbangaliev 11:41
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Amit Kapila 11:50
Re: [HACKERS] logical decoding of two-phase transactions 📎 Nikhil Sontakke 12:04
Re: Boolean partitions syntax Ashutosh Bapat 12:16
Re: [HACKERS] Add support for tuple routing to foreign partitions 📎 Etsuro Fujita 12:21
Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug Teodor Sigaev 12:33
Re: [HACKERS] logical decoding of two-phase transactions Simon Riggs 12:37
Re: CUBE seems a bit confused about ORDER BY Teodor Sigaev 12:49
Re: CUBE seems a bit confused about ORDER BY Alexander Korotkov 12:52
Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Oleg Bartunov 13:33
Re: [HACKERS] Proposal: Local indexes for partitioned table Robert Haas 13:47
Re: Inconsistency in plpgsql's error context reports Robert Haas 14:06
Re: Out of date comment in cached_plan_cost Robert Haas 14:25
Re: proposal: alternative psql commands quit and exit Gasper Zejn 14:35
Re: Testing Extension Upgrade Paths Jeremy Finzel 14:54
Re: proposal: alternative psql commands quit and exit Geoff Winkless 15:02
Re: [HACKERS] Transactions involving multiple postgres foreign servers Robert Haas 15:03
Re: proposal: alternative psql commands quit and exit Jeremy Finzel 15:04
Re: [HACKERS] Custom compression methods Alexander Korotkov 15:07
Re: proposal: alternative psql commands quit and exit David G. Johnston 15:19
Re: proposal: alternative psql commands quit and exit Avinash Kumar 15:28
portal pinning 📎 Peter Eisentraut 15:34
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Robert Haas 15:42
Re: money type's overflow handling is woefully incomplete Robert Haas 15:49
Re: Incorrect debug info printed in generate_partition_wise_join_paths Robert Haas 15:56
Re: money type's overflow handling is woefully incomplete Tom Lane 16:01
Re: plpgsql test layout 📎 Peter Eisentraut 16:18
Re: Boolean partitions syntax Peter Eisentraut 16:30
Re: proposal: alternative psql commands quit and exit Arthur Nascimento 16:36
Re: proposal: alternative psql commands quit and exit Everaldo Canuto 16:39
Re: [HACKERS] replace GrantObjectType with ObjectType 📎 Peter Eisentraut 16:46
Re: proposal: alternative psql commands quit and exit Geoff Winkless 16:54
Re: proposal: alternative psql commands quit and exit Everaldo Canuto 16:58
Re: proposal: alternative psql commands quit and exit Geoff Winkless 17:00
Re: ML-based indexing ("The Case for Learned Index Structures", a paper from Google) Oleg Ivanov 17:02
Re: Learned Index Oleg Ivanov 17:26
Backfill bgworker Extension? Jeremy Finzel 18:03
Re: money type's overflow handling is woefully incomplete Andres Freund 18:21
Re: proposal: alternative psql commands quit and exit Chapman Flack 18:32
Re: pgbench's expression parsing & negative numbers Andres Freund 18:45
Re: Using ProcSignal to get memory context stats from a running backend Andres Freund 18:50
Re: [HACKERS] parallel.c oblivion of worker-startup failures 📎 Robert Haas 19:01
Re: Using ProcSignal to get memory context stats from a running backend Robert Haas 19:04
Re: Using ProcSignal to get memory context stats from a running backend Andres Freund 19:12
Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan 19:13
Re: Using ProcSignal to get memory context stats from a running backend Robert Haas 19:16
Re: Using ProcSignal to get memory context stats from a running backend Andres Freund 19:19
Re: Rethinking MemoryContext creation 📎 Tom Lane 19:30
Re: Rethinking MemoryContext creation Robert Haas 19:50
Re: Rethinking MemoryContext creation Andres Freund 20:02
Error generating coverage report David Steele 20:02
Re: [HACKERS] Custom compression methods Oleg Bartunov 20:08
Re: [HACKERS] pg_stat_wal_write statistics view Robert Haas 20:13
Re: Error generating coverage report Peter Eisentraut 20:20
Re: Backfill bgworker Extension? Peter Eisentraut 20:26
Re: Learned Indexes in PostgreSQL? Robert Haas 20:26
Re: proposal: alternative psql commands quit and exit Geoff Winkless 20:38
Re: proposal: alternative psql commands quit and exit Robert Haas 20:39
Re: Error generating coverage report David Steele 20:39
Re: proposal: alternative psql commands quit and exit Robert Haas 20:42
Re: proposal: alternative psql commands quit and exit Robert Haas 20:49
Re: [HACKERS] Custom compression methods Robert Haas 20:52
Re: Error generating coverage report Peter Eisentraut 21:03
Re: Rethinking MemoryContext creation Tom Lane 21:19
Re: [HACKERS] Custom compression methods Robert Haas 21:33
Re: CUBE seems a bit confused about ORDER BY Tomas Vondra 21:34
Re: plpgsql test layout Tom Lane 21:36
Re: money type's overflow handling is woefully incomplete Tom Lane 21:47
Re: money type's overflow handling is woefully incomplete Andres Freund 21:50
Re: explain analyze output with parallel workers - question about meaning of information for explain.depesz.com Robert Haas 21:56
Re: proposal: alternative psql commands quit and exit Chapman Flack 21:57
Re: [HACKERS] Custom compression methods Tomas Vondra 22:07
Re: [HACKERS] Custom compression methods Chapman Flack 22:09
PATCH: Exclude unlogged tables from base backups 📎 David Steele 22:49
Re: PATCH: Exclude unlogged tables from base backups Andres Freund 22:52
Re: PATCH: Exclude unlogged tables from base backups David Steele 23:04
Re: PATCH: Exclude unlogged tables from base backups Andres Freund 23:07
Re: Learned Indexes in PostgreSQL? Stefan Keller 23:07
Re: PATCH: Exclude unlogged tables from base backups Michael Paquier 23:08
Re: PATCH: Exclude unlogged tables from base backups David Steele 23:18
Re: Leftover reference to replacement selection 1 run case Robert Haas 23:21
Re: PATCH: Exclude unlogged tables from base backups Andres Freund 23:21
Re: PATCH: Exclude unlogged tables from base backups David Steele 23:24
Re: money type's overflow handling is woefully incomplete Michael Paquier 23:27
Re: money type's overflow handling is woefully incomplete Andres Freund 23:30
Re: PATCH: Exclude unlogged tables from base backups David Steele 23:30
Re: PATCH: Exclude unlogged tables from base backups Andres Freund 23:33
Re: PATCH: Exclude unlogged tables from base backups David Steele 23:35
Re: Leftover reference to replacement selection 1 run case Peter Geoghegan 23:44

Dec. 13, 2017

Thread Author Time
Re: money type's overflow handling is woefully incomplete Michael Paquier 00:04
Re: proposal: alternative psql commands quit and exit Michael Paquier 00:15
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL 📎 Ali Akbar 00:22
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL 📎 Ali Akbar 00:26
Re: Leftover reference to replacement selection 1 run case Robert Haas 00:37
Re: [HACKERS] Custom compression methods Robert Haas 00:54
pgsql: Provide overflow safe integer math inline functions. Andres Freund 01:01
Re: [HACKERS] SERIALIZABLE with parallel query Haribabu Kommi 01:09
Re: proposal: alternative psql commands quit and exit Craig Ringer 01:26
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD 📎 Thomas Munro 01:32
Re: proposal: alternative psql commands quit and exit Craig Ringer 01:37
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Amit Langote 01:41
[PATCH] Possible NULL deref in str_time 📎 Bill Moyers 01:45
Re: [HACKERS] Transactions involving multiple postgres foreign servers Masahiko Sawada 01:47
Re: PATCH: Exclude unlogged tables from base backups Stephen Frost 01:48
Re: proposal: alternative psql commands quit and exit David G. Johnston 01:57
Re: Rethinking MemoryContext creation 📎 Tom Lane 02:05
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Michael Paquier 02:10
Re: explain analyze output with parallel workers - question about meaning of information for explain.depesz.com Amit Kapila 02:37
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Amit Kapila 02:41
Re: Incorrect debug info printed in generate_partition_wise_join_paths Etsuro Fujita 02:41
Re: [HACKERS] Refactor handling of database attributes between pg_dump and pg_dumpall 📎 Haribabu Kommi 02:50
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Thomas Munro 03:20
pg_ctl on windows can't open postmaster.pid: Permission denied Andres Freund 03:24
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Thomas Munro 03:25
Re: plpgsql test layout 📎 Michael Paquier 03:59
Re: pg_ctl on windows can't open postmaster.pid: Permission denied Thomas Munro 04:01
Re: Using ProcSignal to get memory context stats from a running backend Michael Paquier 04:10
Re: Add %r substitution for psql prompts to show recovery status Tatsuo Ishii 04:17
Re: [HACKERS] SERIALIZABLE with parallel query Thomas Munro 04:30
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Kuntal Ghosh 05:03
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Kuntal Ghosh 05:35
Re: Boolean partitions syntax Amit Langote 06:32
Re: [HACKERS] parallel.c oblivion of worker-startup failures Amit Kapila 06:41
Top-N sorts verses parallelism Thomas Munro 06:46
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Ali Akbar 06:59
Re: Using ProcSignal to get memory context stats from a running backend Craig Ringer 07:00
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada 07:02
server crash with CallStmt Rushabh Lathia 07:25
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Andres Freund 07:30
Re: [HACKERS] replace GrantObjectType with ObjectType Michael Paquier 07:35
list partition constraint shape 📎 Amit Langote 07:38
Re: [HACKERS] Something for the TODO list: deprecating abstime and friends 📎 Andres Freund 08:05
Re: [HACKERS] Something for the TODO list: deprecating abstime and friends Andres Freund 08:07
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Amit Langote 08:37
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada 08:57
Re: WIP: a way forward on bootstrap data 📎 John Naylor 09:06
Re: server crash with CallStmt 📎 Ashutosh Bapat 09:46
Re: [HACKERS] path toward faster partition pruning David Rowley 09:48
Re: pgsql: Provide overflow safe integer math inline functions. Christoph Berg 10:10
Re: [HACKERS] Custom compression methods Tomas Vondra 10:10
Re: [HACKERS] UPDATE of partition key 📎 Amit Khandekar 10:18
Re: Fwd: [BUGS] pg_trgm word_similarity inconsistencies or bug 📎 Alexander Korotkov 11:13
Re: [HACKERS] Surjective functional indexes Simon Riggs 11:29
Re: [HACKERS] Custom compression methods Ildus Kurbangaliev 12:18
Re: PATCH: Exclude unlogged tables from base backups David Steele 12:34
Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke 13:07
Re: [HACKERS] eval_const_expresisions and ScalarArrayOpExpr Dmitry Dolgov 13:46
Re: pgsql: Provide overflow safe integer math inline functions. Robert Haas 14:37
Re: PATCH: Exclude unlogged tables from base backups Stephen Frost 15:04
Re: [HACKERS] Something for the TODO list: deprecating abstime and friends Mark Dilger 15:15
Re: server crash with CallStmt Peter Eisentraut 15:40
Re: PATCH: Exclude unlogged tables from base backups David Steele 15:44
Re: WIP: a way forward on bootstrap data Peter Eisentraut 15:45
Re: That mode-700 check on DATADIR again David Steele 15:54
Re: [HACKERS] Custom compression methods Alvaro Herrera 16:55
Re: plpgsql test layout Peter Eisentraut 16:59
Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik 17:32
Re: pgsql: Provide overflow safe integer math inline functions. Andres Freund 17:35
Re: [HACKERS] Custom compression methods Tomas Vondra 18:34
Re: [HACKERS] A design for amcheck heapam verification Peter Geoghegan 19:02
Re: Inconsistency in plpgsql's error context reports Tom Lane 19:50
Re: explain analyze output with parallel workers - question about meaning of information for explain.depesz.com Robert Haas 21:02
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Robert Haas 21:21
Re: [HACKERS] parallel.c oblivion of worker-startup failures Robert Haas 21:35
Re: pgsql: Provide overflow safe integer math inline functions. Andres Freund 21:37
Re: heap/SLRU verification, relfrozenxid cut-off, and freeze-the-dead bug (Was: amcheck (B-Tree integrity checking tool)) Peter Geoghegan 21:45
Re: Top-N sorts verses parallelism Robert Haas 21:53
Re: Top-N sorts verses parallelism Jeff Janes 21:55
Re: [HACKERS] Parallel Hash take II Andres Freund 22:45

Browse Archives

Prev | Next