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

Aug. 14, 2019

Thread Author Time
Re: pg_upgrade fails with non-standard ACL Stephen Frost 00:28
Re: Problem with default partition pruning Amit Langote 01:12
Re: pg_upgrade fails with non-standard ACL Bruce Momjian 02:10
Re: Recent failures in IsolationCheck deadlock-hard Thomas Munro 02:34
Re: [HACKERS] CLUSTER command progress monitor Tatsuro Yamada 02:38
Re: Add "password_protocol" connection parameter to libpq Michael Paquier 02:38
Re: Problem while updating a foreign table pointing to a partitioned table on foreign server Etsuro Fujita 02:51
Re: [HACKERS] CLUSTER command progress monitor Michael Paquier 02:52
Re: using explicit_bzero Michael Paquier 03:00
Re: BF failure: could not open relation with OID XXXX while querying pg_views Tom Lane 03:52
Re: Regression test failure in regression test temp.sql Michael Paquier 04:39
Re: SegFault on 9.6.14 Amit Kapila 04:42
Re: SegFault on 9.6.14 Tom Lane 04:52
Re: clean up obsolete initdb locale handling Peter Eisentraut 04:53
Re: [proposal] de-TOAST'ing using a iterator John Naylor 05:00
Re: BF failure: could not open relation with OID XXXX while querying pg_views Peter Eisentraut 05:00
Re: BF failure: could not open relation with OID XXXX while querying pg_views Tom Lane 05:05
Re: BF failure: could not open relation with OID XXXX while querying pg_views Thomas Munro 05:24
use of the term "verifier" with SCRAM Peter Eisentraut 05:59
Re: Custom table AMs need to include heapam.h because of BulkInsertState 📎 David Rowley 06:11
use valgrind --leak-check=yes to detect memory leak 📎 Alex 06:33
Re: POC: Cleaning up orphaned files using undo logs Andres Freund 06:57
Re: Speed up transaction completion faster after many relations are accessed in a transaction David Rowley 07:25
Re: progress report for ANALYZE Etsuro Fujita 07:28
Re: use of the term "verifier" with SCRAM Heikki Linnakangas 08:41
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 09:18
Re: Zedstore - compressed in-core columnar storage Ashutosh Sharma 09:50
Re: accounting for memory used for BufFile during hash joins Hubert Zhang 10:30
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Antonin Houska 14:36
Re: use valgrind --leak-check=yes to detect memory leak Tom Lane 14:50
Re: Auxiliary Processes and MyAuxProc 📎 Yuli Khodorkovskiy 15:01
Re: POC: Cleaning up orphaned files using undo logs Andres Freund 16:06
Re: POC: Cleaning up orphaned files using undo logs Andres Freund 16:39
Re: POC: Cleaning up orphaned files using undo logs Andres Freund 17:05
Re: Zedstore - compressed in-core columnar storage Ashwin Agrawal 17:32
Re: Feature: Use DNS SRV records for connecting Andres Freund 18:01
Re: proposal: make NOTIFY list de-duplication optional 📎 Tom Lane 18:04
Re: "long" type is not appropriate for counting tuples Andres Freund 18:17
Re: getting ERROR "relation 16401 has no triggers" with partition foreign key alter Tom Lane 18:22
Re: Removing unneeded downlink field from nbtree stack struct Peter Geoghegan 18:33
Re: getting ERROR "relation 16401 has no triggers" with partition foreign key alter Alvaro Herrera 18:33
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions 📎 Tom Lane 19:15
Improve Assert output 📎 Peter Eisentraut 20:28
Re: Improve Assert output Tom Lane 20:36
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 21:15
Re: Change ereport level for QueuePartitionConstraintValidation Alvaro Herrera 21:20
Re: progress report for ANALYZE Alvaro Herrera 21:42
Don't like getObjectDescription results for pg_amop/pg_amproc Tom Lane 23:07
Re: Add "password_protocol" connection parameter to libpq Jeff Davis 23:55

Aug. 15, 2019

Thread Author Time
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 01:19
Re: progress report for ANALYZE Tatsuro Yamada 01:45
Re: Don't like getObjectDescription results for pg_amop/pg_amproc Alexander Korotkov 02:20
Re: [HACKERS] CLUSTER command progress monitor Tatsuro Yamada 03:48
Re: Why is infinite_recurse test suddenly failing? Tom Lane 05:49
Extension development Yonatan Misgan 06:58
Re: Why is infinite_recurse test suddenly failing? Thomas Munro 07:17
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) 📎 Masahiko Sawada 09:10
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Antonin Houska 09:24
Re: Zedstore - compressed in-core columnar storage Heikki Linnakangas 09:38
Re: Zedstore - compressed in-core columnar storage 📎 Heikki Linnakangas 10:05
Re: Built-in connection pooler 📎 Konstantin Knizhnik 11:01
Useless bms_free() calls in build_child_join_rel() 📎 Etsuro Fujita 11:31
Allow cluster owner to bypass authentication 📎 Peter Eisentraut 11:37
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 12:25
Re: Don't like getObjectDescription results for pg_amop/pg_amproc Tom Lane 13:48
Re: Do not check unlogged indexes on standby 📎 Andrey Borodin 13:57
Re: Change ereport level for QueuePartitionConstraintValidation Sergei Kornilov 14:48
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 15:19
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 15:21
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Tom Lane 15:22
Re: pgbench - add \aset to store results of a combined query Ibrar Ahmed 18:21
Re: pgbench - add \aset to store results of a combined query Ibrar Ahmed 18:30
UNION ALL Mark Pasterkamp 18:37
Re: UNION ALL Tom Lane 18:49
Re: [PATCH] Implement INSERT SET syntax Ibrar Ahmed 19:14
Re: UNION ALL 066ce286 19:15
Re: UNION ALL Ibrar Ahmed 19:21
Re: Extension development Tomas Vondra 20:53
Re: Speed up transaction completion faster after many relations are accessed in a transaction Tomas Vondra 22:30
Re: BF failure: could not open relation with OID XXXX while querying pg_views Tomas Vondra 22:37
Re: Extension development Chapman Flack 22:55
Re: Extension development Thomas Munro 23:46

Aug. 16, 2019

Thread Author Time
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Stephen Frost 00:34
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Stephen Frost 01:01
Re: [PATCH] Implement INSERT SET syntax 📎 Gareth Palmer 01:21
Re: Add "password_protocol" connection parameter to libpq Stephen Frost 01:28
Re: [PATCH] Implement INSERT SET syntax Amit Kapila 03:19
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 03:24
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 04:14
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Masahiko Sawada 04:32
Re: POC: Cleaning up orphaned files using undo logs Thomas Munro 04:42
Re: POC: Cleaning up orphaned files using undo logs Thomas Munro 05:15
Re: POC: Cleaning up orphaned files using undo logs Andres Freund 05:26
Re: Useless bms_free() calls in build_child_join_rel() Etsuro Fujita 05:43
Re: Global temporary tables Craig Ringer 06:25
Re: proposal: type info support functions for functions that use "any" type 📎 Pavel Stehule 06:41
Re: Global temporary tables Konstantin Knizhnik 07:30
Re: UNION ALL Mark Pasterkamp 08:28
Re: Global temporary tables Craig Ringer 08:32
Re: Global temporary tables Craig Ringer 08:37
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 08:47
Re: block-level incremental backup 📎 Jeevan Chalke 10:23
Re: block-level incremental backup Jeevan Chalke 10:42
Re: block-level incremental backup Ibrar Ahmed 11:12
Re: Global temporary tables Konstantin Knizhnik 11:21
Re: Global temporary tables Konstantin Knizhnik 11:41
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Ibrar Ahmed 12:58
Re: [PATCH] Implement INSERT SET syntax Ibrar Ahmed 13:03
Re: Unexpected "shared memory block is still in use" Peter Eisentraut 13:09
Re: [HACKERS] advanced partition matching algorithm for partition-wise join 📎 Etsuro Fujita 13:25
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 13:30
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 13:31
Re: Add test case for sslinfo Peter Eisentraut 13:50
Re: Global temporary tables Konstantin Knizhnik 14:12
Re: Unexpected "shared memory block is still in use" Tom Lane 14:18
Re: block-level incremental backup Ibrar Ahmed 14:36
Re: UNION ALL Tom Lane 15:30
Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index. 📎 Anastasia Lubennikova 15:56
REL_12_STABLE crashing with assertion failure in ExtractReplicaIdentity 📎 Hadi Moshayedi 16:44
Re: Global temporary tables Pavel Stehule 17:17
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Antonin Houska 17:47
Re: REL_12_STABLE crashing with assertion failure in ExtractReplicaIdentity Andres Freund 18:00
Re: Add "password_protocol" connection parameter to libpq Jonathan S. Katz 18:11
allocation limit for encoding conversion 📎 Alvaro Herrera 18:14
Re: allocation limit for encoding conversion Alvaro Herrera 18:35
Re: pgsql: doc: Add some images Alvaro Herrera 20:00
Re: allocation limit for encoding conversion Tom Lane 21:31
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 22:04
Re: allocation limit for encoding conversion Andres Freund 22:04
Re: default_table_access_method is not in sample config file Andres Freund 22:29
Re: Unused header file inclusion Andres Freund 23:07

Aug. 17, 2019

Thread Author Time
Can't we give better table bloat stats easily? Greg Stark 00:39
Re: Can't we give better table bloat stats easily? Andres Freund 00:59
[PATCH] minor doc fix for create-role 📎 tara 04:17
Re: REL_12_STABLE crashing with assertion failure in ExtractReplicaIdentity Tom Lane 05:43
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Antonin Houska 06:16
Re: [proposal] de-TOAST'ing using a iterator 📎 Binguo Bao 07:32
some SCRAM read_any_attr() confusion 📎 Peter Eisentraut 08:11
Re: some SCRAM read_any_attr() confusion Michael Paquier 12:57
Re: default_table_access_method is not in sample config file Michael Paquier 13:07
Patch: New GUC prepared_statement_limit to limit memory used by prepared statements 📎 Daniel Migowski 13:57
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 15:13
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Bruce Momjian 15:14
Re: POC: Cleaning up orphaned files using undo logs Robert Haas 16:05
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Ibrar Ahmed 16:42
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Stephen Frost 17:07
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Stephen Frost 17:09
Re: Patch: New GUC prepared_statement_limit to limit memory used by prepared statements Ibrar Ahmed 17:10
Re: POC: Cleaning up orphaned files using undo logs Andres Freund 17:28
max_parallel_workers can't actually be set? Tom Lane 17:41
Re: range_agg Paul A Jungwirth 17:47
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Stephen Frost 17:52
Re: max_parallel_workers can't actually be set? Darafei Komяpa Praliaskouski 18:07
Re: max_parallel_workers can't actually be set? Sergei Kornilov 18:08
Re: max_parallel_workers can't actually be set? Ibrar Ahmed 18:12
Re: max_parallel_workers can't actually be set? Tom Lane 20:23
Re: max_parallel_workers can't actually be set? Andres Freund 20:28
Re: Recent failures in IsolationCheck deadlock-hard 📎 Tom Lane 21:28
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Sehrope Sarkuni 21:28
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Ahsan Hadi 22:30
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Stephen Frost 22:34

Aug. 18, 2019

Thread Author Time
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Noah Misch 03:52
Re: Global temporary tables Konstantin Knizhnik 07:01
Re: Patch: New GUC prepared_statement_limit to limit memory used by prepared statements Daniel Migowski 07:43
Re: Global temporary tables Pavel Stehule 08:28
Allow to_date() and to_timestamp() to accept localized names 📎 Juan José Santamaría Flecha 08:42
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Peter Eisentraut 08:45
Re: [PATCH] Implement INSERT SET syntax Peter Eisentraut 09:03
Re: Creating partitions automatically at least on HASH? Fabien COELHO 09:33
Re: [PATCH] Implement INSERT SET syntax Vik Fearing 12:28
Re: [PATCH] Implement INSERT SET syntax Tom Lane 14:35
[PATCH] ltree, lquery, and ltxtquery binary protocol support 📎 Nino Floris 14:56
Re: [PATCH] Implement INSERT SET syntax Tom Lane 15:00
Re: pgsql: doc: Add some images Jürgen Purtz 15:29
Re: [PATCH] minor doc fix for create-role Tom Lane 16:41
Re: Unused header file inclusion 📎 Tom Lane 18:37
Re: Rethinking opclass member checks and dependency strength 📎 Tom Lane 18:59
Re: PANIC: could not flush dirty data: Operation not permitted power8, Redhat Centos Thomas Munro 19:32
Re: Zedstore - compressed in-core columnar storage Justin Pryzby 19:35
Re: Improve search for missing parent downlinks in amcheck 📎 Alexander Korotkov 22:15
Re: Support for jsonpath .datetime() method Alexander Korotkov 22:29
Re: FETCH FIRST clause PERCENT option Ryan Lambert 23:33

Aug. 19, 2019

Thread Author Time
Re: pgsql: doc: Add some images Alvaro Herrera 00:18
Re: Unused header file inclusion 📎 Tom Lane 00:50
Re: [PATCH] minor doc fix for create-role Tara Anne 01:00
RE: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Smith, Peter 01:23
Re: Resume vacuum and autovacuum from interruption and cancellation 📎 Masahiko Sawada 01:38
RE: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Smith, Peter 02:28
Re: Patch: New GUC prepared_statement_limit to limit memory used by prepared statements Kyotaro Horiguchi 03:57
Fix typos and inconsistencies for HEAD (take 11) 📎 Alexander Lakhin 04:04
Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS) Ahsan Hadi 04:26
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 04:37
Re: [proposal] de-TOAST'ing using a iterator 📎 John Naylor 04:55
Re: Add "password_protocol" connection parameter to libpq Michael Paquier 05:51
Re: POC: Cleaning up orphaned files using undo logs Dilip Kumar 06:04
Re: Patch: New GUC prepared_statement_limit to limit memory used by prepared statements Daniel Migowski 06:04
Re: Fix typos and inconsistencies for HEAD (take 11) Michael Paquier 07:22
Re: Fix typos and inconsistencies for HEAD (take 11) Michael Paquier 07:39
Re: FETCH FIRST clause PERCENT option Erik Rijkers 07:47
Cleanup isolation specs from unused steps 📎 Michael Paquier 08:08

Browse Archives

Prev | Next