pgsql-hackers since 2018-03-22 03:09

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

March 22, 2018

Thread Author Time
Re: JIT compiling with LLVM v12.2 Thomas Munro 03:09
Re: Multiple-output-file make rules: We're Doing It Wrong Tom Lane 03:16
Re: JIT compiling with LLVM v12.2 Andres Freund 03:22
Re: faster testing with symlink installs Michael Paquier 03:43
Re: faster testing with symlink installs Michael Paquier 03:53
Re: [HACKERS] path toward faster partition pruning Amit Langote 04:07
Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee 04:34
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 04:36
Re: Removing useless DISTINCT clauses 📎 David Rowley 05:58
Re: Faster inserts with mostly-monotonically increasing values 📎 Pavan Deolasee 06:29
Re: pgbench randomness initialization 📎 Fabien COELHO 07:40
Re: [PoC PATCH] Parallel dump to /dev/null Michael Banck 07:42
Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs 07:59
Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs 08:06
Re: Removing useless DISTINCT clauses Laurenz Albe 08:16
Re: Hash join in SELECT target list expression keeps consuming memory Jaime Soler 08:56
Re: WIP: a way forward on bootstrap data John Naylor 09:15
Re: ON CONFLICT DO UPDATE for partitioned tables 📎 Amit Langote 09:31
Re: pg_stat_statements HLD for futur developments Fabien COELHO 09:32
Re: [HACKERS] Secondary index access optimizations 📎 Konstantin Knizhnik 09:38
Re: MCV lists for highly skewed distributions Dean Rasheed 09:56
Re: [HACKERS] Partition-wise aggregation/grouping 📎 Jeevan Chalke 10:15
Re: constraint exclusion and nulls in IN (..) clause Amit Langote 10:22
Re: [HACKERS] Partition-wise aggregation/grouping Jeevan Chalke 10:27
Re: [PROPOSAL] Shared Ispell dictionaries 📎 Arthur Zakirov 10:56
Re: ON CONFLICT DO UPDATE for partitioned tables Pavan Deolasee 11:48
RE: pg_stat_statements HLD for futur developments legrand legrand 11:51
Re: [HACKERS] PATCH: Batch/pipelining support for libpq Kyotaro HORIGUCHI 12:11
Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee 12:24
Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov 12:24
Re: [HACKERS] GUC for cleanup indexes threshold. Alexander Korotkov 12:49
RE: pg_stat_statements HLD for futur developments Fabien COELHO 12:51
Re: [HACKERS] advanced partition matching algorithm for partition-wise join Ashutosh Bapat 13:18
Re: constraint exclusion and nulls in IN (..) clause Tom Lane 13:34
Re: Boolean partitions syntax David Steele 13:34
FYI: jOOQ blog Bear Giles 13:36
Re: faster testing with symlink installs Tom Lane 13:40
Re: new function for tsquery creartion Dmitry Ivanov 13:53
Re: WIP: a way forward on bootstrap data Tom Lane 13:58
Re: WIP: a way forward on bootstrap data 📎 John Naylor 14:03
Re: [PATCH] Verify Checksums during Basebackups Magnus Hagander 14:07
Re: missing support of named convention for procedures 📎 Pavel Stehule 14:19
Re: WIP: a way forward on bootstrap data John Naylor 14:21
Re: [HACKERS] new function for tsquery creartion Teodor Sigaev 14:38
Re: WIP: a way forward on bootstrap data Alvaro Herrera 14:38
Re: WIP: a way forward on bootstrap data Tom Lane 14:40
Re: pgbench - add \if support Teodor Sigaev 14:44
Re: WIP: a way forward on bootstrap data Tom Lane 14:46
Re: WIP: a way forward on bootstrap data Tom Lane 14:57
Re: WIP: a way forward on bootstrap data John Naylor 15:02
Re: faster testing with symlink installs Robert Haas 15:07
Re: WIP: a way forward on bootstrap data John Naylor 15:11
Re: WIP: Covering + unique indexes. Alexander Korotkov 15:23
Re: Re: csv format for psql 📎 Daniel Verite 15:30
Re: Change RangeVarGetRelidExtended() to take flags argument? 📎 Bossart, Nathan 15:45
Re: PL/pgSQL nested CALL with transactions Tomas Vondra 15:50
Re: Re: csv format for psql Pavel Stehule 15:57
Re: Prefix operator for text and spgist support 📎 Teodor Sigaev 16:09
Re: Error detail/hint style fixup Tom Lane 16:19
Re: [PATCH] Verify Checksums during Basebackups 📎 David Steele 16:22
Re: FOR EACH ROW triggers on partitioned tables 📎 Peter Eisentraut 16:27
Re: Using base backup exclusion filters to reduce data transferred with pg_rewind Fujii Masao 16:38
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera 16:40
Re: [HACKERS] Surjective functional indexes Simon Riggs 16:57
Re: [HACKERS] Partition-wise aggregation/grouping Robert Haas 16:58
Re: pgstat_report_activity() and parallel CREATE INDEX (was: Parallel index creation & pg_stat_activity) Robert Haas 17:17
Re: Updating parallel.sgml's treatment of parallel joins Robert Haas 17:26
Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tom Lane 17:28
Re: Changing default value of wal_sync_method to open_datasync on Linux Robert Haas 17:32
Re: Typo with pg_multixact/offset in multixact.c Robert Haas 17:36
Re: Re: csv format for psql Fabien COELHO 17:38
Re: TOAST table created for partitioned tables Robert Haas 17:51
Re: [FEATURE PATCH] pg_stat_statements with plans (v02) legrand legrand 18:16
Re: Re: csv format for psql 📎 Pavel Stehule 18:28
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Pavan Deolasee 18:42
Re: Error detail/hint style fixup 📎 Daniel Gustafsson 18:56
Re: [HACKERS] Add support for tuple routing to foreign partitions Robert Haas 19:09
Re: Re: csv format for psql Pavel Stehule 19:10
Re: found xmin from before relfrozenxid on pg_catalog.pg_authid Jeremy Finzel 19:27
Re: found xmin from before relfrozenxid on pg_catalog.pg_authid Alvaro Herrera 19:40
Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tom Lane 19:51
Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tomas Vondra 20:15
Re: parallel append vs. simple UNION ALL Robert Haas 20:19
Re: found xmin from before relfrozenxid on pg_catalog.pg_authid Peter Geoghegan 20:20
Re: Re: Re: reorganizing partitioning code Robert Haas 20:23
Re: Re: Re: reorganizing partitioning code Alvaro Herrera 20:36
Re: [HACKERS] Surjective functional indexes Alvaro Herrera 20:37
Re: [HACKERS] Surjective functional indexes Alvaro Herrera 20:53
Re: found xmin from before relfrozenxid on pg_catalog.pg_authid Jeremy Finzel 21:24
Re: Error detail/hint style fixup Tom Lane 21:38
Re: [HACKERS] [PATCH] Generic type subscripting 📎 Dmitry Dolgov 22:25
Re: [PATCH] Verify Checksums during Basebackups 📎 Michael Banck 23:05
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 23:13
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 23:26
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 23:45
Re: Faster inserts with mostly-monotonically increasing values Claudio Freire 23:50

March 23, 2018

Thread Author Time
Re: found xmin from before relfrozenxid on pg_catalog.pg_authid Peter Geoghegan 00:11
Re: Removing useless DISTINCT clauses David Rowley 00:20
Re: Typo with pg_multixact/offset in multixact.c Michael Paquier 00:20
Re: TOAST table created for partitioned tables Amit Langote 00:28
Re: Using base backup exclusion filters to reduce data transferred with pg_rewind Michael Paquier 00:30
bugfifx: a minor mistake in brin_inclusion.c comment 📎 Tomas Vondra 00:32
Re: [HACKERS] MERGE SQL Statement for PG11 Alvaro Herrera 01:02
Re: [HACKERS] MERGE SQL Statement for PG11 Peter Geoghegan 01:15
Re: [HACKERS] taking stdbool.h into use Peter Eisentraut 02:17
Re: ON CONFLICT DO UPDATE for partitioned tables 📎 Amit Langote 02:22
Re: [HACKERS] taking stdbool.h into use Peter Eisentraut 02:23
Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila 04:12
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Amit Langote 04:30
Re: [PoC PATCH] Parallel dump to /dev/null Michael Paquier 04:46
Re: Faster inserts with mostly-monotonically increasing values Andrew Dunstan 04:49
Re: Re: csv format for psql Pavel Stehule 04:55
Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee 04:57
Re: [HACKERS] proposal: schema variables Pavel Stehule 05:37
Re: Removing useless DISTINCT clauses Laurenz Albe 07:00
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Amit Langote 07:27
Re: [HACKERS] path toward faster partition pruning 📎 David Rowley 07:38
Re: Problem while setting the fpw with SIGHUP Michael Paquier 07:49
Re: Error detail/hint style fixup Daniel Gustafsson 07:57
Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI 08:01
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() 📎 Pavan Deolasee 08:35
Re: Prefix operator for text and spgist support Alexander Korotkov 08:45
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs 08:57
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs 09:04
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Michael Paquier 09:22
Comment update in BuildTupleFromCStrings() 📎 Ashutosh Bapat 09:30
Re: [PATCH] Verify Checksums during Basebackups Michael Banck 09:36
Re: Faster inserts with mostly-monotonically increasing values 📎 Pavan Deolasee 09:57
Odd procedure resolution Ashutosh Bapat 10:23
Re: ON CONFLICT DO UPDATE for partitioned tables Etsuro Fujita 11:02
Re: [HACKERS] Partition-wise aggregation/grouping 📎 Jeevan Chalke 11:05
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Simon Riggs 11:06
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Pavan Deolasee 11:07
Re: Odd procedure resolution 📎 Ashutosh Bapat 11:19
Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee 11:26
Re: [HACKERS] GSoC 2017: weekly progress reports (week 6) 📎 Teodor Sigaev 11:27
Re: [HACKERS] Partition-wise aggregation/grouping 📎 Jeevan Chalke 11:31
Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita 11:55
Re: [HACKERS] MERGE SQL Statement for PG11 Pavan Deolasee 11:56
Re: Re: csv format for psql Daniel Verite 11:59
Re: [HACKERS] Add support for tuple routing to foreign partitions Robert Haas 12:02
Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 12:15
Re: [HACKERS] path toward faster partition pruning Amit Langote 12:19
Re: [HACKERS] Add support for tuple routing to foreign partitions Etsuro Fujita 12:22
Re: [HACKERS] MERGE SQL Statement for PG11 Amit Langote 12:33
Re: Removing useless DISTINCT clauses Jim Finnerty 12:42
Re: [HACKERS] Add support for tuple routing to foreign partitions Robert Haas 12:56
Re: [HACKERS] PATCH: Batch/pipelining support for libpq Daniel Verite 13:18
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera 13:49
Re: [HACKERS] MERGE SQL Statement for PG11 Simon Riggs 13:55
Re: [HACKERS] A design for amcheck heapam verification Andrey Borodin 14:13
Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Teodor Sigaev 14:15
Re: Odd procedure resolution Tom Lane 14:23
GSOC 2018 Ideas Vimal Rathod 14:32
Re: ON CONFLICT DO UPDATE for partitioned tables Alvaro Herrera 14:34
Re: PATCH: Configurable file mode mask Peter Eisentraut 14:36
Re: Odd procedure resolution Ashutosh Bapat 14:42
Re: [PATCH] pg_hba.conf : new auth option : clientcert=verify-full 📎 Julian Markwort 14:45
Re: PQHost() undefined behavior if connecting string contains both host and hostaddr types 📎 Haribabu Kommi 14:49
Re: [PATCH] Verify Checksums during Basebackups 📎 David Steele 14:54
Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit) Amit Kapila 14:59
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Andres Freund 15:07
Re: [HACKERS] logical decoding of two-phase transactions 📎 Simon Riggs 15:26
Do I understand commit timestamps correctly? Chapman Flack 15:29
Re: GSOC 2018 Ideas Jaime Soler 15:33
Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik 15:39
Re: Do I understand commit timestamps correctly? Alvaro Herrera 15:40
Re: [HACKERS] Surjective functional indexes Alvaro Herrera 15:45
Re: [HACKERS] Surjective functional indexes Simon Riggs 15:54
max_memory_per_backend GUC to limit backend's memory usage Vladimir Sitnikov 15:58
Re: max_memory_per_backend GUC to limit backend's memory usage Andres Freund 16:06
Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik 16:08
Re: PATCH: Exclude unlogged tables from base backups Teodor Sigaev 16:14
Re: [HACKERS] Surjective functional indexes Konstantin Knizhnik 16:17
Backend memory dump analysis Vladimir Sitnikov 16:18
Re: PATCH: Exclude unlogged tables from base backups David Steele 16:21
Re: PATCH: Configurable file mode mask 📎 David Steele 16:26
Re: [PATCH] Verify Checksums during Basebackups Michael Banck 16:43
Re: PATCH: Exclude temp relations from base backup 📎 David Steele 16:54
Re: Removing useless DISTINCT clauses Melanie Plageman 16:55
Re: file cloning in pg_upgrade and CREATE DATABASE Bruce Momjian 17:16
Re: Backend memory dump analysis Andres Freund 17:37
Re: Re: csv format for psql Fabien COELHO 17:55
Re: Backend memory dump analysis Vladimir Sitnikov 18:05
Re: Backend memory dump analysis Andres Freund 18:11
Re: Backend memory dump analysis Tom Lane 18:33
Re: Re: csv format for psql Pavel Stehule 18:44
Re: Re: csv format for psql Pavel Stehule 18:51
ppc64le support in 9.3 branch? Tom Lane 18:54
Re: ppc64le support in 9.3 branch? Andres Freund 18:58
Re: Backend memory dump analysis Andres Freund 19:01
Re: ppc64le support in 9.3 branch? Magnus Hagander 19:01
Re: Backend memory dump analysis Tom Lane 19:12
Re: Backend memory dump analysis Andres Freund 19:20
Re: Backend memory dump analysis Tom Lane 19:41
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Peter Geoghegan 20:06
Re: Backend memory dump analysis Teodor Sigaev 20:51
Re: Removing useless DISTINCT clauses 📎 David Rowley 21:12
Re: Removing useless DISTINCT clauses David Rowley 21:46
Re: Removing useless DISTINCT clauses David Rowley 21:52

Browse Archives

Prev | Next