pgsql-hackers since 2021-01-28 04:25

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

Jan. 28, 2021

Thread Author Time
Re: Is Recovery actually paused? 📎 Dilip Kumar 04:25
Re: Support ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION ... syntax 📎 japin 04:37
Re: On login trigger: take three Amit Kapila 04:54
Re: new heapcheck contrib module 📎 Mark Dilger 05:05
Re: Hybrid Hash/Nested Loop joins and caching results from subplans 📎 Justin Pryzby 05:43
Re: logical replication worker accesses catalogs in error context callback Amit Kapila 05:44
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Joel Jacobson 05:52
Re: Support for NSS as a libpq TLS backend Michael Paquier 06:06
Re: Single transaction in the tablesync worker? 📎 Peter Smith 06:18
RE: libpq debug log 📎 [email protected] 06:33
Re: protect pg_stat_statements_info() for being used without the library loaded Michael Paquier 06:42
Re: protect pg_stat_statements_info() for being used without the library loaded Fujii Masao 06:53
Re: pg_upgrade fails with non-standard ACL Noah Misch 06:55
Re: Single transaction in the tablesync worker? Peter Smith 07:01
Re: Wrong usage of RelationNeedsWAL Noah Misch 07:10
Re: protect pg_stat_statements_info() for being used without the library loaded Michael Paquier 07:26
Re: Add SQL function for SHA1 Michael Paquier 07:29
Re: Two patches to speed up pg_rewind. Michael Paquier 07:31
Re: [PATCH] remove pg_standby Michael Paquier 07:36
Re: Protect syscache from bloating with negative cache entries 📎 Kyotaro Horiguchi 07:50
Re: Protect syscache from bloating with negative cache entries Kyotaro Horiguchi 08:16
Re: "has_column_privilege()" issue with attnums and non-existent columns Peter Eisentraut 08:18
Re: Wrong usage of RelationNeedsWAL Kyotaro Horiguchi 08:35
Re: On login trigger: take three Konstantin Knizhnik 09:04
RE: libpq debug log [email protected] 09:50
Re: Single transaction in the tablesync worker? Amit Kapila 10:37
Re: pglz compression performance, take two Andrey Borodin 10:56
RE: Determine parallel-safety of partition relations for Inserts Hou, Zhijie 11:30
Re: Perform COPY FROM encoding conversions in larger chunks 📎 Heikki Linnakangas 11:36
Commitfest 2021-01 ends in 3 days Masahiko Sawada 11:37
Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly Alexey Kondratov 11:42
Re: Printing backtrace of postgres processes 📎 vignesh C 11:52
Re: [Patch] ALTER SYSTEM READ ONLY 📎 Amul Sul 12:16
Re: Determine parallel-safety of partition relations for Inserts Amit Kapila 12:28
Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails Peter Eisentraut 12:31
Re: [PATCH] Add extra statistics to explain for Nested Loop Yugo NAGATA 12:37
Re: Index Skip Scan (new UniqueKeys) Masahiko Sawada 12:49
Re: [PATCH] remove deprecated v8.2 containment operators Masahiko Sawada 12:50
Re: bitmaps and correlation Masahiko Sawada 12:51
Re: CREATE INDEX CONCURRENTLY on partitioned index Masahiko Sawada 12:51
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Masahiko Sawada 12:52
Re: Perform COPY FROM encoding conversions in larger chunks Heikki Linnakangas 13:05
Re: Parallel INSERT (INTO ... SELECT ...) 📎 Greg Nancarrow 13:11
Re: VACUUM (DISABLE_PAGE_SKIPPING on) Simon Riggs 13:33
Re: multi-install PostgresNode 📎 Andrew Dunstan 14:05
Re: Printing backtrace of postgres processes Bharath Rupireddy 14:10
Re: libpq debug log 'Alvaro Herrera' 14:13
Re: multi-install PostgresNode Alvaro Herrera 14:24
Re: CREATE INDEX CONCURRENTLY on partitioned index 📎 Justin Pryzby 14:30
Re: multi-install PostgresNode 📎 Andrew Dunstan 15:19
Re: strange error reporting Alvaro Herrera 15:55
Re: Index Skip Scan (new UniqueKeys) Dmitry Dolgov 16:07
Re: Allow matching whole DN from a client certificate Jacob Champion 16:39
Re: Perform COPY FROM encoding conversions in larger chunks 📎 Heikki Linnakangas 16:43
Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails Tom Lane 16:44
Re: new heapcheck contrib module Robert Haas 17:13
Re: vacuum_cost_page_miss default value and modern hardware Robert Haas 17:29
Re: new heapcheck contrib module Mark Dilger 17:40
Re: new heapcheck contrib module Mark Dilger 17:41
Re: new heapcheck contrib module Robert Haas 17:49
Re: new heapcheck contrib module Mark Dilger 17:50
Re: vacuum_cost_page_miss default value and modern hardware Peter Geoghegan 17:57
Re: new heapcheck contrib module 📎 Mark Dilger 18:07
Re: Thoughts on "killed tuples" index hint bits support on standby Michail Nikolaev 18:15
Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM Bossart, Nathan 18:16
Proposal: Save user's original authenticated identity for logging 📎 Jacob Champion 18:22
Re: Key management with tests Tom Kincaid 19:41
Re: Key management with tests Bruce Momjian 20:22
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Tom Lane 20:22
Re: [HACKERS] GSoC 2017: Foreign Key Arrays 📎 Mark Rofail 21:41
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Mark Rofail 21:41
Re: Jsonpath ** vs lax mode 📎 Alexander Korotkov 21:44
Re: Allow matching whole DN from a client certificate Andrew Dunstan 22:10
Re: [PATCH] remove pg_standby Thomas Munro 22:13
Re: Online checksums patch - once again 📎 Daniel Gustafsson 23:12
Re: Support for NSS as a libpq TLS backend Daniel Gustafsson 23:20

Jan. 29, 2021

Thread Author Time
Re: Jsonpath ** vs lax mode 📎 Tom Lane 00:02
RE: libpq debug log [email protected] 00:46
RE: Determine parallel-safety of partition relations for Inserts Hou, Zhijie 01:01
Re: Support for NSS as a libpq TLS backend Jacob Champion 01:06
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 01:18
Re: [PATCH] remove pg_standby Thomas Munro 01:19
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Tom Lane 02:09
RE: libpq debug log [email protected] 02:10
Assertion fail with window function and partitioned tables 📎 Jaime Casanova 02:45
Re: [PATCH] pg_hba.conf error messages for logical replication connections Amit Kapila 04:17
Re: [HACKERS] Custom compression methods Neha Sharma 04:17
Re: [HACKERS] Custom compression methods Dilip Kumar 04:26
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao 04:58
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 05:12
Re: "has_column_privilege()" issue with attnums and non-existent columns Ian Lawrence Barwick 05:13
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit 📎 Bharath Rupireddy 05:25
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao 05:25
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 05:38
Re: Hybrid Hash/Nested Loop joins and caching results from subplans David Rowley 05:41
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 05:46
Re: Why does creating logical replication subscriptions require superuser? Amit Kapila 05:48
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 05:53
Re: Support for NSS as a libpq TLS backend Michael Paquier 06:01
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao 06:08
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Joel Jacobson 06:14
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 06:19
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao 06:24
Re: Add primary keys to system catalogs Joel Jacobson 06:25
RE: Determine parallel-safety of partition relations for Inserts 📎 Hou, Zhijie 06:43
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 06:44
RE: Determine parallel-safety of partition relations for Inserts Hou, Zhijie 06:49
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao 07:06
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 07:12
Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM Michael Paquier 07:14
Re: doc review for v14 Michael Paquier 07:33
Re: a verbose option for autovacuum Masahiko Sawada 07:35
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Fujii Masao 07:47
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 07:54
Re: Key management with tests Masahiko Sawada 08:05
[WIP] Reduce likelihood of fdw prepared statement collisions 📎 Marco 08:14
Re: Snapbuild woes followup Amit Kapila 08:34
Re: About to add WAL write/fsync statistics to pg_stat_wal view 📎 Masahiro Ikeda 08:49
Re: [PoC] Non-volatile WAL buffer Takashi Menjo 09:02
Re: Is Recovery actually paused? Yugo NAGATA 09:53
Re: "has_column_privilege()" issue with attnums and non-existent columns Joe Conway 09:56
Re: Single transaction in the tablesync worker? 📎 Peter Smith 10:37
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit 📎 Bharath Rupireddy 10:45
Re: Single transaction in the tablesync worker? Peter Smith 10:47
Re: Is Recovery actually paused? Dilip Kumar 11:03
Re: [HACKERS] Custom compression methods 📎 Dilip Kumar 12:37
Re: Support for NSS as a libpq TLS backend 📎 Daniel Gustafsson 12:57
Re: Support for NSS as a libpq TLS backend Daniel Gustafsson 13:13
Re: Dumping/restoring fails on inherited generated column 📎 Peter Eisentraut 13:14
Re: Allow matching whole DN from a client certificate Daniel Gustafsson 13:18
Re: Printing backtrace of postgres processes 📎 vignesh C 13:40
Re: Phrase search vs. multi-lexeme tokens 📎 Alexander Korotkov 13:51
Re: Allow matching whole DN from a client certificate Andrew Dunstan 13:59
Re: Is Recovery actually paused? Yugo NAGATA 14:06
Re: Allow matching whole DN from a client certificate Andrew Dunstan 15:10
Re: LogwrtResult contended spinlock Alvaro Herrera 15:40
Re: [HACKERS] [PATCH] Generic type subscripting Alexander Korotkov 16:01
Re: Dumping/restoring fails on inherited generated column Tom Lane 16:41
Re: POC: Cleaning up orphaned files using undo logs 📎 Antonin Houska 17:30
Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly 📎 Alexey Kondratov 17:56
Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM 📎 Bossart, Nathan 18:43
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit 📎 Fujii Masao 18:44
Re: Support for NSS as a libpq TLS backend Jacob Champion 18:46
Re: [PATCH] pg_hba.conf error messages for logical replication connections Paul Martinez 18:53
Should we make Bitmapsets a kind of Node? Tom Lane 20:12
Re: [sqlsmith] Failed assertion during partition pruning Tom Lane 20:28
Re: Assertion fail with window function and partitioned tables Jaime Casanova 21:35
Re: Proposal: Save user's original authenticated identity for logging Stephen Frost 22:01
Re: Proposal: Save user's original authenticated identity for logging Tom Lane 22:30
Re: Key management with tests Stephen Frost 22:40
Re: [sqlsmith] Failed assertion during partition pruning Zhihong Yu 22:42
Re: [sqlsmith] Failed assertion during partition pruning Tom Lane 22:52
Re: Proposal: Save user's original authenticated identity for logging Jacob Champion 23:21
Re: Proposal: Save user's original authenticated identity for logging Jacob Champion 23:33
Re: Proposal: Save user's original authenticated identity for logging Tom Lane 23:40
Re: Should we make Bitmapsets a kind of Node? Peter Geoghegan 23:45

Jan. 30, 2021

Thread Author Time
Re: Should we make Bitmapsets a kind of Node? Tom Lane 00:01
Re: Proposal: Save user's original authenticated identity for logging Jacob Champion 00:10
Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit Bharath Rupireddy 00:28
Re: Should we make Bitmapsets a kind of Node? Peter Geoghegan 00:31
Re: New IndexAM API controlling index vacuum strategies Peter Geoghegan 01:26
Re: Support for NSS as a libpq TLS backend Michael Paquier 01:27
Re: LogwrtResult contended spinlock 📎 Alvaro Herrera 01:47
Re: Should we make Bitmapsets a kind of Node? Tom Lane 01:53
Re: LogwrtResult contended spinlock Andres Freund 02:02
Re: Thoughts on "killed tuples" index hint bits support on standby Peter Geoghegan 02:03
Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly Michael Paquier 02:23
Re: LogwrtResult contended spinlock Andres Freund 02:30
Re: Should we make Bitmapsets a kind of Node? Michael Paquier 02:33
Re: Should we make Bitmapsets a kind of Node? Peter Geoghegan 02:34
Re: Should we make Bitmapsets a kind of Node? Peter Geoghegan 02:37
Re: Should we make Bitmapsets a kind of Node? Tom Lane 02:44
Re: logical replication worker accesses catalogs in error context callback Andres Freund 02:53
Re: Should we make Bitmapsets a kind of Node? Peter Geoghegan 02:57
Re: [PATCH] pg_hba.conf error messages for logical replication connections Amit Kapila 04:40
Re: [HACKERS] Custom compression methods 📎 Justin Pryzby 07:16
Re: Allow CURRENT_ROLE in GRANTED BY Peter Eisentraut 08:51
Re: SELECT INTO deprecation Peter Eisentraut 10:29
Re: pgbench: option delaying queries till connections establishment? 📎 Fabien COELHO 12:17
Fix DROP TABLESPACE on Windows with ProcSignalBarrier? 📎 Thomas Munro 12:52
Re: Fix DROP TABLESPACE on Windows with ProcSignalBarrier? 📎 Thomas Munro 13:11
Re: Single transaction in the tablesync worker? 📎 Amit Kapila 13:19
Re: Key management with tests Tom Kincaid 13:23
Re: Should we make Bitmapsets a kind of Node? Tom Lane 16:34
Re: Thoughts on "killed tuples" index hint bits support on standby Michail Nikolaev 17:11
Re: Perform COPY FROM encoding conversions in larger chunks 📎 John Naylor 18:47
Re: Add primary keys to system catalogs Peter Eisentraut 19:06
Re: WIP: BRIN multi-range indexes John Naylor 19:19
Re: Allow matching whole DN from a client certificate 📎 Andrew Dunstan 21:18
Re: Is it worth accepting multiple CRLs? Peter Eisentraut 21:20
Re: Add primary keys to system catalogs Tom Lane 21:56
Re: [sqlsmith] Failed assertion during partition pruning 📎 Tom Lane 22:42

Jan. 31, 2021

Thread Author Time
Re: shared tempfile was not removed on statement_timeout 📎 Thomas Munro 01:26
Re: Thoughts on "killed tuples" index hint bits support on standby Peter Geoghegan 01:39
Re: shared tempfile was not removed on statement_timeout Tom Lane 05:07
Re: Is Recovery actually paused? 📎 Dilip Kumar 05:54
Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX. James Hilliard 06:59
Re: Proposal: Save user's original authenticated identity for logging Magnus Hagander 11:15
Re: Proposal: Save user's original authenticated identity for logging Magnus Hagander 11:27
[PATCH] Doc: improve documentation of oid columns that can be zero. 📎 Joel Jacobson 13:22

Browse Archives

Prev | Next