pgsql-hackers since 2020-05-08 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

Browse Archives

Prev | Next

May 8, 2020

Thread Author Time
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators Kyotaro Horiguchi 01:00
Re: Implementing Incremental View Maintenance 📎 Tatsuo Ishii 01:13
Re: Why are wait events not reported even though it reads/writes a timeline history file? Fujii Masao 01:42
Re: Logical replication subscription owner Alvaro Herrera 01:47
Re: [PATCH] Keeps tracking the uniqueness with UniqueKey Andy Fan 01:57
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators Fujii Masao 02:31
Re: 2pc leaks fds Kyotaro Horiguchi 02:42
Re: PG 13 release notes, first draft Michael Paquier 02:55
Re: PG 13 release notes, first draft 📎 Amit Langote 03:07
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators Kyotaro Horiguchi 03:10
Re: Logical replication subscription owner Tom Lane 03:30
Re: PG 13 release notes, first draft Noah Misch 04:22
Re: Fix pg_buffercache document Amit Kapila 04:36
Re: Logical replication subscription owner Alvaro Herrera 05:02
Re: Implementing Incremental View Maintenance Andy Fan 05:08
Re: Back-patch is necessary? Re: Don't try fetching future segment of a TLI. Fujii Masao 05:23
Re: Fix pg_buffercache document Masahiko Sawada 05:28
Re: Logical replication subscription owner Kyotaro Horiguchi 06:03
Re: Implementing Incremental View Maintenance Tatsuo Ishii 06:52
Re: PG 13 release notes, first draft Fabien COELHO 07:14
should INSERT SELECT use a BulkInsertState? Justin Pryzby 07:25
Why no "array_sort" function? Fabien COELHO 08:02
Re: ALTER TABLE ... SET STORAGE does not propagate to indexes Peter Eisentraut 08:17
Postgres default FILLFACTOR value Virender Singla 08:20
Re: Why no "array_sort" function? Sergei Kornilov 08:26
Re: Why no "array_sort" function? Fabien COELHO 08:46
COPY, lock release and MVCC Laurenz Albe 08:58
Strange decreasing value of pg_last_wal_receive_lsn() godjan • 09:36
Re: PG 13 release notes, first draft Peter Eisentraut 09:40
Re: Dumping/restoring fails on inherited generated column Peter Eisentraut 09:47
Re: Strange decreasing value of pg_last_wal_receive_lsn() Sergei Kornilov 09:50
Re: Strange decreasing value of pg_last_wal_receive_lsn() godjan • 10:02
Re: Improving estimates for TPC-H Q2 Matt Daw 11:58
POC and rebased patch for CSN based snapshots 📎 Movead Li 12:43
Is it possible to find out write_lsn on standby? godjan • 13:25
making update/delete of inheritance trees scale better Amit Langote 13:32
MultiXact\SLRU buffers configuration Andrey M. Borodin 16:36
JSON output from psql Gurjeet Singh 18:17
Re: JSON output from psql Pavel Stehule 19:01
fill_extraUpdatedCols is done in completely the wrong place Tom Lane 19:05
Re: JSON output from psql Gurjeet Singh 19:07
Re: JSON output from psql Pavel Stehule 19:10
src/test/perl/TestLib.pm: check_pg_config needs /usr/include/postgresql/pg_config.h Christoph Berg 19:16
Re: src/test/perl/TestLib.pm: check_pg_config needs /usr/include/postgresql/pg_config.h Tom Lane 19:34
Re: src/test/perl/TestLib.pm: check_pg_config needs /usr/include/postgresql/pg_config.h Christoph Berg 19:45
Re: Improving estimates for TPC-H Q2 Tomas Vondra 20:04
Back-branch minor release notes are up for review Tom Lane 20:41
refactoring basebackup.c Robert Haas 20:53
Re: refactoring basebackup.c 📎 Robert Haas 20:55
Re: 2pc leaks fds 📎 Alvaro Herrera 21:09
pendingOps table is not cleared with fsync=off 📎 Heikki Linnakangas 21:21
Re: refactoring basebackup.c Andres Freund 21:27
Re: [PATCH] Fix division by zero (explain.c) Tomas Vondra 22:02
Re: [PATCH] Fix division by zero (explain.c) Ranier Vilela 22:25
Re: Another modest proposal for docs formatting: catalog descriptions 📎 Tom Lane 22:53
Re: Incremental sorts and EXEC_FLAG_REWIND Tomas Vondra 23:14
Re: [PATCH] Fix division by zero (explain.c) Tomas Vondra 23:20
Re: JSON output from psql Gurjeet Singh 23:31
Re: Include sequence relation support in logical replication 📎 Cary Huang 23:32
Re: [PATCH] Fix division by zero (explain.c) James Coleman 23:33
Re: Incremental sorts and EXEC_FLAG_REWIND James Coleman 23:36
Re: pg_restore error message Alvaro Herrera 23:42
Re: pg_restore error message Alvaro Herrera 23:45
Re: pendingOps table is not cleared with fsync=off Thomas Munro 23:53

May 9, 2020

Thread Author Time
Re: [PATCH] Fix division by zero (explain.c) Tomas Vondra 00:10
Re: Include sequence relation support in logical replication Andres Freund 00:26
Re: stat() on Windows might cause error if target file is larger than 4GB Alvaro Herrera 00:49
Re: Avoiding hash join batch explosions with extreme skew and weird stats 📎 Melanie Plageman 01:58
Re: Back-patch is necessary? Re: Don't try fetching future segment of a TLI. Fujii Masao 03:26
Re: Should smgrdounlink() be removed? Michael Paquier 04:17
Re: Should smgrdounlink() be removed? Peter Geoghegan 04:21
Re: [PATCH] Fix division by zero (explain.c) Tom Lane 04:45
Re: Back-branch minor release notes are up for review 📎 Fujii Masao 04:59
Re: PG 13 release notes, first draft Amit Kapila 05:46
Re: Another modest proposal for docs formatting: catalog descriptions Fabien COELHO 06:54
Re: pg_restore error message Michael Paquier 07:39
Re: Strange decreasing value of pg_last_wal_receive_lsn() Michael Paquier 08:48
Re: stat() on Windows might cause error if target file is larger than 4GB Juan José Santamaría Flecha 08:51
Re: Logical replication subscription owner Michael Paquier 08:57
Re: [PATCH] Fix division by zero (explain.c) 📎 Ranier Vilela 09:48
Re: PG 13 release notes, first draft Etsuro Fujita 11:35
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators 📎 Fujii Masao 14:40
Re: Logical replication subscription owner Tom Lane 15:17
Re: Another modest proposal for docs formatting: catalog descriptions 📎 Tom Lane 15:34
Re: Another modest proposal for docs formatting: catalog descriptions Fabien COELHO 17:30
Re: [PATCH] Fix division by zero (explain.c) Tomas Vondra 17:44
Re: Incremental sorts and EXEC_FLAG_REWIND Tomas Vondra 17:46
Add -Wold-style-definition to CFLAGS? 📎 Andres Freund 17:48
Re: [PATCH] Fix division by zero (explain.c) Ranier Vilela 17:51
Re: Another modest proposal for docs formatting: catalog descriptions Tom Lane 18:09
Re: Logical replication subscription owner Stephen Frost 18:09
Re: Add -Wold-style-definition to CFLAGS? Tom Lane 18:15
Re: Logical replication subscription owner Tom Lane 18:22
Re: Logical replication subscription owner Euler Taveira 18:32
Re: Add -Wold-style-definition to CFLAGS? Andres Freund 18:43
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Justin Pryzby 20:18
Re: [PATCH] Fix division by zero (explain.c) Tomas Vondra 20:48
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 20:50
Re: [PATCH] Fix division by zero (explain.c) Ranier Vilela 21:11
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 22:19
Re: Add -Wold-style-definition to CFLAGS? Tom Lane 23:11

May 10, 2020

Thread Author Time
Re: Add -Wold-style-definition to CFLAGS? Michael Paquier 01:37
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Peter Geoghegan 01:48
Re: Should smgrdounlink() be removed? Michael Paquier 02:00
Cast json array to postgres array and preserve order of elements otar shavadze 12:21
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 12:25
Re: valgrind error Andrew Dunstan 13:29
Re: Strange decreasing value of pg_last_wal_receive_lsn() godjan • 13:58
Re: Cast json array to postgres array and preserve order of elements Andrew Dunstan 15:07
Re: Cast json array to postgres array and preserve order of elements otar shavadze 15:56
Re: should INSERT SELECT use a BulkInsertState? 📎 Justin Pryzby 15:58
gcov coverage data not full with immediate stop 📎 Alexander Lakhin 16:00
Re: Another modest proposal for docs formatting: catalog descriptions 📎 Tom Lane 16:27
Re: Index Skip Scan Dmitry Dolgov 17:36
Re: Index Skip Scan Dmitry Dolgov 17:49
Re: Another modest proposal for docs formatting: catalog descriptions Jonathan S. Katz 18:03
Re: Back-branch minor release notes are up for review Tom Lane 19:07
Re: PG 13 release notes, first draft (ltree dot star) Justin Pryzby 20:09
calling procedures is slow and consumes extra much memory against calling function Pavel Stehule 20:20
deferred primary key and logical replication 📎 Euler Taveira 21:10
Re: Problem with logical replication 📎 Euler Taveira 22:08

May 11, 2020

Thread Author Time
Re: Back-branch minor release notes are up for review Fujii Masao 01:16
A comment fix 📎 Kyotaro Horiguchi 01:16
No core file generated after PostgresNode->start Andy Fan 01:48
2020-05-14 Press Release Draft 📎 Jonathan S. Katz 02:08
Re: No core file generated after PostgresNode->start Andy Fan 03:21
Re: gcov coverage data not full with immediate stop 📎 Alvaro Herrera 03:42
Re: Add -Wold-style-definition to CFLAGS? Alvaro Herrera 03:45
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Alvaro Herrera 03:59
Re: +(pg_lsn, int8) and -(pg_lsn, int8) operators Kyotaro Horiguchi 04:00
Re: 2020-05-14 Press Release Draft Kyotaro Horiguchi 04:38
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Tom Lane 04:47
Re: gcov coverage data not full with immediate stop Tom Lane 04:56
Re: A comment fix Michael Paquier 05:22
Re: PG 13 release notes, first draft Amit Kapila 05:22
Re: calling procedures is slow and consumes extra much memory against calling function 📎 Pavel Stehule 05:25
Re: calling procedures is slow and consumes extra much memory against calling function Michael Paquier 06:07
Re: calling procedures is slow and consumes extra much memory against calling function Pavel Stehule 06:07
Re: should INSERT SELECT use a BulkInsertState? Michael Paquier 06:19
Re: PG 13 release notes, first draft Tatsuro Yamada 06:19
Re: Strange decreasing value of pg_last_wal_receive_lsn() Michael Paquier 06:54
Re: Problem with logical replication Michael Paquier 07:28
Re: pg_regress cleans up tablespace twice. 📎 Kyotaro Horiguchi 08:13
A patch for get origin from commit_ts. 📎 movead.li@highgo.ca 08:43
Re: 2pc leaks fds Antonin Houska 08:44
Re: gcov coverage data not full with immediate stop 📎 Alexander Lakhin 09:00
Re: 2020-05-14 Press Release Draft David Rowley 09:45
Re: Index Skip Scan Dilip Kumar 10:34
Re: MultiXact\SLRU buffers configuration 📎 Andrey M. Borodin 11:17
Re: Index Skip Scan Dmitry Dolgov 11:26
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) 📎 Julien Rouhaud 11:29
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Andrew Dunstan 12:07
Re: Parallel copy Amit Kapila 12:12
Re: gcov coverage data not full with immediate stop Ashutosh Bapat 12:26
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Julien Rouhaud 12:53
Re: Concurrency bug in amcheck 📎 Alexander Korotkov 12:56
Re: making update/delete of inheritance trees scale better Ashutosh Bapat 12:58
Re: PG 13 release notes, first draft Bruce Momjian 13:20
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Tom Lane 13:41
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Julien Rouhaud 14:07
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Tom Lane 14:40
Re: making update/delete of inheritance trees scale better Amit Langote 14:41
Re: 2pc leaks fds Alvaro Herrera 16:25
Re: new heapcheck contrib module 📎 Mark Dilger 17:21
Re: PG 13 release notes, first draft Alexander Korotkov 17:41
Re: 2020-05-14 Press Release Draft Justin Pryzby 18:01
Re: Parallel copy Robert Haas 18:21
Re: making update/delete of inheritance trees scale better Robert Haas 18:34
Re: making update/delete of inheritance trees scale better Tom Lane 18:48
Re: refactoring basebackup.c Robert Haas 19:02
Re: making update/delete of inheritance trees scale better Robert Haas 19:10
Re: gcov coverage data not full with immediate stop Robert Haas 19:20
Re: No core file generated after PostgresNode->start Robert Haas 19:35
Re: COPY, lock release and MVCC Robert Haas 19:43
Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES) Julien Rouhaud 19:46
Re: gcov coverage data not full with immediate stop Tom Lane 20:04
Re: gcov coverage data not full with immediate stop Robert Haas 20:11
Re: making update/delete of inheritance trees scale better Tom Lane 20:22
Re: JSON output from psql Robert Haas 20:23
Re: making update/delete of inheritance trees scale better Robert Haas 20:25
Re: No core file generated after PostgresNode->start Antonin Houska 20:26
pg13: xlogreader API adjust 📎 Alvaro Herrera 20:33
Re: JSON output from psql Gurjeet Singh 20:42
Re: PG 13 release notes, first draft Alvaro Herrera 20:50
Re: pgsql: Show opclass and opfamily related information in psql 📎 Alvaro Herrera 21:08
Re: PG 13 release notes, first draft Alvaro Herrera 21:09
Remaining routine pre-beta tasks Tom Lane 22:04
Re: PG 13 release notes, first draft 📎 Bruce Momjian 22:52
Re: PG 13 release notes, first draft Bruce Momjian 23:00
[PATCH] hs_standby_disallowed test fix 📎 Michail Nikolaev 23:03
Re: PG 13 release notes, first draft Bruce Momjian 23:10
Re: PG 13 release notes, first draft Bruce Momjian 23:18
Re: PG 13 release notes, first draft 📎 Bruce Momjian 23:51

May 12, 2020

Thread Author Time
Re: PG 13 release notes, first draft Peter Geoghegan 00:05
Re: PG 13 release notes, first draft Bruce Momjian 00:12
Event trigger code comment duplication David G. Johnston 00:13
Re: PG 13 release notes, first draft Bruce Momjian 00:14
Re: PG 13 release notes, first draft Bruce Momjian 00:17
Re: PG 13 release notes, first draft Bruce Momjian 00:20
Re: PG 13 release notes, first draft Bruce Momjian 00:22

Browse Archives

Prev | Next