pgsql-hackers since 2017-12-13 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. 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

Dec. 14, 2017

Thread Author Time
Re: [Sender Address Forgery]Re: [HACKERS] path toward faster partition pruning Amit Langote 00:50
access/parallel.h lacks PGDLLIMPORT Thomas Munro 01:19
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL 📎 Ali Akbar 01:51
Re: explain analyze output with parallel workers - question about meaning of information for explain.depesz.com Amit Kapila 02:18
Re: Parallel Index Scan vs BTP_DELETED and BTP_HALF_DEAD Amit Kapila 02:19
Re: [HACKERS] UPDATE of partition key Amit Langote 02:41
Re: pgsql: Provide overflow safe integer math inline functions. 📎 Michael Paquier 04:05
Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI 04:20
incorrect error message, while dropping PROCEDURE 📎 Rushabh Lathia 04:31
pg_(total_)relation_size and partitioned tables 📎 Amit Langote 05:23
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Justin Pryzby 05:49
Re: [HACKERS] Walsender timeouts and large transactions Craig Ringer 06:46
procedures and plpgsql PERFORM Ashutosh Bapat 07:21
Re: procedures and plpgsql PERFORM Pavel Stehule 08:01
Re: [HACKERS] Parallel Hash take II 📎 Thomas Munro 08:06
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL Michael Paquier 08:08
Re: pgsql: Provide overflow safe integer math inline functions. 📎 Christoph Berg 08:28
Re: [HACKERS] Parallel Hash take II Andres Freund 09:12
Re: procedures and plpgsql PERFORM Merlin Moncure 09:29
Re: pgbench's expression parsing & negative numbers Fabien COELHO 09:41
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 10:31
Re: CUBE seems a bit confused about ORDER BY Teodor Sigaev 10:36
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Masahiko Sawada 10:45
Re: WIP: a way forward on bootstrap data 📎 John Naylor 10:59
Re: CUBE seems a bit confused about ORDER BY Alexander Korotkov 11:08
Re: [HACKERS] [WIP] Zipfian distribution in pgbench Teodor Sigaev 11:31
Re: CUBE seems a bit confused about ORDER BY Teodor Sigaev 11:39
Re: [HACKERS] Surjective functional indexes 📎 Konstantin Knizhnik 11:39
Re: [HACKERS] pow support for pgbench Fabien COELHO 11:48
Re: [HACKERS] pgbench more operators & functions 📎 Fabien COELHO 12:04
Re: pgbench - add \if support 📎 Fabien COELHO 12:15
Re: [HACKERS] pg_upgrade failed with error - ERROR: column "a" in child table must be marked NOT NULL 📎 Ali Akbar 12:18
Re: [HACKERS] pgbench more operators & functions Teodor Sigaev 13:26
Re: procedures and plpgsql PERFORM Tom Lane 14:38
Re: [HACKERS] pgbench more operators & functions 📎 Fabien COELHO 14:49
Re: PATCH: Exclude unlogged tables from base backups Robert Haas 14:58
Sun Studio 12 vs. __builtin_constant_p() Tom Lane 15:07
Re: access/parallel.h lacks PGDLLIMPORT Robert Haas 15:12
Re: incorrect error message, while dropping PROCEDURE Peter Eisentraut 15:18
Re: [HACKERS] Custom compression methods Robert Haas 15:21
Re: procedures and plpgsql PERFORM Merlin Moncure 15:22
Re: [HACKERS] Custom compression methods Robert Haas 15:25
Re: [HACKERS] Custom compression methods Robert Haas 15:29
Re: BUG #14941: Vacuum crashes Bossart, Nathan 15:35
Re: BUG #14941: Vacuum crashes Bossart, Nathan 16:05
Re: procedures and plpgsql PERFORM David G. Johnston 16:10
Re: [HACKERS] Walsender timeouts and large transactions Andrew Dunstan 16:36
Re: procedures and plpgsql PERFORM Pavel Stehule 16:46
Re: [HACKERS] Custom compression methods Tomas Vondra 17:23
Re: procedures and plpgsql PERFORM Merlin Moncure 17:33
Re: procedures and plpgsql PERFORM Pavel Stehule 17:56
Re: PostgreSQL crashes with SIGSEGV Andreas Seltenreich 18:47
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. 📎 Fujii Masao 18:52
Re: procedures and plpgsql PERFORM Merlin Moncure 18:53
Re: [HACKERS] Proposal for CSN based snapshots 📎 Alexander Kuzmenkov 18:55
Re: [HACKERS] Surjective functional indexes Robert Haas 19:26
Re: PostgreSQL crashes with SIGSEGV Peter Geoghegan 20:06
Re: pgbench's expression parsing & negative numbers Andres Freund 20:26
Re: pgsql: Provide overflow safe integer math inline functions. Andres Freund 20:38
Re: Top-N sorts verses parallelism Jeff Janes 21:05
Re: [HACKERS] Surjective functional indexes Alvaro Herrera 21:15
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Michael Paquier 21:46
Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Andres Freund 22:00
Re: incorrect error message, while dropping PROCEDURE Michael Paquier 22:02
Re: [HACKERS] Surjective functional indexes Michael Paquier 22:21
worker_spi example BGW code GUC tweak 📎 Chapman Flack 22:41
Re: pgbench's expression parsing & negative numbers Fabien COELHO 22:47
Re: Would a BGW need shmem_access or database_connection to enumerate databases? 📎 Chapman Flack 23:12
Re: Would a BGW need shmem_access or database_connection to enumerate databases? Michael Paquier 23:47

Dec. 15, 2017

Thread Author Time
Re: [HACKERS] Walsender timeouts and large transactions Craig Ringer 00:49
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Masahiko Sawada 00:51
Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Andres Freund 01:00
Re: Top-N sorts verses parallelism 📎 Thomas Munro 01:12
Re: Using ProcSignal to get memory context stats from a running backend Greg Stark 01:24
pearltidy source code has been removed (pgindent) Jordan Deitch 01:37
Re: pearltidy source code has been removed (pgindent) Andrew Dunstan 01:42
Re: pearltidy source code has been removed (pgindent) Tom Lane 01:55
Re: PostgreSQL crashes with SIGSEGV Peter Geoghegan 01:58
Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Andres Freund 02:30
Re: Using ProcSignal to get memory context stats from a running backend Craig Ringer 02:34
Re: pearltidy source code has been removed (pgindent) John Naylor 02:36
Re: incorrect error message, while dropping PROCEDURE Rushabh Lathia 02:49
Re: pearltidy source code has been removed (pgindent) David Fetter 02:52
GSoC 2018 Stephen Frost 03:14
Re: procedures and plpgsql PERFORM Ashutosh Bapat 03:33
Re: procedures and plpgsql PERFORM Ashutosh Bapat 03:37
Re: procedures and plpgsql PERFORM Ashutosh Bapat 03:43
Re: [HACKERS] replace GrantObjectType with ObjectType Rushabh Lathia 03:59
Re: procedures and plpgsql PERFORM Pavel Stehule 05:06
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 05:51
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 05:57
autoprewarm is fogetting to register a tranche. 📎 Kyotaro HORIGUCHI 08:32
Re: [HACKERS] Surjective functional indexes 📎 Konstantin Knizhnik 09:14
Re: GSoC 2018 Aleksander Alekseev 09:49
Re: GSoC 2018 Stefan Keller 10:03
Reproducible builds: genbki.pl vs schemapg.h 📎 Christoph Berg 10:22
Package version in PG_VERSION and version() 📎 Christoph Berg 10:46
Re: GSoC 2018 Andrey Borodin 10:46
Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Michael Paquier 11:25
Re: Package version in PG_VERSION and version() Michael Paquier 11:43
Re: GSoC 2018 Stephen Frost 11:52
Re: Package version in PG_VERSION and version() Christoph Berg 11:53
Re: GSoC 2018 Stephen Frost 12:01
Re: GSoC 2018 Aleksander Alekseev 12:57
Re: [HACKERS] UPDATE of partition key Robert Haas 12:58
Re: GSoC 2018 Stephen Frost 13:30
Re: pearltidy source code has been removed (pgindent) Andrew Dunstan 13:33
Re: [HACKERS] pgbench more operators & functions Teodor Sigaev 13:47
Re: GSoC 2018 Aleksander Alekseev 13:52
[HACKERS] wrong t_bits alignment in pageinspect 📎 Maksim Milyutin 13:53
Re: GSoC 2018 Arseny Sher 13:58
Re: GSoC 2018 Alex Kliukin 14:32
Re: GSoC 2018 Stephen Frost 14:42
Re: GSoC 2018 Alex Kliukin 14:51
Re: GSoC 2018 Stephen Frost 15:00
Re: [HACKERS] pgbench more operators & functions Pavel Stehule 15:15
Re: Package version in PG_VERSION and version() Tom Lane 15:23
Re: Reproducible builds: genbki.pl vs schemapg.h Tom Lane 15:29
[PROPOSAL] bracketed-paste support for psql Geoff Winkless 16:22
Re: [PROPOSAL] bracketed-paste support for psql Peter Eisentraut 17:13

Browse Archives

Prev | Next