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

May 17, 2019

Thread Author Time
Re: PostgreSQL 12: Feature Highlights Peter Geoghegan 00:05
Re: Avoiding hash join batch explosions with extreme skew and weird stats Thomas Munro 00:26
Re: Re: SQL/JSON: functions Alexander Korotkov 00:56
Re: VACUUM fails to parse 0 and 1 as boolean value Kyotaro HORIGUCHI 01:21
Re: VACUUM fails to parse 0 and 1 as boolean value Kyotaro HORIGUCHI 01:24
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 01:27
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 01:29
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 01:32
Re: VACUUM fails to parse 0 and 1 as boolean value Michael Paquier 01:34
Re: Fixing order of resowner cleanup in 12, for Windows Thomas Munro 01:42
Re: pglz performance Michael Paquier 01:44
Re: PostgreSQL 12: Feature Highlights Peter Geoghegan 01:49
Re: vacuumdb and new VACUUM options Michael Paquier 02:09
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 02:21
Re: PostgreSQL 12: Feature Highlights Alvaro Herrera 02:34
Re: Statistical aggregate functions are not working with PARTIAL aggregation Andres Freund 03:04
behaviour change - default_tablesapce + partition table 📎 Rushabh Lathia 03:40
Re: Adding a test for speculative insert abort case 📎 Melanie Plageman 03:46
Re: jsonpath 📎 Alexander Korotkov 03:50
Re: PostgreSQL 12: Feature Highlights Michael Paquier 03:50
Re: behaviour change - default_tablesapce + partition table Amit Langote 05:00
Re: shared-memory based stats collector 📎 Kyotaro HORIGUCHI 05:27
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() Ashutosh Sharma 05:39
Re: shared-memory based stats collector Kyotaro HORIGUCHI 06:30
Re: shared-memory based stats collector 📎 Kyotaro HORIGUCHI 06:47
Re: [HACKERS] WAL logging problem in 9.4.3? Noah Misch 06:50
Re: [Doc] pg_restore documentation didn't explain how to use connection string Lætitia Avrot 07:16
Re: vacuumdb and new VACUUM options Masahiko Sawada 09:10
Re: [Doc] pg_restore documentation didn't explain how to use connection string Juan José Santamaría Flecha 09:26
Re: [Doc] pg_restore documentation didn't explain how to use connection string Lætitia Avrot 09:38
Re: [Doc] pg_restore documentation didn't explain how to use connection string Juan José Santamaría Flecha 10:06
Re: [Doc] pg_restore documentation didn't explain how to use connection string Lætitia Avrot 10:28
Re: PostgreSQL 12: Feature Highlights Amit Langote 10:56
Re: pglz performance 📎 Andrey Borodin 10:59
postgres_fdw: oddity in costing presorted foreign scans with local stats 📎 Etsuro Fujita 11:31
Re: [Doc] pg_restore documentation didn't explain how to use connection string Juan José Santamaría Flecha 11:39
Re: PostgreSQL 12: Feature Highlights Evan Macbeth 12:14
Re: [HACKERS] advanced partition matching algorithm for partition-wise join Robert Haas 12:20
Table as argument in postgres function RAJIN RAJ K 13:28
Re: pglz performance 📎 Gasper Zejn 13:40
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 14:16
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 14:18
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 14:19
Re: PostgreSQL 12: Feature Highlights Jonathan S. Katz 14:20
pgindent run next week? Tom Lane 14:29
Re: PostgreSQL 12: Feature Highlights Jonathan S. Katz 14:30
Re: Emacs vs pg_indent's weird indentation for function declarations Tom Lane 14:48
table_delete and table_update don't document snapshot parameter Robert Haas 15:34
Re: jsonpath Alexander Korotkov 15:35
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 15:36
Re: table_delete and table_update don't document snapshot parameter Andres Freund 15:50
Re: SQL-spec incompatibilities in similar_escape() and related stuff Robert Haas 15:53
Re: Adding a test for speculative insert abort case 📎 Melanie Plageman 16:23
Re: SQL-spec incompatibilities in similar_escape() and related stuff Tom Lane 17:13
Google Season of Docs 2019 Manish Devgan 17:14
Re: pgindent run next week? Bruce Momjian 17:23
Re: pgindent run next week? Andres Freund 17:27
Re: Adding a test for speculative insert abort case Alvaro Herrera 17:30
Re: pgindent run next week? Tom Lane 17:47
Re: pgindent run next week? Bruce Momjian 17:49
Is it safe to ignore the return value of SPI_finish and SPI_execute? Mark Dilger 18:00
Re: pgindent run next week? Andres Freund 18:11
Create TOAST table only if AM needs 📎 Ashwin Agrawal 18:26
Re: Create TOAST table only if AM needs Andres Freund 18:34
Re: pgindent run next week? Tom Lane 19:10
Re: Create TOAST table only if AM needs Robert Haas 19:13
Re: Create TOAST table only if AM needs Tom Lane 19:26
Re: Create TOAST table only if AM needs Andres Freund 19:28
Re: Create TOAST table only if AM needs Andres Freund 19:31
Re: Pluggable Storage - Andres's take Andres Freund 19:54
Re: hyrax vs. RelationBuildPartitionDesc Andres Freund 19:59
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() Andres Freund 20:04
Re: vacuumdb and new VACUUM options Andres Freund 20:11
Re: Multivariate MCV stats can leak data to unprivileged users Andres Freund 20:29
Re: hyrax vs. RelationBuildPartitionDesc Tom Lane 20:36
Re: Create TOAST table only if AM needs 📎 Robert Haas 20:47
Re: Create TOAST table only if AM needs Andres Freund 20:51
Re: New vacuum option to do only freezing Andres Freund 20:55
Re: Create TOAST table only if AM needs Ashwin Agrawal 21:12
Re: Create TOAST table only if AM needs Ashwin Agrawal 21:20
tableam vs. TOAST 📎 Robert Haas 21:21
Re: pgindent run next week? Mark Dilger 21:39
Re: Create TOAST table only if AM needs Robert Haas 21:41
Re: Pluggable Storage - Andres's take Ashwin Agrawal 21:49
Re: pgindent run next week? Tom Lane 21:49
Re: Create TOAST table only if AM needs Ashwin Agrawal 21:54
Re: Pluggable Storage - Andres's take Ashwin Agrawal 22:19
Re: Pluggable Storage - Andres's take Ashwin Agrawal 23:56

May 18, 2019

Thread Author Time
Re: Pluggable Storage - Andres's take Andres Freund 00:01
Re: Avoiding hash join batch explosions with extreme skew and weird stats Melanie Plageman 00:14
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() Ashutosh Sharma 00:44
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() Andres Freund 00:49
Re: Calling PrepareTempTablespaces in BufFileCreateTemp Peter Geoghegan 00:52
describe working as intended? Melanie Plageman 00:58
Re: Is it safe to ignore the return value of SPI_finish and SPI_execute? Tom Lane 01:12
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() David Rowley 01:14
Re: New vacuum option to do only freezing Tom Lane 01:18
Re: describe working as intended? Tom Lane 01:27
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() Tom Lane 01:30
Re: Passing CopyMultiInsertInfo structure to CopyMultiInsertInfoNextFreeSlot() Ashutosh Sharma 01:31
Re: itemptr_encode/itemptr_decode Andres Freund 01:31
Re: Calling PrepareTempTablespaces in BufFileCreateTemp Tom Lane 01:36
Re: Calling PrepareTempTablespaces in BufFileCreateTemp Peter Geoghegan 01:37
Re: PostgreSQL 12: Feature Highlights David Rowley 01:38
Re: PostgreSQL 12: Feature Highlights Peter Geoghegan 01:47
Re: Pluggable Storage - Andres's take Andres Freund 02:20
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 02:30
Re: pglz performance Andrey Borodin 06:44
Re: PostgreSQL 12: Feature Highlights Magnus Hagander 08:13
Re: describe working as intended? Sergei Kornilov 08:17
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 09:11
Re: vacuumdb and new VACUUM options Michael Paquier 10:18
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 10:48
Re: PostgreSQL 12: Feature Highlights David Rowley 11:34
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 13:20
Re: PostgreSQL 12: Feature Highlights Bruce Momjian 13:24
Segfault on ANALYZE in SERIALIZABLE isolation Joe Wildish 14:15
Re: PostgreSQL 12: Feature Highlights David Rowley 14:26
Re: Segfault on ANALYZE in SERIALIZABLE isolation Sergei Kornilov 14:31
Re: Segfault on ANALYZE in SERIALIZABLE isolation Sergei Kornilov 15:12
Re: Multivariate MCV stats can leak data to unprivileged users Tom Lane 15:13
Re: Segfault on ANALYZE in SERIALIZABLE isolation Tom Lane 15:19
Fix some unique identifiers/entities 📎 Alexander Lakhin 15:40
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 15:43
Re: How to install login_hook in Postgres 10.5 Andrew Dunstan 15:51
Re: New EXPLAIN option: ALL 📎 David Fetter 18:39
Re: Multivariate MCV stats can leak data to unprivileged users Andres Freund 18:49
Re: Segfault on ANALYZE in SERIALIZABLE isolation Tom Lane 18:55
Re: Segfault on ANALYZE in SERIALIZABLE isolation Andres Freund 19:00
Re: Multivariate MCV stats can leak data to unprivileged users Tomas Vondra 19:00
improve transparency of bitmap-only heap scans 📎 Jeff Janes 19:28
Re: Statistical aggregate functions are not working with PARTIAL aggregation Andres Freund 19:37
Re: Multivariate MCV stats can leak data to unprivileged users Tom Lane 19:45
Re: Segfault on ANALYZE in SERIALIZABLE isolation Tom Lane 19:48
Re: Segfault on ANALYZE in SERIALIZABLE isolation Andres Freund 20:12
Re: itemptr_encode/itemptr_decode Peter Geoghegan 20:21
sample scans and predicate locking Andres Freund 20:31
Re: Multivariate MCV stats can leak data to unprivileged users Tomas Vondra 23:28
Re: Multivariate MCV stats can leak data to unprivileged users Tom Lane 23:44
Re: Multivariate MCV stats can leak data to unprivileged users Stephen Frost 23:48

May 19, 2019

Thread Author Time
Re: sample scans and predicate locking Thomas Munro 01:57
Organisational structure Sascha Kuhl 02:46
Re: Statistical aggregate functions are not working with PARTIAL aggregation David Rowley 04:37
Re: SQL:2011 PERIODS vs Postgres Ranges? 📎 Paul A Jungwirth 07:11
Re: Statistical aggregate functions are not working with PARTIAL aggregation 📎 David Rowley 08:18
Re: Multivariate MCV stats can leak data to unprivileged users 📎 Dean Rasheed 09:49
Remove useless associativity/precedence from parsers Akim Demaille 12:47
Re: Create TOAST table only if AM needs Greg Stark 14:03
Re: Multivariate MCV stats can leak data to unprivileged users Tom Lane 14:12
Re: Multivariate MCV stats can leak data to unprivileged users Tom Lane 14:28
PROXY protocol support Julien Riou 15:36
Re: PROXY protocol support Stephen Frost 15:59
Table as argument in postgres function RAJIN RAJ K 16:00
Re: Table as argument in postgres function Pavel Stehule 16:20
Re: Emacs vs pg_indent's weird indentation for function declarations Piotr Stefaniak 17:25
Re: Emacs vs pg_indent's weird indentation for function declarations Tom Lane 17:27
Re: Multivariate MCV stats can leak data to unprivileged users Tomas Vondra 17:38
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 17:39
Re: Emacs vs pg_indent's weird indentation for function declarations Piotr Stefaniak 17:50
Re: Emacs vs pg_indent's weird indentation for function declarations Tom Lane 18:13
Re: Multivariate MCV stats can leak data to unprivileged users Tom Lane 18:14
Re: Remove useless associativity/precedence from parsers Tom Lane 18:27
Re: Statistical aggregate functions are not working with PARTIAL aggregation Andres Freund 18:36
Re: Emacs vs pg_indent's weird indentation for function declarations 📎 Tom Lane 19:48
Re: PROXY protocol support Julien Riou 20:53
Re: Why is infinite_recurse test suddenly failing? Andres Freund 21:38
Re: Segfault on ANALYZE in SERIALIZABLE isolation Andres Freund 22:17
Re: sample scans and predicate locking Andres Freund 22:22
Re: Statistical aggregate functions are not working with PARTIAL aggregation David Rowley 22:36
Re: Multivariate MCV stats can leak data to unprivileged users Tomas Vondra 22:44
Do we expect tests to work with default_transaction_isolation=serializable Andres Freund 22:55
Re: Avoiding hash join batch explosions with extreme skew and weird stats Thomas Munro 23:07
Re: sample scans and predicate locking Thomas Munro 23:24
Re: Segfault on ANALYZE in SERIALIZABLE isolation Andres Freund 23:26

May 20, 2019

Thread Author Time
Re: Avoiding hash join batch explosions with extreme skew and weird stats Tomas Vondra 00:22
Re: vacuumdb and new VACUUM options Fujii Masao 01:17
Re: Statistical aggregate functions are not working with PARTIAL aggregation Andres Freund 01:20
Re: Move regression.diffs of pg_upgrade test suite 📎 Noah Misch 01:24
Re: Avoiding hash join batch explosions with extreme skew and weird stats Thomas Munro 01:25
Re: vacuumdb and new VACUUM options Michael Paquier 01:33
Re: Avoiding hash join batch explosions with extreme skew and weird stats Andres Freund 01:33
Re: Calling PrepareTempTablespaces in BufFileCreateTemp Michael Paquier 01:41
Re: Why does ExecComputeStoredGenerated() form a heap tuple David Rowley 02:23
Re: New vacuum option to do only freezing 📎 Masahiko Sawada 02:43
Re: VACUUM fails to parse 0 and 1 as boolean value Fujii Masao 02:47
Re: Why does ExecComputeStoredGenerated() form a heap tuple Andres Freund 02:50
Parallel Append subplan order instability on aye-aye Thomas Munro 03:36
Re: behaviour change - default_tablesapce + partition table Amit Langote 04:30
Re: Do we expect tests to work with default_transaction_isolation=serializable 📎 Thomas Munro 04:38
Re: behaviour change - default_tablesapce + partition table 📎 Rushabh Lathia 04:42
Re: behaviour change - default_tablesapce + partition table Amit Langote 04:45
Re: Remove useless associativity/precedence from parsers Akim Demaille 04:45
Re: Parallel Append subplan order instability on aye-aye Tom Lane 04:46
Re: Statistical aggregate functions are not working with PARTIAL aggregation 📎 David Rowley 05:27
Re: Table as argument in postgres function Corey Huinker 05:56
Re: Table as argument in postgres function Pavel Stehule 06:03
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Kyotaro HORIGUCHI 06:54
Re: remove doc/bug.template? Peter Eisentraut 06:58
Re: Multivariate MCV stats can leak data to unprivileged users Dean Rasheed 07:33
Re: Statistical aggregate functions are not working with PARTIAL aggregation Kyotaro HORIGUCHI 07:59

Browse Archives

Prev | Next