pgsql-hackers since 2019-09-10 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

Sept. 10, 2019

Thread Author Time
Re: Should we add xid_current() or a int8->xid cast? 📎 Thomas Munro 00:05
Re: Should we add xid_current() or a int8->xid cast? Tom Lane 00:13
Re: [PATCH] Opclass parameters 📎 Nikita Glukhov 01:30
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Amit Kapila 02:21
Re: refactoring - share str2*int64 functions Michael Paquier 02:22
回复:Re: Does PostgreSQL support debian Linux on Arm CPU Platform? gc_11 02:28
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Masahiko Sawada 02:32
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Michael Paquier 02:37
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Amit Kapila 02:59
Re: refactoring - share str2*int64 functions 📎 Michael Paquier 03:05
Re: Change atoi to strtol in same place 📎 Joe Nelson 04:02
Re: PostgreSQL 12 Beta 4 Sandeep Thakkar 04:04
Re: PostgreSQL 12 Beta 4 Michael Paquier 05:13
Re: Change atoi to strtol in same place Michael Paquier 05:35
Re: pgbench - allow to create partitioned tables Amit Kapila 05:48
Re: Replication & recovery_min_apply_delay Michael Paquier 06:23
Re: [patch]socket_timeout in interfaces/libpq Michael Paquier 06:38
RE: [bug fix] Produce a crash dump before main() on Windows 📎 Tsunakawa, Takayuki 06:44
Pulling up direct-correlated ANY_SUBLINK Richard Guo 07:26
Re: WIP: BRIN multi-range indexes Alexander Korotkov 08:19
Re: Pulling up direct-correlated ANY_SUBLINK Antonin Houska 08:31
Re: Remove page-read callback from XLogReaderState. 📎 Kyotaro Horiguchi 08:40
Re: shared-memory based stats collector 📎 Kyotaro Horiguchi 08:58
Re: Does PostgreSQL support debian Linux on Arm CPU Platform? Dagfinn Ilmari Mannsåker 10:08
Re: FETCH FIRST clause WITH TIES option 📎 Surafel Temesgen 10:37
Re: Berserk Autovacuum (let's save next Mandrill) Amit Kapila 11:19
Re: standby recovery fails (tablespace related) (tentative patch and discussion) Asim R P 11:42
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Noah Misch 11:45
Re: Change atoi to strtol in same place Robert Haas 12:03
Re: [bug fix] Produce a crash dump before main() on Windows Alvaro Herrera from 2ndQuadrant 12:30
[PATCH] Move user options to the end of the command in pg_upgrade Patrik Novotny 12:37
Re: Avoiding hash join batch explosions with extreme skew and weird stats Tomas Vondra 13:10
Re: Specifying attribute slot for storing/reading statistics Tomas Vondra 13:30
Re: [proposal] de-TOAST'ing using a iterator 📎 Binguo Bao 13:33
Re: accounting for memory used for BufFile during hash joins Tomas Vondra 13:47
Re: Pulling up direct-correlated ANY_SUBLINK Tom Lane 13:48
Re: [PATCH] Move user options to the end of the command in pg_upgrade Tom Lane 14:13
Re: [PATCH] Move user options to the end of the command in pg_upgrade 📎 Patrik Novotny 14:46
Re: [PATCH] Move user options to the end of the command in pg_upgrade Tom Lane 15:06
Re: Libpq support to connect to standby server as priority Alvaro Herrera from 2ndQuadrant 16:05
Re: Useless code in RelationCacheInitializePhase3 Alvaro Herrera from 2ndQuadrant 16:34
another look at macOS SIP 📎 Peter Eisentraut 17:14
Re: another look at macOS SIP Tom Lane 17:26
Re: Re: libpq host/hostaddr/conninfo inconsistencies Alvaro Herrera from 2ndQuadrant 17:34
Re: unlogged sequences Alvaro Herrera from 2ndQuadrant 17:42
Re: Two pg_rewind patches (auto generate recovery conf and ensure clean shutdown) Alvaro Herrera from 2ndQuadrant 17:52
Re: [PATCH] Move user options to the end of the command in pg_upgrade Tom Lane 19:34
Re: SIGQUIT on archiver child processes maybe not such a hot idea? Tom Lane 20:01
Re: Duplicated LSN in ReorderBuffer 📎 Alvaro Herrera from 2ndQuadrant 20:11
Re: A problem about partitionwise join Alvaro Herrera from 2ndQuadrant 20:48
Re: Unaccent extension python script Issue in Windows 📎 Alvaro Herrera from 2ndQuadrant 21:19
Re: [PATCH] Opclass parameters Tomas Vondra 22:03
Re: [PATCH] Opclass parameters Tomas Vondra 22:14
Re: [PATCH] Opclass parameters Nikita Glukhov 22:15
Re: [PATCH] Improve performance of NOTIFY over many databases (v2) Tom Lane 22:18
Re: Multivariate MCV list vs. statistics target Tomas Vondra 22:28
Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud 22:30
Re: [PATCH] Opclass parameters Nikita Glukhov 22:44
Re: Planning counters in pg_stat_statements (using pgss_store) Julien Rouhaud 23:27

Sept. 11, 2019

Thread Author Time
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 00:10
Re: Libpq support to connect to standby server as priority 📎 Alvaro Herrera from 2ndQuadrant 00:17
Re: Bug in GiST paring heap comparator 📎 Nikita Glukhov 00:31
RE: SIGQUIT on archiver child processes maybe not such a hot idea? Tsunakawa, Takayuki 01:36
PG12 Beta 4 Press Release 📎 Jonathan S. Katz 01:37
Re: SIGQUIT on archiver child processes maybe not such a hot idea? Kyotaro Horiguchi 02:01
Re: MSVC buildfarm critters are not running modules' TAP tests Michael Paquier 02:11
Re: SIGQUIT on archiver child processes maybe not such a hot idea? David Steele 02:11
RE: SIGQUIT on archiver child processes maybe not such a hot idea? Tsunakawa, Takayuki 02:34
Re: [bug fix] Produce a crash dump before main() on Windows Michael Paquier 02:57
Re: Change atoi to strtol in same place Michael Paquier 03:53
Re: A problem about partitionwise join Richard Guo 03:56
RE: [bug fix] Produce a crash dump before main() on Windows Tsunakawa, Takayuki 04:15
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Michael Paquier 04:45
Re: [bug fix] Produce a crash dump before main() on Windows Michael Paquier 04:55
Re: [patch]socket_timeout in interfaces/libpq Michael Paquier 04:58
Re: ICU for global collation Andrey Borodin 05:24
Re: SIGQUIT on archiver child processes maybe not such a hot idea? 📎 Kyotaro Horiguchi 05:32
回复:Re: Does PostgreSQL support debian Linux on Arm CPU Platform? gc_11 05:37
Re: doc: update PL/pgSQL sample loop function 📎 Amit Kapila 05:44
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Michael Paquier 05:45
Re: doc: update PL/pgSQL sample loop function Pavel Stehule 06:09
don't see materialized views in information_schema Pavel Stehule 06:14
Re: Change atoi to strtol in same place Joe Nelson 06:22
Re: psql - improve test coverage from 41% to 88% Michael Paquier 06:25
Re: Change atoi to strtol in same place Joe Nelson 07:10
Re: Pulling up direct-correlated ANY_SUBLINK Richard Guo 07:19
Re: Pulling up direct-correlated ANY_SUBLINK Antonin Houska 07:25
Re: don't see materialized views in information_schema Erik Rijkers 07:49
Re: don't see materialized views in information_schema Pavel Stehule 08:02
Re: Pulling up direct-correlated ANY_SUBLINK Richard Guo 08:32
Re: don't see materialized views in information_schema Juan José Santamaría Flecha 08:52
Re: don't see materialized views in information_schema Pavel Stehule 08:54
A problem presentaion about ECPG, DECLARE STATEMENT [email protected] 09:46
Re: doc: update PL/pgSQL sample loop function Amit Kapila 09:50
Re: doc: update PL/pgSQL sample loop function Pavel Stehule 10:05
logical decoding : exceeded maxAllocatedDescs for .spill files Amit Khandekar 10:44
Re: Change atoi to strtol in same place Robert Haas 12:24
Re: Write visibility map during CLUSTER/VACUUM FULL Amit Kapila 12:30
Re: A problem presentaion about ECPG, DECLARE STATEMENT Michael Meskes 12:32
Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. 📎 Anastasia Lubennikova 12:37
Re: pgbench - allow to create partitioned tables 📎 Fabien COELHO 12:38
Re: logical decoding : exceeded maxAllocatedDescs for .spill files Alvaro Herrera from 2ndQuadrant 12:51
let's kill AtSubStart_Notify 📎 Robert Haas 12:52
Re: Re: libpq host/hostaddr/conninfo inconsistencies Alvaro Herrera from 2ndQuadrant 13:16
Re: A problem presentaion about ECPG, DECLARE STATEMENT Tom Lane 13:54
Re: [PATCH] Improve performance of NOTIFY over many databases (v2) 📎 Martijn van Oosterhout 14:07
Re: [patch]socket_timeout in interfaces/libpq Fabien COELHO 14:25
Re: standby recovery fails (tablespace related) (tentative patch and discussion) Anastasia Lubennikova 14:26
Create collation reporting the ICU locale display name 📎 Daniel Verite 14:53
Re: Built-in connection pooler 📎 Konstantin Knizhnik 14:56
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks 📎 Masahiko Sawada 15:22
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Alvaro Herrera from 2ndQuadrant 15:29
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Masahiko Sawada 15:46
Re: A problem presentaion about ECPG, DECLARE STATEMENT Michael Meskes 16:04
Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view? Julien Rouhaud 16:30
Re: propagating replica identity to partitions Alvaro Herrera from 2ndQuadrant 17:44
Re: [PATCH] ltree, lquery, and ltxtquery binary protocol support Nino Floris 18:44
Re: [PATCH] Race condition in logical walsender causes long postgresql shutdown delay 📎 Alvaro Herrera 19:52
Re: psql - improve test coverage from 41% to 88% 📎 Fabien COELHO 20:52
Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. 📎 Peter Geoghegan 21:04
Re: add a MAC check for TRUNCATE Alvaro Herrera from 2ndQuadrant 21:20
Re: pg_upgrade fails with non-standard ACL Alvaro Herrera from 2ndQuadrant 21:23
Re: pg_upgrade fails with non-standard ACL Alvaro Herrera from 2ndQuadrant 21:25
Re: proposal - patch: psql - sort_by_size Alvaro Herrera from 2ndQuadrant 22:01
Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. Peter Geoghegan 22:09
Re: Run-time pruning for ModifyTable 📎 Alvaro Herrera 22:10
Re: base backup client as auxiliary backend process Alvaro Herrera 22:15
Re: amcheck verification for GiST Peter Geoghegan 23:10

Sept. 12, 2019

Thread Author Time
Re: [PATCH] Opclass parameters Tomas Vondra 00:16
Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. 📎 Peter Geoghegan 00:56
Re: Create collation reporting the ICU locale display name Michael Paquier 01:33
Re: psql - improve test coverage from 41% to 88% Michael Paquier 01:37
Re: Do not check unlogged indexes on standby Alvaro Herrera 01:54
Re: POC: Cleaning up orphaned files using undo logs Alvaro Herrera 01:56
Re: [HACKERS] [PATCH] Generic type subscripting Alvaro Herrera 01:58
Re: Do not check unlogged indexes on standby Peter Geoghegan 02:10
Re: base backup client as auxiliary backend process Kyotaro Horiguchi 02:47
Re: Do not check unlogged indexes on standby Peter Geoghegan 02:54
Re: Pulling up direct-correlated ANY_SUBLINK Richard Guo 02:59
Re: doc: update PL/pgSQL sample loop function Ian Barwick 04:00
Re: let's kill AtSubStart_Notify Dilip Kumar 04:14
Parallel Full Hash Join 📎 Thomas Munro 05:56
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Amit Kapila 05:56
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Michael Paquier 06:12
Re: psql - improve test coverage from 41% to 88% 📎 Fabien COELHO 06:25
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Amit Kapila 07:55
Re: psql - improve test coverage from 41% to 88% vignesh C 08:07
Re: standby recovery fails (tablespace related) (tentative patch and discussion) Kyotaro Horiguchi 08:35
Re: psql - improve test coverage from 41% to 88% 📎 Fabien COELHO 08:45
Re: Specifying attribute slot for storing/reading statistics Esteban Zimanyi 09:22
Re: logical decoding : exceeded maxAllocatedDescs for .spill files Tomas Vondra 09:30
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Masahiko Sawada 09:34
Re: let's kill AtSubStart_Notify Kyotaro Horiguchi 10:23
Re: psql - improve test coverage from 41% to 88% vignesh C 10:48
Close stdout and stderr in syslogger 📎 Святослав Ермилин 11:10
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Michael Paquier 11:18
Re: psql - improve test coverage from 41% to 88% 📎 Fabien COELHO 11:19
Re: [HACKERS] [PATCH] pageinspect function to decode infomasks Amit Kapila 11:54
Re: Create collation reporting the ICU locale display name Daniel Verite 11:55
Re: standby recovery fails (tablespace related) (tentative patch and discussion) 📎 Asim R P 12:02
Re: doc: pg_trgm missing description for GUC "pg_trgm.strict_word_similarity_threshold" 📎 Euler Taveira 12:39
Re: SegFault on 9.6.14 Amit Kapila 12:55
Re: logical decoding : exceeded maxAllocatedDescs for .spill files Alvaro Herrera 12:57
Re: tableam vs. TOAST Robert Haas 13:03
Amcheck: do rightlink verification with lock coupling 📎 Andrey Borodin 13:07
Re: block-level incremental backup Jeevan Chalke 13:13
Re: Amcheck: do rightlink verification with lock coupling Alvaro Herrera 13:16
Re: doc: pg_trgm missing description for GUC "pg_trgm.strict_word_similarity_threshold" Alexander Korotkov 13:18
Re: Close stdout and stderr in syslogger Tom Lane 13:32
Re: SegFault on 9.6.14 Robert Haas 13:35
Re: Misleading comment in tuplesort_set_bound Alvaro Herrera 13:39
Re: logical decoding : exceeded maxAllocatedDescs for .spill files Robert Haas 13:41
Re: Bug in GiST paring heap comparator Alexander Korotkov 13:45
Re: Write visibility map during CLUSTER/VACUUM FULL Alexander Korotkov 13:55
Re: [PATCH] ltree, lquery, and ltxtquery binary protocol support Alexander Korotkov 14:00
Re: Misleading comment in tuplesort_set_bound Tom Lane 14:00
Re: Runtime pruning problem Alvaro Herrera 14:11
Re: Runtime pruning problem Tom Lane 14:24
(Re)building index using itself or another index of the same table 📎 Arseny Sher 14:52
Re: (Re)building index using itself or another index of the same table Tom Lane 15:08
Re: psql - improve test coverage from 41% to 88% Alvaro Herrera 15:14
Re: Implementing Incremental View Maintenance Alvaro Herrera 15:19
Re: Pulling up direct-correlated ANY_SUBLINK Antonin Houska 15:35
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Alvaro Herrera 15:49
Leakproofness of texteq()/textne() Tom Lane 15:51
JSON parser discards value of string token 📎 Antonin Houska 15:51
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 15:54
Re: Leakproofness of texteq()/textne() Tom Lane 16:19
Re: Leakproofness of texteq()/textne() Robert Haas 16:44
Re: Leakproofness of texteq()/textne() Tom Lane 17:01
Re: Leakproofness of texteq()/textne() Tom Lane 17:38
Re: Create collation reporting the ICU locale display name Peter Geoghegan 18:30
Re: logical decoding : exceeded maxAllocatedDescs for .spill files Andres Freund 18:31
Re: logical decoding : exceeded maxAllocatedDescs for .spill files Andres Freund 18:34
Re: Create collation reporting the ICU locale display name Peter Geoghegan 18:35
Re: Create collation reporting the ICU locale display name Alvaro Herrera 18:56
Re: pglz performance Alvaro Herrera 18:58
Re: another look at macOS SIP Peter Eisentraut 18:59
Re: Create collation reporting the ICU locale display name Tom Lane 19:03
Re: psql - add SHOW_ALL_RESULTS option 📎 Alvaro Herrera 19:31

Browse Archives

Prev | Next