pgsql-hackers before 2021-02-16 17:46

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

Feb. 13, 2021

Thread Author Time
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 05:04
Re: Why do we have MakeSingleTupleTableSlot instead of not using MakeTupleTableSlot? Tom Lane 05:51
Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax 📎 japin 06:11
Re: 64-bit XIDs in deleted nbtree pages Victor Yegorov 06:26
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Joel Jacobson 09:36
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Joel Jacobson 10:12
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Mark Rofail 10:15
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Mark Rofail 10:49
Re: logical replication seems broken 📎 Amit Kapila 10:49
Re: pg13.2: invalid memory alloc request size NNNN Greg Stark 11:35
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Joel Jacobson 11:35
Re: logical replication seems broken Erik Rijkers 12:28
Re: Preventing free space from being reused John Naylor 12:36
Re: public schema default ACL 📎 Noah Misch 12:56
Re: [HACKERS] Custom compression methods Dilip Kumar 14:44
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Joel Jacobson 16:10
Re: partial heap only tuples Andres Freund 16:26
Re: repeated decoding of prepared transactions Andres Freund 16:32
Re: repeated decoding of prepared transactions Petr Jelinek 16:37
Re: repeated decoding of prepared transactions Andres Freund 16:53
Re: Some regular-expression performance hacking Joel Jacobson 17:19
Re: Some regular-expression performance hacking Tom Lane 17:35
How to get Relation tuples in C function Patrick Handja 19:54
Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) 📎 Ranier Vilela 20:35
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) 📎 Ranier Vilela 20:37
Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) Ranier Vilela 20:40
Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) Zhihong Yu 20:50
Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) 📎 Ranier Vilela 20:59
Re: Some regular-expression performance hacking 📎 Tom Lane 21:11
Re: Possible dereference null return (src/backend/replication/logical/reorderbuffer.c) 📎 Zhihong Yu 21:12
Re: How to get Relation tuples in C function Tom Lane 21:23
Re: WIP: WAL prefetch (another approach) Stephen Frost 21:39
Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb) Tom Lane 22:59
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) Michael Paquier 23:32

Feb. 14, 2021

Thread Author Time
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) Ranier Vilela 00:33
Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb) Alexander Korotkov 00:42
Re: How to get Relation tuples in C function Andy Fan 01:29
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 05:02
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 06:47
Re: Asynchronous Append on postgres_fdw nodes. Etsuro Fujita 11:06
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) 📎 Michael Paquier 11:22
Re: How to get Relation tuples in C function Michael Paquier 11:56
Re: Some regular-expression performance hacking Joel Jacobson 12:52
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) Ranier Vilela 14:39
Re: Some regular-expression performance hacking Tom Lane 16:45
Re: Extensibility of the PostgreSQL wire protocol Dave Cramer 17:35
Re: [HACKERS] Custom compression methods 📎 Justin Pryzby 18:49
Re: [HACKERS] Custom compression methods 📎 Justin Pryzby 20:28
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Peter Geoghegan 21:01
Re: [POC] Fast COPY FROM command for the table with foreign partitions Justin Pryzby 21:03
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Thomas Munro 22:07
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Peter Geoghegan 22:33
Re: WIP: WAL prefetch (another approach) Tomas Vondra 22:38
Re: WIP: WAL prefetch (another approach) Stephen Frost 23:18

Feb. 15, 2021

Thread Author Time
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Thomas Munro 00:20
Re: Preventing free space from being reused Noah Bergbauer 00:42
Re: GlobalVisIsRemovableFullXid() vs GlobalVisCheckRemovableXid() Peter Geoghegan 01:14
GCC warning in back branches 📎 Thomas Munro 01:15
RE: [PoC] Non-volatile WAL buffer tsunakawa.takay@fujitsu.com 01:19
Re: doing something about the broken dynloader.h symlink Thomas Munro 01:19
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) Michael Paquier 01:28
Re: shared tempfile was not removed on statement_timeout Thomas Munro 01:33
Re: GCC warning in back branches Michael Paquier 01:34
Re: GCC warning in back branches Tom Lane 01:41
Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly 📎 Justin Pryzby 02:10
Re: Use pg_pwrite() in pg_test_fsync Thomas Munro 02:24
Re: About to add WAL write/fsync statistics to pg_stat_wal view Masahiro Ikeda 02:32
Snapshot scalability patch issue Peter Geoghegan 02:42
Re: About to add WAL write/fsync statistics to pg_stat_wal view Masahiro Ikeda 02:42
Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax 📎 Bharath Rupireddy 02:43
Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly Michael Paquier 02:58
Re: About to add WAL write/fsync statistics to pg_stat_wal view 📎 Masahiro Ikeda 02:59
Re: Some regular-expression performance hacking 📎 Tom Lane 03:11
A reloption for partitioned tables - parallel_workers Seamus Abshere 03:15
Re: Default wal_sync_method on FreeBSD Thomas Munro 03:28
Re: repeated decoding of prepared transactions Amit Kapila 03:54
Re: 64-bit XIDs in deleted nbtree pages 📎 Peter Geoghegan 04:39
RE: [POC] Fast COPY FROM command for the table with foreign partitions 📎 tsunakawa.takay@fujitsu.com 04:54
Re: GCC warning in back branches Thomas Munro 04:59
Re: PG vs LLVM 12 on seawasp, next round Thomas Munro 05:32
Re: adding wait_start column to pg_locks Fujii Masao 06:17
Re: logical replication seems broken 📎 vignesh C 06:23
Re: [DOC] add missing "[ NO ]" to various "DEPENDS ON" synopses Ian Lawrence Barwick 06:52
Re: [DOC] add missing "[ NO ]" to various "DEPENDS ON" synopses 📎 Ian Lawrence Barwick 06:57
Re: a misbehavior of partition row movement (?) Masahiko Sawada 07:11
Re: Fallback table AM for relkinds without storage 📎 Michael Paquier 07:21
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Greg Nancarrow 07:39
Re: Some regular-expression performance hacking Joel Jacobson 08:21
Re: ERROR: invalid spinlock number: 0 Michael Paquier 08:27
Re: [POC] Fast COPY FROM command for the table with foreign partitions Amit Langote 08:31
Re: A reloption for partitioned tables - parallel_workers Amit Langote 08:53
Re: PG vs LLVM 12 on seawasp, next round Fabien COELHO 09:05
pg_replication_origin_session_setup and superuser Zohar Gofer 09:37
Re: ERROR: invalid spinlock number: 0 Thomas Munro 09:47
Re: increase size of pg_commit_ts buffers Noah Misch 10:40
Re: ERROR: invalid spinlock number: 0 Michael Paquier 10:45
Re: increase size of pg_commit_ts buffers Andrey Borodin 10:55
Re: 64-bit XIDs in deleted nbtree pages Masahiko Sawada 11:14
Re: Refactoring HMAC in the core code 📎 Michael Paquier 11:25
Re: logical replication seems broken 📎 Amit Kapila 11:31
Re: ERROR: invalid spinlock number: 0 Fujii Masao 11:49
Re: logical replication seems broken vignesh C 12:06
Re: Online checksums patch - once again 📎 Daniel Gustafsson 12:21
Re: logical replication seems broken er 12:44
Re: Online checksums patch - once again Daniel Gustafsson 13:02
Re: [POC] verifying UTF-8 using SIMD instructions Heikki Linnakangas 13:18
Re: snowball update Peter Eisentraut 13:20
Re: a misbehavior of partition row movement (?) 📎 Amit Langote 13:37
Re: pg_cryptohash_final possible out-of-bounds access (per Coverity) Ranier Vilela 13:58
Re: Possible dereference after null check (src/backend/executor/ExecUtils.c) Ranier Vilela 14:01
SSL SNI 📎 Peter Eisentraut 14:09
Re: logical replication seems broken vignesh C 14:20
Re: SSL SNI Matthias van de Meent 14:28
Re: WIP: BRIN multi-range indexes 📎 Tomas Vondra 14:37
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Joel Jacobson 15:34
Re: A reloption for partitioned tables - parallel_workers 📎 Seamus Abshere 15:42
Re: PostgreSQL <-> Babelfish integration Finnerty, Jim 16:01
Re: A reloption for partitioned tables - parallel_workers Laurenz Albe 16:06
Re: Improvements and additions to COPY progress reporting 📎 Tomas Vondra 16:07
Re: POC: postgres_fdw insert batching Tomas Vondra 16:32
Re: POC: postgres_fdw insert batching Tomas Vondra 16:36
Re: Improve new hash partition bound check error messages 📎 Peter Eisentraut 16:45
Re: MultiXact\SLRU buffers configuration 📎 Andrey Borodin 17:17
Re: SSL SNI Jesse Zhang 17:40
Re: PG vs LLVM 12 on seawasp, next round Andres Freund 18:01
Re: CREATE INDEX CONCURRENTLY on partitioned index Anastasia Lubennikova 19:06
Re: CREATE INDEX CONCURRENTLY on partitioned index Anastasia Lubennikova 19:07
Re: SSL SNI Peter Eisentraut 19:24
Re: CREATE INDEX CONCURRENTLY on partitioned index 📎 Justin Pryzby 19:33
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Mark Rofail 19:34
Re: PG vs LLVM 12 on seawasp, next round Fabien COELHO 19:41
Re: PG vs LLVM 12 on seawasp, next round Andrew Dunstan 19:50
Re: partial heap only tuples Bossart, Nathan 20:19
Re: [HACKERS] logical decoding of two-phase transactions 📎 Peter Smith 21:15
Re: ERROR: invalid spinlock number: 0 Andres Freund 21:28
Re: CREATE INDEX CONCURRENTLY on partitioned index Zhihong Yu 21:37
Re: Snapshot scalability patch issue Andres Freund 23:08
Re: [HACKERS] logical decoding of two-phase transactions Peter Smith 23:33

Feb. 16, 2021

Thread Author Time
RE: [HACKERS] logical decoding of two-phase transactions osumi.takamichi@fujitsu.com 00:40
Re: pg_replication_origin_session_setup and superuser Michael Paquier 00:51
Re: Snapbuild woes followup Andres Freund 01:12
Re: PATCH: Batch/pipelining support for libpq Craig Ringer 01:19
Re: [DOC] add missing "[ NO ]" to various "DEPENDS ON" synopses Michael Paquier 01:20
Fwd: Row description Metadata information Aleksei Ivanov 01:25
Re: Snapshot scalability patch issue Andres Freund 01:30
Re: Snapshot scalability patch issue Peter Geoghegan 01:30
Re: Implementing Incremental View Maintenance 📎 Yugo NAGATA 01:31
Re: [POC] verifying UTF-8 using SIMD instructions 📎 John Naylor 01:32
Re: PATCH: Batch/pipelining support for libpq Craig Ringer 01:38
Re: proposal - psql - use pager for \watch command Thomas Munro 01:49
Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax 📎 Bharath Rupireddy 01:58
Re: [DOC] add missing "[ NO ]" to various "DEPENDS ON" synopses Ian Lawrence Barwick 02:18
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 03:26
Re: logical replication seems broken Amit Kapila 03:37
Re: ERROR: invalid spinlock number: 0 📎 Fujii Masao 03:43
Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) David Rowley 04:00
Re: repeated decoding of prepared transactions Amit Kapila 04:13
RE: [POC] Fast COPY FROM command for the table with foreign partitions 📎 tsunakawa.takay@fujitsu.com 05:39
Re: Libpq support to connect to standby server as priority Greg Nancarrow 05:48
Re: A reloption for partitioned tables - parallel_workers Amit Langote 06:05
libpq PQresultErrorMessage vs PQerrorMessage API issue Craig Ringer 06:29
progress reporting for partitioned REINDEX 📎 Justin Pryzby 06:42
Re: ERROR: invalid spinlock number: 0 Michael Paquier 06:50
Re: 64-bit XIDs in deleted nbtree pages Peter Geoghegan 06:52
Re: [PoC] Non-volatile WAL buffer Takashi Menjo 07:20
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Joel Jacobson 07:24
Re: A reloption for partitioned tables - parallel_workers Amit Langote 07:29
RE: pg_replication_origin_session_setup and superuser Zohar Gofer 07:54
Re: adding wait_start column to pg_locks 📎 Fujii Masao 07:59
Re: pg_replication_origin_session_setup and superuser Michael Paquier 08:14
Re: [HACKERS] Custom compression methods Dilip Kumar 08:17
RE: [PoC] Non-volatile WAL buffer tsunakawa.takay@fujitsu.com 08:21
Re: [POC] Fast COPY FROM command for the table with foreign partitions Andrey V. Lepikhov 08:23
Re: Parallel INSERT (INTO ... SELECT ...) Greg Nancarrow 09:07
Re: [PoC] Non-volatile WAL buffer Takashi Menjo 09:10
ERROR: "ft1" is of the wrong type. 📎 Kyotaro Horiguchi 09:14
Re: Tid scan improvements 📎 David Rowley 09:22
Re: POC: postgres_fdw insert batching 📎 Amit Langote 09:25
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Mark Rofail 10:07
Re: Hybrid Hash/Nested Loop joins and caching results from subplans 📎 David Rowley 10:15
Re: [PATCH] pg_hba.conf error messages for logical replication connections 📎 Amit Kapila 10:22
Re: progress reporting for partitioned REINDEX Matthias van de Meent 11:39
Re: 64-bit XIDs in deleted nbtree pages Masahiko Sawada 12:16
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Amit Langote 13:18
Re: making update/delete of inheritance trees scale better 📎 Amit Langote 13:42
How to customize postgres for sharing read-only tables in multiple data-dirs between servers Guttman, Maoz 13:49
Re: A reloption for partitioned tables - parallel_workers Laurenz Albe 14:01
Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) 📎 Andy Fan 14:03
Re: Performing partition pruning using row value Anastasia Lubennikova 14:07
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 14:20
Re: [Proposal] Page Compression for OLTP chenhj 14:45
Re: ERROR: invalid spinlock number: 0 📎 Fujii Masao 14:47
Re: [Proposal] Page Compression for OLTP Daniel Gustafsson 14:51
Re: Keep notnullattrs in RelOptInfo (Was part of UniqueKey patch series) Andy Fan 15:01
Re: POC: postgres_fdw insert batching Tomas Vondra 15:04
Re: libpq PQresultErrorMessage vs PQerrorMessage API issue Tom Lane 15:15
Re: [Proposal] Page Compression for OLTP chenhj 15:15
Re: PATCH: Batch/pipelining support for libpq Alvaro Herrera 16:27
Re: Tid scan improvements David Fetter 16:31
Re: [PATCH] pg_hba.conf error messages for logical replication connections Paul Martinez 17:10

Browse Archives

Prev | Next