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

Thread Author Time
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andrew Gierth 00:50
doc: update "relam" description in pg_class catalog reference 📎 Ian Barwick 02:17
Re: doc: update "relam" description in pg_class catalog reference 📎 Ian Barwick 02:20
JOIN_SEMI planning question Thomas Munro 03:14
Re: Inconsistent error message wording for REINDEX CONCURRENTLY Alvaro Herrera 03:29
Disconnect from SPI manager on error 📎 RekGRpth 03:40
Re: doc: update "relam" description in pg_class catalog reference Michael Paquier 04:07
Re: doc: update "relam" description in pg_class catalog reference Ian Barwick 04:08
Re: Inconsistent error message wording for REINDEX CONCURRENTLY Michael Paquier 04:32
Re: Choosing values for multivariate MCV lists Dean Rasheed 05:55
Re: Race conditions with TAP test for syncrep Michael Paquier 06:07
Re: POC: Cleaning up orphaned files using undo logs Amit Kapila 06:41
Re: New vacuum option to do only freezing 📎 Michael Paquier 06:50
Re: Multivariate MCV list vs. statistics target Dean Rasheed 07:08
unlogged sequences 📎 Peter Eisentraut 07:30
Re: Implementing Incremental View Maintenance 📎 Yugo Nagata 07:44
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 08:54
Re: Minimal logical decoding on standbys 📎 Amit Khandekar 09:58
Re: POC: Cleaning up orphaned files using undo logs Amit Kapila 10:43
Re: POC: Cleaning up orphaned files using undo logs Amit Kapila 10:48
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Masahiko Sawada 12:34
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Stephen Frost 12:52
Re: Index Skip Scan 📎 Jesper Pedersen 13:20
old_snapshot_threshold vs indexes Thomas Munro 13:21
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Peter Eisentraut 13:42
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Joe Conway 13:46
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 14:31
benchmarking Flex practices 📎 John Naylor 14:31
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 14:35
Re: benchmarking Flex practices Tom Lane 14:52
Re: improve transparency of bitmap-only heap scans Emre Hasegeli 14:55
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 14:57
Re: Disconnect from SPI manager on error Tom Lane 15:32
Re: POC: Cleaning up orphaned files using undo logs Amit Kapila 15:35
Re: benchmarking Flex practices Andres Freund 16:02
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Robert Haas 16:02
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Andres Freund 16:05
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andres Freund 16:14
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 16:25
Do we need to do better for pg_ctl timeouts? Andres Freund 16:33
commitfest application - create patch doesn't work Pavel Stehule 16:49
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Stephen Frost 17:26
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Alvaro Herrera 17:28
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Robert Haas 17:53
Re: Tweaking DSM and DSA limits Robert Haas 18:20
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Stephen Frost 18:24
Re: commitfest application - create patch doesn't work Stephen Frost 18:27
Re: psql UPDATE field [tab] expands to DEFAULT? Tom Lane 18:51
Re: Tweaking DSM and DSA limits Andres Freund 18:52
Re: commitfest application - create patch doesn't work Pavel Stehule 19:05
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andrew Gierth 19:19
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Stephen Frost 19:24
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 19:58
BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist PG Bug reporting form 20:14
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andrew Gierth 20:23
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Alvaro Herrera 20:45
Re: Tweaking DSM and DSA limits David Fetter 21:00
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 21:07
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Tom Lane 21:08
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 21:59
Re: Multivariate MCV list vs. statistics target Tomas Vondra 22:12
Re: Choosing values for multivariate MCV lists Tomas Vondra 22:35
Re: clean up docs for v12 Alvaro Herrera 23:29
Re: clean up docs for v12 Alvaro Herrera 23:34

June 21, 2019

Thread Author Time
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Tom Lane 00:20
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Michael Paquier 00:45
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist 📎 Tom Lane 01:54
Re: Disconnect from SPI manager on error RekGRpth 04:49
Re: unlogged sequences Michael Paquier 05:31
Re: clean up docs for v12 Michael Paquier 05:33
Re: pg_dump partitions can lead to inconsistent state after restore Amit Langote 05:54
Re: Multivariate MCV list vs. statistics target Dean Rasheed 07:09
using explicit_bzero 📎 Peter Eisentraut 07:25
Re: benchmarking Flex practices John Naylor 07:36
Re: Choosing values for multivariate MCV lists Dean Rasheed 07:50
allow_system_table_mods stuff 📎 Peter Eisentraut 09:12
Re: O(N^2) when building multi-column MCV lists 📎 Tomas Vondra 10:25
Re: ldapbindpasswdfile Stephen Frost 13:21
Re: using explicit_bzero Tom Lane 13:25
Google Season of Docs Mahesh S 13:28
File descriptors inherited by restore_command David Steele 13:37
Re: File descriptors inherited by restore_command Tom Lane 13:45
Re: using explicit_bzero Dagfinn Ilmari Mannsåker 13:45
Re: using explicit_bzero Tom Lane 14:01
Re: File descriptors inherited by restore_command David Steele 14:09
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Keith Fiske 14:10
Re: File descriptors inherited by restore_command Tom Lane 14:23
Re: File descriptors inherited by restore_command Tom Lane 14:24
Re: File descriptors inherited by restore_command Stephen Frost 14:26
Re: allow_system_table_mods stuff Robert Haas 14:37
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Robert Haas 14:45
Re: allow_system_table_mods stuff Stephen Frost 15:14
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 15:24
Re: Implementing Incremental View Maintenance Jim Finnerty 15:41
Re: Minimal logical decoding on standbys Amit Khandekar 15:50
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist 📎 Tom Lane 16:12
Re: allow_system_table_mods stuff Tom Lane 16:28
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Tom Lane 16:30
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 16:40
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Tom Lane 16:47
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Tom Lane 16:55
Re: allow_system_table_mods stuff Stephen Frost 16:58
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 17:01
Re: SQL/JSON path issues/questions Alexander Korotkov 17:04
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Keith Fiske 17:06
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist Tom Lane 17:27
Re: allow_system_table_mods stuff Andres Freund 17:30
Re: allow_system_table_mods stuff Andres Freund 17:34
Re: allow_system_table_mods stuff Stephen Frost 17:54
progress report for ANALYZE 📎 Alvaro Herrera 18:52
Re: allow_system_table_mods stuff Tom Lane 18:52
Re: allow_system_table_mods stuff Stephen Frost 19:07
Re: Problem with default partition pruning Alvaro Herrera 20:03
Re: File descriptors inherited by restore_command David Steele 20:03
Re: allow_system_table_mods stuff Chapman Flack 20:16
Re: allow_system_table_mods stuff Tom Lane 20:37
Re: allow_system_table_mods stuff Chapman Flack 20:43
Re: allow_system_table_mods stuff Andres Freund 21:02
Re: \describe* Alvaro Herrera 21:20
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 21:21
Re: \describe* David Fetter 21:37
Re: \describe* Alvaro Herrera 21:49
Re: \describe* Tom Lane 22:53
Re: POC: Cleaning up orphaned files using undo logs Tom Lane 22:54
Re: Usage of epoch in txid_current Alexander Korotkov 23:01
Re: \describe* David Fetter 23:53

June 22, 2019

Thread Author Time
Re: Index Skip Scan Floris Van Nee 10:17
Re: Choosing values for multivariate MCV lists 📎 Tomas Vondra 14:10
Re: Index Skip Scan Dmitry Dolgov 15:44
Re: \describe* Corey Huinker 19:34
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Amit Kapila 21:07
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Amit Kapila 21:09
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 21:13
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Amit Kapila 21:43
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 22:02
Re: Index Skip Scan Floris Van Nee 22:15

June 23, 2019

Thread Author Time
Re: Index Skip Scan 📎 Peter Geoghegan 01:01
Ear on mailing Sascha Kuhl 05:18
Code comment change 📎 Vik Fearing 09:21
Re: Optimize partial TOAST decompression Andrey Borodin 09:23
Re: Code comment change Thomas Munro 10:35
Re: Index Skip Scan Floris Van Nee 11:04
Re: Code comment change Vik Fearing 11:43
Re: Index Skip Scan Tomas Vondra 13:10
Refactoring base64 encoding and decoding into a safer interface 📎 Michael Paquier 13:25
Re: New vacuum option to do only freezing Michael Paquier 13:29
Re: make \d pg_toast.foo show its indices ; and, \d toast show its main table ; and \d relkind=I show its partitions (and tablespace) 📎 Justin Pryzby 14:25
Re: check_recovery_target_lsn() does a PG_CATCH without a throw 📎 Peter Eisentraut 17:21
Re: Fix doc bug in logical replication. Peter Eisentraut 17:25
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 17:56
Re: Add CREATE DATABASE LOCALE option 📎 Peter Eisentraut 18:13
Misleading comment in tuplesort_set_bound 📎 James Coleman 19:22
Re: how to run encoding-dependent tests by default 📎 Peter Eisentraut 19:44
Re: Choosing values for multivariate MCV lists Dean Rasheed 19:48
Re: using explicit_bzero Peter Eisentraut 19:55
Re: using explicit_bzero Peter Eisentraut 19:56
Re: using explicit_bzero 📎 Peter Eisentraut 19:57
Re: Multivariate MCV stats can leak data to unprivileged users Tomas Vondra 20:04
Re: unlogged sequences Peter Eisentraut 20:20
Re: Choosing values for multivariate MCV lists Tomas Vondra 20:23
Plugging some testing holes Andrew Dunstan 22:15
Re: Choosing values for multivariate MCV lists Tomas Vondra 23:42
Re: Choosing values for multivariate MCV lists Tomas Vondra 23:54
Re: Choosing values for multivariate MCV lists 📎 Tomas Vondra 23:56

June 24, 2019

Thread Author Time
Re: Problem with default partition pruning shawn wang 01:24
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Masahiko Sawada 02:18
Re: Fix doc bug in logical replication. Robert Treat 02:26
Re: Plugging some testing holes Michael Paquier 02:27
Re: Optimize partial TOAST decompression 📎 Binguo Bao 02:53
Re: Problem with default partition pruning Alvaro Herrera 03:45
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Michael Paquier 04:06
Re: using explicit_bzero Michael Paquier 05:08
Re: using explicit_bzero Michael Paquier 05:10
Misleading comment about single_copy, and some bikeshedding 📎 Thomas Munro 05:20
MAKEFLAGS in non-GNU Makefile Thomas Munro 08:21
Re: GiST VACUUM Michael Paquier 08:26
Re: dropdb --force Anthony Nowocien 08:27
Re: fix psql \conninfo & \connect when using hostaddr Michael Paquier 08:28
Re: pglz performance 📎 Andrey Borodin 08:44
Re: benchmarking Flex practices 📎 John Naylor 09:21
Re: Use of reloptions by EXTENSIONs Dent John 09:47
Re: using explicit_bzero Dagfinn Ilmari Mannsåker 10:03
GiST "choose subtree" support function to inline penalty Darafei Komяpa Praliaskouski 10:08
Re: Custom table AMs need to include heapam.h because of BulkInsertState Michael Paquier 10:16
Re: Custom table AMs need to include heapam.h because of BulkInsertState David Rowley 11:12
Re: GiST "choose subtree" support function to inline penalty Andrey Borodin 11:31
Re: Index Skip Scan Dmitry Dolgov 11:44
Re: fix psql \conninfo & \connect when using hostaddr Alvaro Herrera 12:52
RE: Copy data to DSA area 📎 Ideriha, Takeshi 12:53
Re: Plugging some testing holes Andrew Dunstan 12:55
Re: [PATCH] Incremental sort (was: PoC: Partial sort) 📎 James Coleman 12:59
Re: Index Skip Scan Tomas Vondra 13:04
Re: Choosing values for multivariate MCV lists Dean Rasheed 13:54
Re: Tweaking DSM and DSA limits Robert Haas 13:57
Re: allow_system_table_mods stuff Robert Haas 14:07
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 14:28
Re: MAKEFLAGS in non-GNU Makefile Tom Lane 14:29
Re: Disconnect from SPI manager on error Robert Haas 15:08
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 15:10
Re: Usage of epoch in txid_current Robert Haas 15:19

Browse Archives

Prev | Next