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

Thread Author Time
Re: Why standby restores some WALs many times from archive? 📎 Sergey Burladyan 01:30
Re: Converting plpgsql to use DTYPE_REC for named composite types 📎 Tom Lane 03:39
CONSTANT/NOT NULL/initializer properties for plpgsql record variables 📎 Tom Lane 03:47
Re: [PATCH] session_replication_role = replica with TRUNCATE Craig Ringer 07:42
Re: New gist vacuum. 📎 Andrey Borodin 09:18
Changing WAL Header to reduce contention during ReserveXLogInsertLocation() 📎 Simon Riggs 10:32
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Simon Riggs 11:01
Re: Why standby restores some WALs many times from archive? Michael Paquier 12:20
Re: [HACKERS] Commits don't block for synchronous replication Michael Paquier 12:25
Re: [HACKERS] taking stdbool.h into use Michael Paquier 13:08
Re: pgsql: Add parallel-aware hash joins. 📎 Thomas Munro 13:51
What does Time.MAX_VALUE actually represent? Dave Cramer 14:07
Re: TAP test module - PostgresClient Andrew Dunstan 15:04
Re: [HACKERS] taking stdbool.h into use Tom Lane 15:31
Re: TAP test module - PostgresClient Tom Lane 15:45
Re: pgsql: Add parallel-aware hash joins. Andres Freund 16:16
Re: TAP test module - PostgresClient Andrew Dunstan 19:35
Re: [HACKERS] Re: [HACKERS] generated columns Joe Conway 21:04
Re: What does Time.MAX_VALUE actually represent? Gavin Flower 21:25
Better testing coverage and unified coding for plpgsql loops 📎 Tom Lane 21:46
Re: pgsql: Add parallel-aware hash joins. 📎 Thomas Munro 21:59
Re: pgsql: Add parallel-aware hash joins. Tom Lane 22:34
Re: pgsql: Add parallel-aware hash joins. Thomas Munro 23:28

Dec. 31, 2017

Thread Author Time
Re: pgsql: Add parallel-aware hash joins. Tom Lane 00:00
Re: [HACKERS] WIP Patch: Precalculate stable functions, infrastructure v1 📎 Marina Polyakova 05:55
Re: [HACKERS] Commits don't block for synchronous replication Masahiko Sawada 06:15
Faster inserts with mostly-monotonically increasing values 📎 Pavan Deolasee 06:44
Re: Why standby restores some WALs many times from archive? Sergey Burladyan 07:22
Re: Converting plpgsql to use DTYPE_REC for named composite types Pavel Stehule 07:52
Re: Better testing coverage and unified coding for plpgsql loops Pavel Stehule 08:05
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Fabien COELHO 08:07
Re: Fix a Oracle-compatible instr function in the documentation Tatsuo Ishii 08:52
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Tatsuo Ishii 08:54
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Yugo Nagata 10:32
Logical decoding fast-forward and slot advance 📎 Petr Jelinek 10:44
Re: Fix a Oracle-compatible instr function in the documentation Yugo Nagata 10:49
Re: Why standby restores some WALs many times from archive? Michael Paquier 10:51
Re: [HACKERS] [PATCH] Lockable views 📎 Yugo Nagata 10:57
Re: Logical decoding fast-forward and slot advance Magnus Hagander 10:58
Re: Faster inserts with mostly-monotonically increasing values Peter Geoghegan 11:06
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Fabien COELHO 11:18
Sample values for pg_stat_statements 📎 Vik Fearing 11:34
Re: [HACKERS] WIP Patch: Precalculate stable functions, infrastructure v1 Dmitry Dolgov 11:55
Re: MCV lists for highly skewed distributions John Naylor 12:01
Re: Faster inserts with mostly-monotonically increasing values Andrey Borodin 14:05
Re: [PROPOSAL] Shared Ispell dictionaries 📎 Arthur Zakirov 15:28
Re: Fix a Oracle-compatible instr function in the documentation Tatsuo Ishii 15:33
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 16:29
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Tom Lane 16:57
[Patch] Make block and file size for WAL and relations defined at cluster creation 📎 Remi Colinet 17:00
Re: What does Time.MAX_VALUE actually represent? Bear Giles 17:17
Re: What does Time.MAX_VALUE actually represent? Peter Eisentraut 17:23
[Patch] Checksums for SLRU files 📎 Ivan Kartyshov 17:30
Re: [HACKERS] Re: [HACKERS] generated columns Peter Eisentraut 17:38
Re: What does Time.MAX_VALUE actually represent? Tom Lane 17:50
Re: [HACKERS] Re: [HACKERS] generated columns Joe Conway 17:54
Re: Re: PATCH: Configurable file mode mask Robert Haas 18:27
Re: Contributing with code Robert Haas 18:35
Re: What does Time.MAX_VALUE actually represent? Gavin Flower 18:41
TODO list (was Re: Contributing with code) Tom Lane 18:42
Re: TODO list (was Re: Contributing with code) Stephen Frost 18:51
Re: TODO list (was Re: Contributing with code) David G. Johnston 19:02
Add default role 'pg_access_server_files' 📎 Stephen Frost 19:19
Re: Contributing with code Peter Geoghegan 19:27
Re: TODO list (was Re: Contributing with code) Peter Geoghegan 19:31
Foreign keys and partitioned tables Alvaro Herrera 19:43
Re: Foreign keys and partitioned tables 📎 Alvaro Herrera 19:49
Re: ALTER TABLE ADD COLUMN fast default 📎 Andrew Dunstan 23:48

Jan. 1, 2018

Thread Author Time
Re: Contributing with code Craig Ringer 03:43
Re: Increasing timeout of poll_query_until for TAP tests Noah Misch 05:52
Re: [HACKERS] Runtime Partition Pruning Beena Emerson 06:22
Re: [HACKERS] Transactions involving multiple postgres foreign servers Ashutosh Bapat 10:12
Re: Increasing timeout of poll_query_until for TAP tests Michael Paquier 10:55
Re: What does Time.MAX_VALUE actually represent? Tels 12:26
Re: What does Time.MAX_VALUE actually represent? Tels 12:28
Re: [HACKERS] Runtime Partition Pruning 📎 David Rowley 13:34
Re: ALTER TABLE ADD COLUMN fast default 📎 Andrew Dunstan 16:01
Re: [HACKERS] UPDATE of partition key Amit Khandekar 16:13
Re: Increasing timeout of poll_query_until for TAP tests Noah Misch 18:18
Re: [Patch] Checksums for SLRU files Andrey Borodin 18:19
Re: What does Time.MAX_VALUE actually represent? Gavin Flower 19:54
Re: pgsql: Add parallel-aware hash joins. Andres Freund 22:42

Jan. 2, 2018

Thread Author Time
Re: Race to build pg_isolation_regress in "make -j check-world" Noah Misch 01:39
Re: [HACKERS] SQL/JSON in PostgreSQL 📎 Nikita Glukhov 02:04
Unimpressed with pg_attribute_always_inline Tom Lane 03:17
Re: pgsql: Add parallel-aware hash joins. Thomas Munro 03:23
Re: Unimpressed with pg_attribute_always_inline Thomas Munro 03:58
Re: [HACKERS] UPDATE of partition key David Rowley 05:26
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager 📎 Mithun Cy 06:09
Re: [HACKERS] Partition-wise aggregation/grouping 📎 Jeevan Chalke 07:06
Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke 07:30
Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke 08:13
Re: [HACKERS] wrong t_bits alignment in pageinspect Andrey Borodin 09:33
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) 📎 Rushabh Lathia 09:38
Re: [HACKERS] pgbench randomness initialization 📎 Fabien COELHO 09:48
Re: Add default role 'pg_access_server_files' Magnus Hagander 10:01
Re: [HACKERS] SQL/JSON in PostgreSQL Pavel Stehule 10:19
Re: [HACKERS] SQL/JSON in PostgreSQL Pavel Stehule 10:47
Re: [HACKERS] pgbench randomness initialization 📎 Fabien COELHO 10:57
Re: [HACKERS] SQL/JSON in PostgreSQL 📎 Pavel Stehule 11:05
Re: [HACKERS] UPDATE of partition key 📎 Amit Khandekar 11:26
Re: [HACKERS] why not parallel seq scan for slow functions 📎 Amit Kapila 11:38
Re: Add default role 'pg_access_server_files' Stephen Frost 12:08
Re: Better testing coverage and unified coding for plpgsql loops Alvaro Herrera 12:20
Re: Faster inserts with mostly-monotonically increasing values Pavan Deolasee 12:51
Re: Better testing coverage and unified coding for plpgsql loops Darafei Komяpa Praliaskouski 12:54
Re: How to Works with Centos Devrim Gündüz 13:43
Re: pg_(total_)relation_size and partitioned tables Peter Eisentraut 13:45
Re: Faster inserts with mostly-monotonically increasing values Tels 13:45
Re: Better testing coverage and unified coding for plpgsql loops Alvaro Herrera 13:46
Re: pg_(total_)relation_size and partitioned tables Alvaro Herrera 14:02
Re: [HACKERS] [Patch] Log SSL certificate verification errors Peter Eisentraut 14:17
Re: [HACKERS] Re: [HACKERS] generated columns Peter Eisentraut 14:31
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Peter Eisentraut 15:07
Re: Better testing coverage and unified coding for plpgsql loops Tom Lane 15:08
Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) 📎 Shubham Barai 15:31
Re: [HACKERS] GnuTLS support Peter Eisentraut 15:35
Re: [HACKERS] Proposal: Local indexes for partitioned table 📎 Jesper Pedersen 15:44
Re: [HACKERS] Proposal: Local indexes for partitioned table Jesper Pedersen 15:47
Re: [HACKERS] Proposal: Local indexes for partitioned table Alvaro Herrera 16:03
Re: [HACKERS] Fix performance degradation of contended LWLock on NUMA Jesper Pedersen 16:09
Re: [PATCH] session_replication_role = replica with TRUNCATE 📎 Marco Nenciarini 16:16
Re: Better testing coverage and unified coding for plpgsql loops Tom Lane 16:16
Re: [HACKERS] LDAPS Peter Eisentraut 16:31
Re: [HACKERS] SQL procedures Robert Haas 16:40
Re: PATCH: Configurable file mode mask 📎 David Steele 16:43
Re: [HACKERS] SQL procedures Tom Lane 16:47
Re: Package version in PG_VERSION and version() Peter Eisentraut 16:53
Re: Add default role 'pg_access_server_files' Magnus Hagander 17:09
Re: Add default role 'pg_access_server_files' Stephen Frost 17:13
Re: [HACKERS] SQL procedures Pavel Stehule 17:19
Re: [PATCH] Logical decoding of TRUNCATE Marco Nenciarini 18:11
Re: AS OF queries Peter Eisentraut 18:12
Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME Peter Eisentraut 18:25
Re: [HACKERS] SQL procedures Robert Haas 18:45
Re: [HACKERS] SQL procedures Andrew Dunstan 18:57
Re: [HACKERS] SQL procedures Robert Haas 19:14
Re: TODO list (was Re: Contributing with code) Robert Haas 19:17
Re: TODO list (was Re: Contributing with code) Robert Haas 19:24
Re: [HACKERS] SQL procedures Andrew Dunstan 19:35
Re: [HACKERS] SQL/JSON in PostgreSQL Oleg Bartunov 19:44
Re: TODO list (was Re: Contributing with code) Robert Haas 19:48
Re: [HACKERS] eval_const_expresisions and ScalarArrayOpExpr 📎 Tom Lane 19:52
Re: TODO list (was Re: Contributing with code) Stephen Frost 19:52
Re: [HACKERS] LDAPS 📎 Thomas Munro 19:56
Re: [HACKERS] SQL/JSON in PostgreSQL Andrew Dunstan 20:39
Re: [HACKERS] SQL/JSON in PostgreSQL Pavel Stehule 20:48
Re: [HACKERS] SQL/JSON in PostgreSQL Andrew Dunstan 21:03
Re: [Patch] Make block and file size for WAL and relations defined at cluster creation Robert Haas 21:26
Copyright update Bruce Momjian 21:33
Re: [HACKERS] SQL/JSON in PostgreSQL Oleg Bartunov 21:38
Re: Copyright update Tom Lane 21:49
Re: [HACKERS] SQL/JSON in PostgreSQL 📎 Nikita Glukhov 22:04
Re: [Patch] Checksums for SLRU files Alexander Korotkov 22:21
heads up: Fix for intel hardware bug will lead to performance regressions Andres Freund 22:23
Re: [HACKERS] SQL/JSON in PostgreSQL Andrew Dunstan 22:23
Re: [HACKERS] SQL procedures Peter Eisentraut 22:47
Re: Contributing with code Peter Eisentraut 22:52
Re: [HACKERS] GnuTLS support Michael Paquier 23:35
Re: TODO list (was Re: Contributing with code) Joshua D. Drake 23:42

Jan. 3, 2018

Thread Author Time
Re: Contributing with code Christopher Browne 00:03
Ensuring hash tuples are properly maxaligned 📎 Tom Lane 00:08
Re: TODO list (was Re: Contributing with code) Patrick Krecker 00:12
CFM for January commitfest? Tom Lane 00:54
Programmatically accessing selection predicates Walter Cai 01:01
Re: CFM for January commitfest? Ryan Murphy 01:06
Re: Ensuring hash tuples are properly maxaligned Andres Freund 01:09
Re: CFM for January commitfest? Joshua D. Drake 01:11
Re: pgsql: Add parallel-aware hash joins. Thomas Munro 01:14
Re: Ensuring hash tuples are properly maxaligned Tom Lane 01:20
Re: Enhance pg_stat_wal_receiver view to display connected host 📎 Haribabu Kommi 01:25
Re: Ensuring hash tuples are properly maxaligned Thomas Munro 01:29
Re: Ensuring hash tuples are properly maxaligned Andres Freund 01:33
Re: pgsql: Add parallel-aware hash joins. Tom Lane 01:38
Re: Ensuring hash tuples are properly maxaligned Tom Lane 01:40
Re: CFM for January commitfest? Gerdan Rezende dos Santos 01:41
Re: Ensuring hash tuples are properly maxaligned Andres Freund 01:43
Re: Ensuring hash tuples are properly maxaligned Tom Lane 01:49
Re: Contributing with code Noah Misch 01:52
Re: Package version in PG_VERSION and version() Craig Ringer 02:20
Re: Deadlock in multiple CIC. Alvaro Herrera 02:22
Re: TODO list (was Re: Contributing with code) Stephen Frost 02:43
Re: Contributing with code Stephen Frost 02:47
Re: CFM for January commitfest? Stephen Frost 02:50
Re: TODO list (was Re: Contributing with code) David Rowley 02:50
Re: CFM for January commitfest? Stephen Frost 02:53
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut 03:12
copy_file_range() conflict between pg_rewind and libc Andres Freund 03:34
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 03:41
copy_file_range is now a Linux kernel call Tom Lane 03:44
Re: copy_file_range is now a Linux kernel call Andres Freund 03:51
Re: [HACKERS] GnuTLS support Peter Eisentraut 03:54
Re: copy_file_range is now a Linux kernel call Tom Lane 04:08
Re: Observations in Parallel Append 📎 Amit Kapila 04:11
Re: copy_file_range is now a Linux kernel call Andres Freund 04:14
Re: Copyright update Bruce Momjian 04:31
Re: copy_file_range is now a Linux kernel call Tom Lane 04:34
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) Rushabh Lathia 04:43
Re: CFM for January commitfest? Gerdan Rezende dos Santos 05:02
Re: [HACKERS] UPDATE of partition key Amit Khandekar 06:12

Browse Archives

Prev | Next