pgsql-hackers since 2019-06-23 19:57

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 23, 2019

Thread Author Time
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
Re: allow_system_table_mods stuff Tom Lane 15:20
Re: allow_system_table_mods stuff Robert Haas 15:24
Re: Usage of epoch in txid_current Andres Freund 15:26
Re: Misleading comment about single_copy, and some bikeshedding Tom Lane 15:34
Re: Do we need to do better for pg_ctl timeouts? Peter Eisentraut 15:53
Re: benchmarking Flex practices 📎 John Naylor 16:01
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Simon Riggs 16:51
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Simon Riggs 16:56
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 17:00
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Robert Haas 17:22
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Robert Haas 17:25
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Robert Haas 17:29
Remove HeapTuple and Buffer dependency for predicate locking functions 📎 Ashwin Agrawal 17:41
Re: Usage of epoch in txid_current Alvaro Herrera 17:43
Re: Comment typo in tableam.h Ashwin Agrawal 17:55
Re: Remove HeapTuple and Buffer dependency for predicate locking functions Andres Freund 18:02
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Simon Riggs 18:05
Re: Minimal logical decoding on standbys 📎 Amit Khandekar 18:28
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 18:52
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Tom Lane 18:53
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 18:56
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 19:01
Re: Ear on mailing Alvaro Herrera 19:03
Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist 📎 Tom Lane 19:05
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Alvaro Herrera 19:06
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Tom Lane 19:12
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 19:12
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 19:14
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Stephen Frost 19:20
Re: Ear on mailing Stephen Frost 19:21
Prevent invalid memory access in LookupFuncName 📎 Alexander Lakhin 20:10
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 20:16
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 20:20
Re: Update list of combining characters Peter Eisentraut 20:58
Re: more Unicode data updates Peter Eisentraut 20:59
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Peter Eisentraut 21:27
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 23:34
Re: fix psql \conninfo & \connect when using hostaddr Noah Misch 23:51

June 25, 2019

Thread Author Time
Re: New vacuum option to do only freezing Michael Paquier 00:20
Re: fix psql \conninfo & \connect when using hostaddr Michael Paquier 00:53
Re: check_recovery_target_lsn() does a PG_CATCH without a throw Michael Paquier 01:07
Re: Use of reloptions by EXTENSIONs Michael Paquier 01:16
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Ian Barwick 01:57
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Ian Barwick 02:01
pgbench prints suspect tps numbers Daniel Wood 02:11
Re: Prevent invalid memory access in LookupFuncName Michael Paquier 02:19
Re: old_snapshot_threshold vs indexes 📎 Thomas Munro 02:21
Re: Problem with default partition pruning yuzuko 04:45
Re: pgbench prints suspect tps numbers Fabien COELHO 05:05
Re: tableam vs. TOAST 📎 Prabhat Sahu 06:19
Re: GiST VACUUM Heikki Linnakangas 08:10
Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions Sergei Kornilov 08:45
Re: Choosing values for multivariate MCV lists Tomas Vondra 09:18
Re: GiST VACUUM Andrey Borodin 09:38
Re: BUG #15858: could not stat file - over 4GB 📎 Juan José Santamaría Flecha 10:00
Re: Minimal logical decoding on standbys 📎 Amit Khandekar 10:29
errbacktrace 📎 Peter Eisentraut 11:08
Re: fsync error handling in pg_receivewal, pg_recvlogical 📎 Peter Eisentraut 12:23
Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3 Peter Eisentraut 12:28
[GSoC] artbufmgr pantilimonov misha 12:30
Re: Dead encoding conversion functions Peter Eisentraut 12:33
Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3 Robert Haas 13:39
Re: Minimal logical decoding on standbys Robert Haas 13:44
Re: errbacktrace Alvaro Herrera 14:13
Duplicated LSN in ReorderBuffer 📎 Ildar Musin 14:45
Weird index ordering in psql's \d (was Re: BUG #15865: ALTER TABLE statements causing "relation already exists" errors when some indexes exist) 📎 Tom Lane 15:02
Re: SQL/JSON path issues/questions 📎 Liudmila Mantrova 15:38
Re: psql UPDATE field [tab] expands to DEFAULT? 📎 Tom Lane 15:59
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 16:02
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 16:52
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Peter Geoghegan 17:13
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 18:03
Re: unlogged sequences Andres Freund 18:37
Re: errbacktrace Ashwin Agrawal 18:45
Don't allocate IndexAmRoutine dynamically? Andres Freund 18:50
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Peter Geoghegan 19:13
Re: POC: Cleaning up orphaned files using undo logs 📎 Amit Kapila 19:59
sigmod article about ANSI SQL 2016 features Pavel Stehule 20:05
Re: Don't allocate IndexAmRoutine dynamically? Tom Lane 20:15
Re: [PATCH] Incremental sort (was: PoC: Partial sort) Tomas Vondra 20:32
Re: [PATCH] Incremental sort (was: PoC: Partial sort) James Coleman 20:53
Re: Don't allocate IndexAmRoutine dynamically? Andres Freund 21:06
Re: Don't allocate IndexAmRoutine dynamically? Tom Lane 21:25
Re: Don't allocate IndexAmRoutine dynamically? Andres Freund 21:42
Re: Don't allocate IndexAmRoutine dynamically? Tom Lane 21:53
Re: Don't allocate IndexAmRoutine dynamically? Andres Freund 22:55
Re: [PATCH] Incremental sort (was: PoC: Partial sort) 📎 Tomas Vondra 23:22
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 23:57

June 26, 2019

Thread Author Time
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 00:18
Re: GiST "choose subtree" support function to inline penalty Alexander Korotkov 01:20
Re: BUG #15858: could not stat file - over 4GB Michael Paquier 02:22
Re: GiST VACUUM Michael Paquier 02:33
Re: GiST VACUUM Thomas Munro 03:07
Re: [HACKERS] Regression tests vs existing users in an installation 📎 Tom Lane 03:33
mcvstats serialization code is still shy of a load Tom Lane 03:52
Re: fsync error handling in pg_receivewal, pg_recvlogical Michael Paquier 04:11
[patch]socket_timeout in interfaces/libpq 📎 [email protected] 04:13
inheritance of connection paramters when using \c [email protected] 04:14
Re: [patch]socket_timeout in interfaces/libpq Michael Paquier 04:23
RE: Global shared meta cache Ideriha, Takeshi 06:23
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andrew Gierth 06:32
Re: mcvstats serialization code is still shy of a load Tomas Vondra 07:49
GSoD Introductory Tutorial Elif Ak 09:06
Re: [PATCH] Speedup truncates of relation forks Adrien Nayrat 09:09
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Thomas Munro 09:11
Index Skip Scan - attempting to evalutate patch pguser 11:52
RE: [patch]socket_timeout in interfaces/libpq [email protected] 11:56
Re: Index Skip Scan - attempting to evalutate patch Dmitry Dolgov 12:07
Re: MSVC Build support with visual studio 2019 Haribabu Kommi 12:29
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andrew Gierth 13:01
Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3 Peter Eisentraut 13:05
Re: mcvstats serialization code is still shy of a load Tom Lane 13:40
Re: mcvstats serialization code is still shy of a load 📎 Tomas Vondra 13:43
Re: Index Skip Scan - attempting to evalutate patch pguser 13:55
Re: Index Skip Scan - attempting to evalutate patch pguser 14:12
Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL) 📎 Michael Paquier 14:25
Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL) Daniel Gustafsson 14:35
Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL) Tom Lane 14:40
Re: Index Skip Scan - attempting to evalutate patch Tomas Vondra 15:07
Re: mcvstats serialization code is still shy of a load Tom Lane 15:26
Re: Index Skip Scan - attempting to evalutate patch pguser 15:47
Re: mcvstats serialization code is still shy of a load Tomas Vondra 16:08
Re: mcvstats serialization code is still shy of a load Tom Lane 16:31
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Tom Lane 17:06
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) 📎 Tom Lane 17:59
Re: dropdb --force 📎 Pavel Stehule 19:14
Re: Improve handling of pg_stat_statements handling of bind "IN" variables Tom Lane 20:10
RE: psql - add SHOW_ALL_RESULTS option 📎 Fabien COELHO 20:27
Re: NOT IN subquery optimization 📎 Li, Zheng 21:26
Re: [PATCH] src/test/modules/dummy_index -- way to test reloptions from inside of access method Dent John 22:17
Re: mcvstats serialization code is still shy of a load 📎 Tomas Vondra 22:29
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Andrew Gierth 22:48
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Daniel Gustafsson 22:58
Re: Speed up transaction completion faster after many relations are accessed in a transaction 📎 David Rowley 23:00
Re: JOIN_SEMI planning question Tom Lane 23:35
Re: Useless configure checks for RAND_OpenSSL (HAVE_RAND_OPENSSL) Michael Paquier 23:36
Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.) Stephen Frost 23:43

June 27, 2019

Thread Author Time
RE: Speed up transaction completion faster after many relations are accessed in a transaction Tsunakawa, Takayuki 00:58
Re: subscriptionCheck failures on nightjar Tom Lane 01:10
Re: Problem with default partition pruning 📎 yuzuko 02:34
Re: GiST "choose subtree" support function to inline penalty Tom Lane 03:00
Cost and execution plan AminPG Jaffer 03:49
Re: Cost and execution plan Tom Lane 04:03
Re: mcvstats serialization code is still shy of a load Tom Lane 04:04
Run-time pruning for ModifyTable 📎 David Rowley 05:28
Re: COPY FREEZE and setting PD_ALL_VISIBLE/visibility map bits Pavan Deolasee 05:32
Re: benchmarking Flex practices 📎 John Naylor 06:25
Re: Removing unneeded self joins 📎 Andrey Lepikhov 06:42
Re: MSVC Build support with visual studio 2019 📎 Michael Paquier 07:27
Re: FETCH FIRST clause PERCENT option 📎 Surafel Temesgen 09:06
Extra quote_all_identifiers in _dumpOptions 📎 Arthur Zakirov 09:12
Re: GiST "choose subtree" support function to inline penalty Darafei Komяpa Praliaskouski 10:50
Obsolete comment in commands/analyze.c 📎 Etsuro Fujita 11:05
Re: mcvstats serialization code is still shy of a load Tomas Vondra 11:26
Re: GiST VACUUM 📎 Heikki Linnakangas 11:38
Use relative rpath if possible 📎 Peter Eisentraut 11:45

Browse Archives

Prev | Next