pgsql-hackers since 2019-05-06 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

May 6, 2019

Thread Author Time
pg_ssl_init Steve 00:54
Re: Fixing order of resowner cleanup in 12, for Windows 📎 Thomas Munro 00:56
Re: [HACKERS] Weaker shmem interlock w/o postmaster.pid 📎 Thomas Munro 03:30
Re: Fixing order of resowner cleanup in 12, for Windows Tom Lane 03:44
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Tom Lane 03:56
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Andres Freund 03:58
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Tom Lane 04:00
Re: Fixing order of resowner cleanup in 12, for Windows Thomas Munro 04:47
pg_dump: fail to restore partition table with serial type 📎 Rushabh Lathia 05:43
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Andres Freund 07:01
Re: improving wraparound behavior Andres Freund 07:06
Re: make \d pg_toast.foo show its indices Rafia Sabih 07:13
reindexdb & clusterdb broken against pre-7.3 servers 📎 Julien Rouhaud 08:04
Re: reindexdb & clusterdb broken against pre-7.3 servers 📎 Julien Rouhaud 08:17
Re: pg_dump: fail to restore partition table with serial type Rushabh Lathia 08:55
Re: Fixing order of resowner cleanup in 12, for Windows Amit Kapila 09:26
Re: Pluggable Storage - Andres's take Rafia Sabih 10:40
Re: improving wraparound behavior Stephen Frost 11:09
Re: Fixing order of resowner cleanup in 12, for Windows Thomas Munro 11:11
Re: Fixing order of resowner cleanup in 12, for Windows Amit Kapila 11:51
Re: POC: Cleaning up orphaned files using undo logs 📎 Dilip Kumar 12:13
Re: reindexdb & clusterdb broken against pre-7.3 servers Andrew Dunstan 12:32
Re: reindexdb & clusterdb broken against pre-7.3 servers Michael Paquier 12:49
Re: SQL statement PREPARE does not work in ECPG Michael Meskes 13:37
Re: reindexdb & clusterdb broken against pre-7.3 servers Stephen Frost 13:45
Re: reindexdb & clusterdb broken against pre-7.3 servers Tom Lane 13:49
Re: Pluggable Storage - Andres's take Andres Freund 14:14
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Andres Freund 14:58
Re: Per-tablespace autovacuum settings Oleksii Kliukin 15:02
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Tom Lane 15:03
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Robert Haas 15:10
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Andres Freund 15:27
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 15:29
Re: reindexdb & clusterdb broken against pre-7.3 servers 📎 Julien Rouhaud 15:31
Re: reindexdb & clusterdb broken against pre-7.3 servers Tom Lane 15:34
Re: reindexdb & clusterdb broken against pre-7.3 servers 📎 Julien Rouhaud 15:39
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Robert Haas 15:52
Re: make \d pg_toast.foo show its indices Tom Lane 15:58
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Tom Lane 16:05
Re: pg_dump: fail to restore partition table with serial type Alvaro Herrera 16:13
Re: Fixing order of resowner cleanup in 12, for Windows Robert Haas 16:14
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Robert Haas 16:16
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Andres Freund 16:18
Re: make \d pg_toast.foo show its indices ; and, \d toast show its main table Justin Pryzby 16:22
Re: make \d pg_toast.foo show its indices Andres Freund 16:26
Re: make \d pg_toast.foo show its indices ; and, \d toast show its main table Alvaro Herrera 16:33
Re: First-draft release notes for back branches are up Jonathan S. Katz 17:29
Re: Fixing order of resowner cleanup in 12, for Windows Tom Lane 17:32
Re: Fixing order of resowner cleanup in 12, for Windows Robert Haas 17:47
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Robert Haas 17:51
Re: make \d pg_toast.foo show its indices Robert Haas 17:52
Naming of pg_checksums Bruce Momjian 17:56
Re: Fixing order of resowner cleanup in 12, for Windows Tom Lane 17:58
Re: Attempt to consolidate reading of XLOG page Robert Haas 18:03
Re: Fixing order of resowner cleanup in 12, for Windows Robert Haas 18:08
Re: range_agg Paul Jungwirth 18:17
Re: range_agg Paul Jungwirth 18:19
Re: Attempt to consolidate reading of XLOG page Alvaro Herrera 18:21
_bt_split(), and the risk of OOM before its critical section Peter Geoghegan 19:48
Re: Attempt to consolidate reading of XLOG page Robert Haas 19:58
Re: Pluggable Storage - Andres's take 📎 Ashwin Agrawal 20:39
Re: _bt_split(), and the risk of OOM before its critical section Peter Geoghegan 21:51
Re: accounting for memory used for BufFile during hash joins Melanie Plageman 21:58
Re: range_agg David Fetter 22:07
Re: _bt_split(), and the risk of OOM before its critical section Tom Lane 22:29
Re: _bt_split(), and the risk of OOM before its critical section Peter Geoghegan 23:11
Re: range_agg Paul Jungwirth 23:21

May 7, 2019

Thread Author Time
Re: _bt_split(), and the risk of OOM before its critical section Peter Geoghegan 00:15
Re: _bt_split(), and the risk of OOM before its critical section Peter Geoghegan 00:26
Re: reindexdb & clusterdb broken against pre-7.3 servers Michael Paquier 00:46
Re: Regression test PANICs with master-standby setup on same machine Kyotaro HORIGUCHI 01:16
RE: SQL statement PREPARE does not work in ECPG Matsumura, Ryo 01:30
Re: Add tablespace tap test to pg_rewind Kyotaro HORIGUCHI 01:31
Re: accounting for memory used for BufFile during hash joins Thomas Munro 01:48
Re: Regression test PANICs with master-standby setup on same machine Michael Paquier 01:55
Re: [PATCH v1] Add a way to supply stdin to TAP tests Kyotaro HORIGUCHI 02:05
Re: reindexdb & clusterdb broken against pre-7.3 servers Tom Lane 02:23
Re: [PATCH v1] Add a way to supply stdin to TAP tests David Fetter 02:42
Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling. Andres Freund 02:45
Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling. Tom Lane 02:54
Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling. Andres Freund 03:00
Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling. Thomas Munro 03:03
Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right? 📎 Michael Paquier 03:07
Re: [HACKERS] Broken O(n^2) avoidance in wal segment recycling. Michael Paquier 03:09
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Amit Kapila 03:10
Re: accounting for memory used for BufFile during hash joins Tomas Vondra 03:15
Re: reindexdb & clusterdb broken against pre-7.3 servers Michael Paquier 03:18
Re: accounting for memory used for BufFile during hash joins Tom Lane 03:18
Re: reindexdb & clusterdb broken against pre-7.3 servers Tom Lane 03:24
Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right? Michael Paquier 03:25
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 03:32
Re: reindexdb & clusterdb broken against pre-7.3 servers Michael Paquier 03:39
Re: Do you see any problems with this procedure for Old Master rebuild as a Slave upon switchover ? Kyotaro HORIGUCHI 03:43
Re: Naming of pg_checksums Michael Paquier 03:50
Re: Identity columns should own only one sequence Michael Paquier 04:06
Re: jsonpath 📎 Alexander Korotkov 04:14
Re: accounting for memory used for BufFile during hash joins Thomas Munro 04:28
PG12, PGXS and linking pgfeutils 📎 Ian Barwick 05:24
Re: reindexdb & clusterdb broken against pre-7.3 servers Michael Paquier 05:29
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Masahiko Sawada 06:04
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Amit Kapila 06:07
Re: standby recovery fails (tablespace related) (tentative patch and discussion) Kyotaro HORIGUCHI 06:47
Re: findTargetlistEntrySQL92() and COLLATE clause Amit Langote 07:17
Re: VACUUM can finish an interrupted nbtree page split -- is that okay? Heikki Linnakangas 07:27
New EXPLAIN option: ALL 📎 David Fetter 07:30
copy-past-o comment in lock.h 📎 John Naylor 07:41
Re: Pluggable Storage - Andres's take Rafia Sabih 07:45
Re: Pluggable Storage - Andres's take Rafia Sabih 07:46
Re: Inconsistent error message wording for REINDEX CONCURRENTLY 📎 Michael Paquier 07:50
Re: New EXPLAIN option: ALL 📎 David Fetter 07:50
Re: New vacuum option to do only freezing Masahiko Sawada 07:58
Re: copy-past-o comment in lock.h Michael Paquier 08:00
Re: BUG #15672: PostgreSQL 11.1/11.2 crashed after dropping a partition table Amit Langote 08:10
Re: copy-past-o comment in lock.h John Naylor 08:12
Re: New EXPLAIN option: ALL Sergei Kornilov 08:13
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Masahiko Sawada 08:26
Re: set relispartition when attaching child index Amit Langote 08:57
Re: New EXPLAIN option: ALL Rafia Sabih 09:03
Statistical aggregate functions are not working with PARTIAL aggregation Rajkumar Raghuwanshi 09:09
Re: Statistical aggregate functions are not working with PARTIAL aggregation 📎 Kyotaro HORIGUCHI 12:06
Typos and wording in jsonpath-exec.c 📎 Daniel Gustafsson 12:38
RE: SQL statement PREPARE does not work in ECPG 📎 Matsumura, Ryo 12:56
Re: accounting for memory used for BufFile during hash joins Tomas Vondra 13:17
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Tom Lane 13:34
Re: [PATCH v1] Add a way to supply stdin to TAP tests Andrew Dunstan 13:39
Re: PG12, PGXS and linking pgfeutils Tom Lane 13:46
Re: accounting for memory used for BufFile during hash joins Tomas Vondra 13:59
Re: jsonpath Tom Lane 14:35
Re: accounting for memory used for BufFile during hash joins Tom Lane 14:42
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Tom Lane 14:50
Re: accounting for memory used for BufFile during hash joins Tomas Vondra 15:09
Re: make \d pg_toast.foo show its indices Stephen Frost 15:16
Re: make \d pg_toast.foo show its indices Tom Lane 15:24
Re: make \d pg_toast.foo show its indices Stephen Frost 15:30
Re: New EXPLAIN option: ALL Andres Freund 15:41
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Andres Freund 15:57
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Andres Freund 15:59
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Tom Lane 16:04
Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right? Andres Freund 16:04
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Andres Freund 16:06
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Tom Lane 16:07
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Andres Freund 16:09
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Tom Lane 16:12
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Tom Lane 16:14
Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6 Andres Freund 16:17
Re: Unhappy about API changes in the no-fsm-for-small-rels patch Andres Freund 16:19
Re: Typos and wording in jsonpath-exec.c Magnus Hagander 16:27
Re: New EXPLAIN option: ALL 📎 David Fetter 16:28
Re: New EXPLAIN option: ALL David Fetter 16:31
Re: New EXPLAIN option: ALL David Fetter 16:34
Re: New EXPLAIN option: ALL Andres Freund 16:44
Re: [PATCH v1] Add a way to supply stdin to TAP tests 📎 David Fetter 16:47
Re: VACUUM can finish an interrupted nbtree page split -- is that okay? Peter Geoghegan 16:59
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Fujii Masao 17:14
Re: reloption to prevent VACUUM from truncating empty pages at the end of relation Fujii Masao 17:16
Re: [PATCH v1] Add a way to supply stdin to TAP tests 📎 David Fetter 17:37
vacuumdb and new VACUUM options Fujii Masao 17:40
We're leaking predicate locks in HEAD Tom Lane 17:46
Re: We're leaking predicate locks in HEAD Thomas Munro 18:56
Fuzzy thinking in is_publishable_class Tom Lane 19:25
Re: PG12, PGXS and linking pgfeutils Tomas Vondra 19:29
Re: We're leaking predicate locks in HEAD Andrew Dunstan 19:50
Re: We're leaking predicate locks in HEAD Tom Lane 19:55
Re: [HACKERS] Detrimental performance impact of ringbuffers on performance Andres Freund 20:16
Re: make \d pg_toast.foo show its indices Robert Haas 20:44
Re: Naming of pg_checksums Robert Haas 20:46
Re: make \d pg_toast.foo show its indices Stephen Frost 20:48
Re: Inconsistent error message wording for REINDEX CONCURRENTLY 📎 Tom Lane 21:19
Re: New EXPLAIN option: ALL David Fetter 21:23
Re: Fuzzy thinking in is_publishable_class Tom Lane 21:30
Re: New EXPLAIN option: ALL Peter Geoghegan 21:45
Re: make \d pg_toast.foo show its indices Tom Lane 21:49
Re: New EXPLAIN option: ALL Andres Freund 21:54
Re: make \d pg_toast.foo show its indices Stephen Frost 22:03
Re: jsonpath Alexander Korotkov 22:06
Re: New EXPLAIN option: ALL Tom Lane 22:06
Re: New EXPLAIN option: ALL Stephen Frost 22:12
Re: New EXPLAIN option: ALL Tom Lane 22:25
Re: Failure in contrib test _int on loach 📎 Heikki Linnakangas 22:31
Re: New EXPLAIN option: ALL David Fetter 22:39
Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right? Tom Lane 22:45
Re: New EXPLAIN option: ALL Stephen Frost 22:51
Re: New EXPLAIN option: ALL Stephen Frost 22:58
Why could GEQO produce plans with lower costs than the standard_join_search? Donald Dong 23:29
Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right? Michael Paquier 23:43
Re: Why could GEQO produce plans with lower costs than the standard_join_search? Tom Lane 23:44

May 8, 2019

Thread Author Time
Re: vacuumdb and new VACUUM options Masahiko Sawada 00:26
Re: accounting for memory used for BufFile during hash joins Melanie Plageman 00:30
Re: accounting for memory used for BufFile during hash joins Melanie Plageman 00:43
Re: _bt_split(), and the risk of OOM before its critical section 📎 Peter Geoghegan 01:15
Re: We're leaking predicate locks in HEAD 📎 Thomas Munro 03:30
Re: postgres_fdw: another oddity in costing aggregate pushdown paths 📎 Etsuro Fujita 03:42
Re: We're leaking predicate locks in HEAD Tom Lane 03:53
Re: Statistical aggregate functions are not working with PARTIAL aggregation 📎 Kyotaro HORIGUCHI 04:06
Re: Statistical aggregate functions are not working with PARTIAL aggregation Kyotaro HORIGUCHI 04:09
Re: We're leaking predicate locks in HEAD Thomas Munro 04:50
RE: Copy data to DSA area Ideriha, Takeshi 05:29
Re: Copy data to DSA area Thomas Munro 06:04
Re: Pluggable Storage - Andres's take Ashwin Agrawal 06:18
Adding SMGR discriminator to buffer tags 📎 Thomas Munro 06:31

Browse Archives

Prev | Next