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

June 10, 2019

Thread Author Time
Re: Avoiding deadlock errors in CREATE INDEX CONCURRENTLY Tom Lane 00:33
[PATCH] memory leak in ecpglib 📎 Zhang, Jie 00:53
[PATCH] Fix potential memoryleak in guc.c 📎 Zhang, Jie 01:58
doc: clarify "pg_signal_backend" default role 📎 Ian Barwick 02:06
Re: [PATCH] Fix potential memoryleak in guc.c Tom Lane 02:12
pg_upgrade: prep_status doesn't translate messages 📎 Kyotaro Horiguchi 04:57
Fix testing on msys when builddir is under /c mount point 📎 Noah Misch 04:58
Re: Minimal logical decoding on standbys Amit Khandekar 05:07
Re: doc: clarify "pg_signal_backend" default role Michael Paquier 05:35
Questions of 'for update' Zhenghua Lyu 06:00
Re: Bloom Indexes - bit array length and the total number of bits (or hash functions ?? ) ! Fabien COELHO 06:24
Why to index a "Recently DEAD" tuple when creating index Alex 06:45
Re: Questions of 'for update' Kuntal Ghosh 06:50
Re: Questions of 'for update' Etsuro Fujita 07:12
Re: Questions of 'for update' Kuntal Ghosh 07:22
Re: Why to index a "Recently DEAD" tuple when creating index Kuntal Ghosh 07:28
Re: pg_basebackup failure after setting default_table_access_method option Michael Paquier 07:37
Re: pg_upgrade: prep_status doesn't translate messages Michael Paquier 07:48
Re: Why to index a "Recently DEAD" tuple when creating index Alex 07:59
Re: Missing generated column in ALTER TABLE ADD COLUMN doc Michael Paquier 08:05
Re: Why to index a "Recently DEAD" tuple when creating index Kuntal Ghosh 08:10
Re: Should we warn against using too many partitions? Amit Langote 08:11
Re: postgres_fdw: oddity in costing presorted foreign scans with local stats 📎 Etsuro Fujita 08:37
Re: Why to index a "Recently DEAD" tuple when creating index Alex 08:42
Re: Questions of 'for update' Zhenghua Lyu 08:44
Adaptive query optimization 📎 Konstantin Knizhnik 08:53
postgres_fdw: unordered C includes 📎 Etsuro Fujita 08:53
Re: Missing generated column in ALTER TABLE ADD COLUMN doc Masahiko Sawada 09:09
Re: Should we warn against using too many partitions? 📎 David Rowley 09:10
Re: Why to index a "Recently DEAD" tuple when creating index Kuntal Ghosh 09:34
Re: Quick doc typo fix Guillaume Lelarge 09:48
RE: [PATCH] memory leak in ecpglib Matsumura, Ryo 09:52
Re: Why to index a "Recently DEAD" tuple when creating index Alex 11:00
Re: [pg_rewind] cp: cannot stat ‘pg_wal/RECOVERYHISTORY’: No such file or directory Kuntal Ghosh 11:07
Re: Binary support for pgoutput plugin Dave Cramer 11:27
Re: Binary support for pgoutput plugin Petr Jelinek 11:49
Re: Why to index a "Recently DEAD" tuple when creating index Tom Lane 11:56
Re: GiST limits on contrib/cube with dimension > 100? Daniel Gustafsson 11:57
Re: BEFORE UPDATE trigger on postgres_fdw table not work Etsuro Fujita 12:04
Re: POC: Cleaning up orphaned files using undo logs Asim R P 12:35
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 13:32
Re: Should we warn against using too many partitions? Alvaro Herrera 13:44
Re: [pg_rewind] cp: cannot stat ‘pg_wal/RECOVERYHISTORY’: No such file or directory Robert Haas 13:49
Re: postgres_fdw: unordered C includes Alvaro Herrera 14:19
Re: Why to index a "Recently DEAD" tuple when creating index Kuntal Ghosh 14:25
Re: [pg_rewind] cp: cannot stat ‘pg_wal/RECOVERYHISTORY’: No such file or directory Kuntal Ghosh 14:26
Re: Fix testing on msys when builddir is under /c mount point Andrew Dunstan 14:40
Re: initial random incompatibility Alvaro Herrera 14:51
Re: pgbench - extend initialization phase control Ibrar Ahmed 14:55
Re: using index or check in ALTER TABLE SET NOT NULL Sergei Kornilov 15:35
Re: Temp table handling after anti-wraparound shutdown (Was: BUG #15840) 📎 - - 16:47
Re: proposal: new polymorphic types - commontype and commontypearray Greg Stark 16:59
Re: doc: pg_trgm missing description for GUC "pg_trgm.strict_word_similarity_threshold" Alexander Korotkov 17:33
Re: fix psql \conninfo & \connect when using hostaddr Dmitry Dolgov 18:22
Re: Temp table handling after anti-wraparound shutdown (Was: BUG #15840) 📎 - - 18:22
Hash join explain is broken Alexander Korotkov 18:28
Re: tableam: abstracting relation sizing code 📎 Robert Haas 19:35
Re: tableam: abstracting relation sizing code Alvaro Herrera 19:46
Re: Avoiding deadlock errors in CREATE INDEX CONCURRENTLY Goel, Dhruv 20:22
Re: heapam_index_build_range_scan's anyvisible Ashwin Agrawal 20:48
ERROR: subtransaction logged without previous top-level txn record Hsu, John 21:08
Re: Should we warn against using too many partitions? 📎 David Rowley 21:45
Re: heapam_index_build_range_scan's anyvisible Andres Freund 21:56
Re: POC: Cleaning up orphaned files using undo logs Thomas Munro 22:00
Re: Should we warn against using too many partitions? Alvaro Herrera 22:11
Re: pg_dump: fail to restore partition table with serial type Alvaro Herrera 23:07
Re: Should we warn against using too many partitions? Justin Pryzby 23:15
Re: Temp table handling after anti-wraparound shutdown (Was: BUG #15840) Thierry Husson 23:45

June 11, 2019

Thread Author Time
Re: Small review comment on pg_checksums Masahiko Sawada 00:21
Re: heapam_index_build_range_scan's anyvisible Ashwin Agrawal 00:38
Creating Introductory Resources as GSoD Project Grace Kahinga 00:44
Re: doc: pg_trgm missing description for GUC "pg_trgm.strict_word_similarity_threshold" Ian Barwick 01:05
Re: BEFORE UPDATE trigger on postgres_fdw table not work Amit Langote 01:29
Re: Should we warn against using too many partitions? 📎 David Rowley 01:30
Re: BEFORE UPDATE trigger on postgres_fdw table not work Etsuro Fujita 02:01
Re: Server crash due to assertion failure in CheckOpSlotCompatibility() Alvaro Herrera 02:42
Re: Should we warn against using too many partitions? Alvaro Herrera 02:43
Re: Should we warn against using too many partitions? Amit Langote 02:52
Re: pg_upgrade: prep_status doesn't translate messages Kyotaro Horiguchi 03:05
rebased background worker reimplementation prototype 📎 Andres Freund 03:22
Re: Missing generated column in ALTER TABLE ADD COLUMN doc Michael Paquier 04:02
RE: [PATCH] memory leak in ecpglib Zhang, Jie 04:10
Re: BEFORE UPDATE trigger on postgres_fdw table not work Amit Langote 04:31
Re: pgbench - extend initialization phase control Fabien COELHO 04:43
Re: postgres_fdw: unordered C includes Etsuro Fujita 04:45
Re: fix psql \conninfo & \connect when using hostaddr Fabien COELHO 04:46
Re: Missing generated column in ALTER TABLE ADD COLUMN doc Masahiko Sawada 04:49
pgbench rate limiting changes transaction latency computation Andres Freund 04:56
Re: pgbench rate limiting changes transaction latency computation Andres Freund 05:09
Re: pg_basebackup failure after setting default_table_access_method option Andres Freund 05:33
Re: [pg_rewind] cp: cannot stat ‘pg_wal/RECOVERYHISTORY’: No such file or directory Michael Paquier 05:45
Re: pg_basebackup failure after setting default_table_access_method option Michael Paquier 05:56
Re: Multivariate MCV stats can leak data to unprivileged users John Naylor 06:04
check_recovery_target_lsn() does a PG_CATCH without a throw Andres Freund 06:11
RE: [PATCH] memory leak in ecpglib [email protected] 06:35
Re: pgbench rate limiting changes transaction latency computation Fabien COELHO 06:36
Re: pg_basebackup failure after setting default_table_access_method option Andres Freund 06:49
Re: Minimal logical decoding on standbys Amit Khandekar 06:54
Re: pgbench rate limiting changes transaction latency computation Andres Freund 07:12
[PATCH] Speedup truncates of relation forks 📎 Jamison, Kirk 07:34
Release scheduled for 2019-06-20 Jonathan S. Katz 07:35
Re: Hash join explain is broken Andres Freund 07:45
RE: [PATCH] memory leak in ecpglib Zhang, Jie 08:14
Re: Hash join explain is broken Andres Freund 08:22
Re: pgbench rate limiting changes transaction latency computation Heikki Linnakangas 08:31
Re: [PATCH] Implement uuid_version() 📎 Peter Eisentraut 08:49
Re: BEFORE UPDATE trigger on postgres_fdw table not work Etsuro Fujita 09:09
Re: BEFORE UPDATE trigger on postgres_fdw table not work Amit Langote 09:37
Re: [PATCH] Speedup truncates of relation forks Adrien Nayrat 10:22
Re: [PATCH] Implement uuid_version() Jose Luis Tallon 10:31
Re: [PATCH] Implement uuid_version() Peter Eisentraut 11:11
Re: fix psql \conninfo & \connect when using hostaddr Dmitry Dolgov 11:59
Re: Temp table handling after anti-wraparound shutdown (Was: BUG #15840) Masahiko Sawada 12:08
ReplicationSlotCtl: undefined reference Pavlo Golub 12:19
Re: Custom table AMs need to include heapam.h because of BulkInsertState Robert Haas 12:27
Re: tableam: abstracting relation sizing code Robert Haas 13:17
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? 📎 Daniel Gustafsson 13:20
Re: tableam: abstracting relation sizing code Daniel Gustafsson 13:23
Re: tableam: abstracting relation sizing code Alvaro Herrera 13:45
Re: pg_upgrade: prep_status doesn't translate messages Alvaro Herrera 14:11
Re: check_recovery_target_lsn() does a PG_CATCH without a throw 📎 Sergei Kornilov 14:29
Re: [PATCH] Implement uuid_version() Jose Luis Tallon 14:47
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Tom Lane 14:49
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Andres Freund 15:35
aborting a non-speculative insertion Robert Haas 15:47
Re: Status of the table access method work Alvaro Herrera 15:47
Re: Status of the table access method work Robert Haas 15:59
Re: aborting a non-speculative insertion Andres Freund 16:06
Re: aborting a non-speculative insertion Robert Haas 16:11
Re: Status of the table access method work Peter Geoghegan 16:14
Re: tableam vs. TOAST 📎 Robert Haas 16:17
Re: Fix order of steps in DISCARD ALL documentation Alvaro Herrera 16:24
Re: Status of the table access method work Andres Freund 16:32
Re: WIP: BRIN multi-range indexes 📎 Tomas Vondra 17:30
Re: hyrax vs. RelationBuildPartitionDesc Tom Lane 17:57
Re: [PATCH] Opclass parameters 📎 Tomas Vondra 17:57
Re: Status of the table access method work Robert Haas 18:20
Re: Avoiding hash join batch explosions with extreme skew and weird stats Melanie Plageman 18:35
Re: Minimal logical decoding on standbys Alvaro Herrera 18:36
Re: Fix order of steps in DISCARD ALL documentation Jan Chochol 18:47
Re: Is it safe to ignore the return value of SPI_finish and SPI_execute? Alvaro Herrera 19:03
Re: Binary support for pgoutput plugin 📎 Dave Cramer 19:44
Re: Should we warn against using too many partitions? David Rowley 20:12
Re: using index or check in ALTER TABLE SET NOT NULL David Rowley 20:34
Re: upgrades in row-level locks can deadlock Alvaro Herrera 20:40
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 20:41
openssl valgrind failures on skink are due to openssl issue Andres Freund 20:51
Re: openssl valgrind failures on skink are due to openssl issue Tom Lane 20:55
Re: Adaptive query optimization legrand legrand 21:02
Re: openssl valgrind failures on skink are due to openssl issue Andres Freund 21:07
Re: Adaptive query optimization Tomas Vondra 21:43
Re: tableam: abstracting relation sizing code Daniel Gustafsson 22:22
Re: [PATCH] Speedup truncates of relation forks Tomas Vondra 23:09
Re: [PATCH] Speedup truncates of relation forks Alvaro Herrera 23:13
Re: tableam: abstracting relation sizing code Andres Freund 23:17
Re: pgbench rate limiting changes transaction latency computation Andres Freund 23:24
Re: Ought to use heap_multi_insert() for pg_attribute/depend insertions? Andres Freund 23:26

June 12, 2019

Thread Author Time
Re: pg_upgrade: prep_status doesn't translate messages 📎 Kyotaro Horiguchi 02:20
Parallel grouping sets 📎 Richard Guo 02:58
RE: [PATCH] Speedup truncates of relation forks Tsunakawa, Takayuki 03:24
Resume vacuum and autovacuum from interruption and cancellation Masahiko Sawada 04:30
Re: Should we warn against using too many partitions? Amit Langote 05:48
Re: BEFORE UPDATE trigger on postgres_fdw table not work 📎 Etsuro Fujita 06:13
[PATCH] vacuumlo: print the number of large objects going to be removed 📎 Timur Birsh 06:20
Re: pgbench rate limiting changes transaction latency computation Fabien COELHO 06:23
Re: GiST limits on contrib/cube with dimension > 100? Siarhei Siniak 06:30
Re: pgbench rate limiting changes transaction latency computation Heikki Linnakangas 06:31
Re: BEFORE UPDATE trigger on postgres_fdw table not work Amit Langote 06:33
Re: Adaptive query optimization legrand legrand 07:08
Re: pgbench rate limiting changes transaction latency computation Heikki Linnakangas 07:09
Re: [PATCH] Speedup truncates of relation forks Masahiko Sawada 07:28
Re: BEFORE UPDATE trigger on postgres_fdw table not work Etsuro Fujita 07:30
Re: fix psql \conninfo & \connect when using hostaddr Noah Misch 07:45
Re: fix psql \conninfo & \connect when using hostaddr Dmitry Dolgov 07:48
Re: GiST limits on contrib/cube with dimension > 100? Siarhei Siniak 07:50
Re: openssl valgrind failures on skink are due to openssl issue Michael Paquier 07:50
set parameter for all existing session alex lock 07:58
Re: GiST limits on contrib/cube with dimension > 100? 📎 Siarhei Siniak 07:59
Re: pg_basebackup failure after setting default_table_access_method option Michael Paquier 08:00
Re: fix psql \conninfo & \connect when using hostaddr Fabien COELHO 08:24
Re: set parameter for all existing session Pavel Stehule 08:24
RE: [PATCH] Speedup truncates of relation forks Jamison, Kirk 08:29
Re: set parameter for all existing session alex lock 08:30
Re: GiST limits on contrib/cube with dimension > 100? Andrey Borodin 08:45
RE: BEFORE UPDATE trigger on postgres_fdw table not work shohei.mochizuki 09:08
Re: GiST limits on contrib/cube with dimension > 100? Siarhei Siniak 10:11
Re: check_recovery_target_lsn() does a PG_CATCH without a throw 📎 Peter Eisentraut 11:16
Re: Adaptive query optimization Konstantin Knizhnik 11:36
catalog files simplification 📎 Peter Eisentraut 11:52
Re: Minimal logical decoding on standbys 📎 Amit Khandekar 12:00
Re: Adaptive query optimization Kuntal Ghosh 12:44
Re: fix psql \conninfo & \connect when using hostaddr 📎 Fabien COELHO 12:44
Re: [pg_rewind] cp: cannot stat ‘pg_wal/RECOVERYHISTORY’: No such file or directory tushar 13:11
Re: tableam: abstracting relation sizing code Robert Haas 13:14
Re: catalog files simplification Robert Haas 13:21
Re: catalog files simplification Tom Lane 13:34
Are there still non-ELF BSD systems? 📎 Peter Eisentraut 13:53
Re: catalog files simplification Tom Lane 13:54
Fix inconsistencies for v12 (pass 2) 📎 Alexander Lakhin 14:34
Re: Binary support for pgoutput plugin Dave Cramer 14:35

Browse Archives

Prev | Next