pgsql-hackers since 2016-09-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

Sept. 17, 2016

Thread Author Time
Re: Speed up Clog Access by increasing CLOG buffers 📎 Tomas Vondra 01:24
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 03:23
Re: Speed up Clog Access by increasing CLOG buffers Tomas Vondra 03:42
Re: Speed up Clog Access by increasing CLOG buffers Tomas Vondra 03:47
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 04:48
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 05:05
Re: Speed up Clog Access by increasing CLOG buffers Dilip Kumar 05:56
Re: Rename max_parallel_degree? Amit Kapila 06:40
Re: OpenSSL 1.1 breaks configure and more Andreas Karlsson 09:39
Re: Tuplesort merge pre-reading Peter Geoghegan 16:27
Re: Tuplesort merge pre-reading Heikki Linnakangas 16:41
Re: WIP: About CMake v2 📎 Yury Zhuravlev 17:21
Re: WIP: About CMake v2 Yury Zhuravlev 17:43
Re: Speed up Clog Access by increasing CLOG buffers Tomas Vondra 17:55
Re: Tuplesort merge pre-reading Peter Geoghegan 18:49
[bug fix] pg_recvlogical is missing in the Windows installation 📎 MauMau 22:01
Re: [bug fix] pg_recvlogical is missing in the Windows installation Michael Paquier 23:44

Sept. 18, 2016

Thread Author Time
Re: WIP: About CMake v2 Peter Eisentraut 00:12
Re: Parallel sec scan in plpgsql Amit Kapila 03:54
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 04:08
Re: Declarative partitioning - another take Amit Langote 06:41
Re: patch: function xmltable 📎 Pavel Stehule 09:53
Re: pgbench - allow to store select results into variables Fabien COELHO 11:13
Re: ecpg -? option doesn't work in windows Heikki Linnakangas 11:14
Re: Event trigger and CREATE/ALTER ROLE/USER Michael Paquier 11:44
Re: Fix for PL/Python slow input arrays traversal issue Dave Cramer 13:21
Re: PL/Python adding support for multi-dimensional arrays Dave Cramer 13:27
Re: IF (NOT) EXISTS in psql-completion Pavel Stehule 15:43
Re: Logical Replication WIP Steve Singer 20:17
Re: Speed up Clog Access by increasing CLOG buffers Tomas Vondra 21:11
Re: Stopping logical replication protocol 📎 Vladimir Gordiychuk 23:12

Sept. 19, 2016

Thread Author Time
Re: Logical Replication WIP Steve Singer 02:13
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE 📎 David Fetter 04:02
Re: Speed up Clog Access by increasing CLOG buffers Dilip Kumar 04:20
Re: IF (NOT) EXISTS in psql-completion Pavel Stehule 04:41
Re: Hash Indexes Mark Kirkwood 05:50
Re: Improvements in psql hooks for variables Ashutosh Bapat 05:51
Re: Partition-wise join for join between (declaratively) partitioned tables Ashutosh Bapat 06:29
Re: Printing bitmap objects in the debugger Ashutosh Bapat 06:30
Re: Hash Indexes Amit Kapila 06:44
Re: Improvements in psql hooks for variables Rahila Syed 07:40
Possibly too stringent Assert() in b-tree code Antonin Houska 08:02
Re: IF (NOT) EXISTS in psql-completion Pavel Stehule 09:11
Re: Hash Indexes AP 09:46
Re: Possibly too stringent Assert() in b-tree code Amit Kapila 11:07
Re: Possibly too stringent Assert() in b-tree code Robert Haas 12:41
Re: Improvements in psql hooks for variables 📎 Daniel Verite 12:50
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Amit Kapila 12:56
Re: PATCH: Keep one postmaster monitoring pipe per process Robert Haas 12:58
Re: "Some tests to cover hash_index" 📎 Mithun Cy 15:14
Re: Hash Indexes Kenneth Marshall 15:16
Re: pageinspect: Hash index support 📎 Jesper Pedersen 16:11
Re: Hash Indexes Jeff Janes 17:07
Re: more parallel query documentation 📎 Robert Haas 17:22
Re: recovery_min_apply-delay and remote_apply Robert Haas 17:44
Re: Parallel sec scan in plpgsql Robert Haas 18:09
Re: Rename max_parallel_degree? Robert Haas 18:18
Re: Rename max_parallel_degree? Robert Haas 18:19
Re: [bug fix] pg_recvlogical is missing in the Windows installation Robert Haas 18:27
Re: pgbench - minor fix for meta command only scripts 📎 Heikki Linnakangas 18:48
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE Robert Haas 18:54
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE Peter Eisentraut 19:00
Re: Speed up Clog Access by increasing CLOG buffers Robert Haas 19:10
Re: Speed up Clog Access by increasing CLOG buffers Andres Freund 19:12
Re: Fix for PL/Python slow input arrays traversal issue Dave Cramer 19:16
Re: Exclude schema during pg_restore 📎 Michael Banck 19:23
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE David Fetter 19:46
Re: Hash Indexes Robert Haas 19:50
Re: pgbench - fix stats when using \sleep Heikki Linnakangas 20:06
Re: Declarative partitioning - another take Robert Haas 20:06
Re: [bug fix] pg_recvlogical is missing in the Windows installation MauMau 20:30
Re: PATCH: Keep one postmaster monitoring pipe per process 📎 Thomas Munro 23:07
Re: PATCH: Keep one postmaster monitoring pipe per process Andres Freund 23:26

Sept. 20, 2016

Thread Author Time
Re: [PATCH] Transaction traceability - txid_status(bigint) 📎 Craig Ringer 01:54
Remove the comment on the countereffectiveness of large shared_buffers on Windows 📎 Tsunakawa, Takayuki 02:45
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 03:07
Re: Speed up Clog Access by increasing CLOG buffers Dilip Kumar 03:45
Re: Improvements in psql hooks for variables Ashish Tyagi 04:47
Re: pgbench - minor fix for meta command only scripts Fabien COELHO 05:09
Re: WIP: Covering + unique indexes. Amit Kapila 05:21
Calculation of param_source_rels in add_paths_to_joinrel 📎 Ashutosh Bapat 06:11
[RFC] Should we fix postmaster to avoid slow shutdown? Tsunakawa, Takayuki 06:20
Re: Speedup twophase transactions Michael Paquier 06:40
Re: pageinspect: Hash index support Michael Paquier 07:19
Use of SizeOfIptrData - is that obsolete? Pavan Deolasee 07:39
Re: IF (NOT) EXISTS in psql-completion Michael Paquier 07:50
Re: Refactoring speculative insertion with unique indexes a little Heikki Linnakangas 07:55
Re: WIP: Covering + unique indexes. Amit Kapila 09:00
Re: Partition-wise join for join between (declaratively) partitioned tables 📎 Ashutosh Bapat 10:56
Re: Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol” valeriof 11:02
Re: Parallel sec scan in plpgsql Alex Ignatov 11:15
Re: kqueue Matteo Beccati 12:19
Re: pageinspect: Hash index support 📎 Jesper Pedersen 12:40
[PATCH] get_home_path: use HOME 📎 Rudolf Gavlas 12:40
Re: "Some tests to cover hash_index" Amit Kapila 12:52
Re: Hash Indexes 📎 Amit Kapila 13:02
Re: Parallel sec scan in plpgsql Amit Kapila 13:24
Re: Declarative partitioning - another take Robert Haas 13:41
Re: Speedup twophase transactions Stas Kelvich 14:13
Re: [PATCH] Transaction traceability - txid_status(bigint) 📎 Robert Haas 14:46
Re: [RFC] Should we fix postmaster to avoid slow shutdown? Robert Haas 14:58
Re: Parallel sec scan in plpgsql Tom Lane 14:58
Re: Parallel sec scan in plpgsql Robert Haas 15:01
Re: Parallel sec scan in plpgsql Robert Haas 15:02
Re: Use of SizeOfIptrData - is that obsolete? Tom Lane 15:04
Re: more parallel query documentation Peter Eisentraut 15:18
Re: Hash Indexes Bruce Momjian 15:20
Re: "Some tests to cover hash_index" Robert Haas 15:25
Re: Rename max_parallel_degree? Peter Eisentraut 15:27
Re: Logical Replication WIP Peter Eisentraut 15:31
Re: Fix Error Message for allocate_recordbuf() Failure Robert Haas 15:32
Re: Odd system-column handling in postgres_fdw join pushdown patch Robert Haas 15:40
Re: Rename max_parallel_degree? Robert Haas 15:47
Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Robert Haas 16:14
Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Robert Haas 16:32
Re: [PATCH] get_home_path: use HOME Tom Lane 16:35
Re: pageinspect: Hash index support Jeff Janes 16:45
Re: Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Tom Lane 16:53
Re: Use of SizeOfIptrData - is that obsolete? 📎 Pavan Deolasee 16:54
Re: Write Ahead Logging for Hash Indexes Jeff Janes 16:54
Re: [PATCH] get_home_path: use HOME Alvaro Herrera 16:55
Re: Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Tom Lane 17:03
Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Robert Haas 17:05
Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Robert Haas 17:06
Re: Rename max_parallel_degree? Petr Jelinek 17:30
Re: [PATCH] get_home_path: use HOME Rudolf Gavlas 17:44
Re: pageinspect: Hash index support Ashutosh Sharma 17:46
Re: Improvements in psql hooks for variables Daniel Verite 17:46
Re: [PATCH] get_home_path: use HOME Rudolf Gavlas 17:55
Re: [PATCH] get_home_path: use HOME Alvaro Herrera 18:09
Re: pageinspect: Hash index support 📎 Jesper Pedersen 18:25
Re: "Some tests to cover hash_index" Alvaro Herrera 18:26
Re: pageinspect: Hash index support Jesper Pedersen 18:29
Re: Write Ahead Logging for Hash Indexes Jesper Pedersen 18:34
Re: Tuplesort merge pre-reading 📎 Claudio Freire 18:34
Re: increasing the default WAL segment size Peter Eisentraut 18:49
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE David Fetter 19:04
Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE Peter Eisentraut 19:24
Re: Rename max_parallel_degree? Peter Eisentraut 19:31
gratuitous casting away const Mark Dilger 19:57
Re: increasing the default WAL segment size Robert Haas 20:05
Re: gratuitous casting away const Tom Lane 20:06
Re: Rename max_parallel_degree? Robert Haas 20:07
Re: increasing the default WAL segment size Andres Freund 20:09
Re: increasing the default WAL segment size Robert Haas 20:18
Re: increasing the default WAL segment size Andres Freund 20:25
Re: increasing the default WAL segment size Robert Haas 20:32
Re: increasing the default WAL segment size Andres Freund 20:42
needlessly casting away const in localtime.c 📎 Mark Dilger 21:02
Re: needlessly casting away const in localtime.c Tom Lane 21:13
Re: gratuitous casting away const Mark Dilger 21:33
Re: Speed up Clog Access by increasing CLOG buffers 📎 Tomas Vondra 22:18
Re: Tracking wait event for latches Thomas Munro 23:13
Re: less expensive pg_buffercache on big shmem Tomas Vondra 23:41
Re: less expensive pg_buffercache on big shmem Tomas Vondra 23:43
Re: Hash Indexes Bruce Momjian 23:55

Sept. 21, 2016

Thread Author Time
Re: Exclude schema during pg_restore Peter Eisentraut 00:59
Re: Fix Error Message for allocate_recordbuf() Failure Michael Paquier 01:25
Re: New SQL counter statistics view (pg_stat_sql) 📎 Haribabu Kommi 02:23
Re: Fix Error Message for allocate_recordbuf() Failure 📎 Michael Paquier 02:28
Re: Speed up Clog Access by increasing CLOG buffers Dilip Kumar 03:17
Re: Logical Replication WIP Steve Singer 03:35
Re: Tracking wait event for latches 📎 Michael Paquier 03:40
Re: Tracking wait event for latches Thomas Munro 04:03
Re: Tracking wait event for latches 📎 Michael Paquier 04:53
Re: [HACKERS] Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol” Ashutosh Bapat 05:20
Re: Write Ahead Logging for Hash Indexes Amit Kapila 05:27
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 06:04
Re: Supporting SJIS as a database encoding Kyotaro HORIGUCHI 06:14
Re: pageinspect: Hash index support Michael Paquier 06:14
Re: Quorum commit for multiple synchronous replication. Michael Paquier 06:30
Re: Partition-wise join for join between (declaratively) partitioned tables Rajkumar Raghuwanshi 06:44
Re: Partition-wise join for join between (declaratively) partitioned tables Ashutosh Bapat 06:49
Re: Quorum commit for multiple synchronous replication. Vik Fearing 07:18
Re: GiST penalty functions [PoC] Heikki Linnakangas 07:27
Re: Speedup twophase transactions Michael Paquier 07:32
Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer 07:40
Re: [PATCH] get_home_path: use HOME Aleksander Alekseev 08:43
Re: Error running custom plugin: “output plugins have to declare the _PG_output_plugin_init symbol” valeriof 08:56
Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Re: [HACKERS] Windows service is not starting so there’s message in log: FATAL: "could not create shared memory segment “Global/PostgreSQL.851401618”: Permission denied” Amit Kapila 09:49
Re: Logical Replication WIP Petr Jelinek 09:53
Re: Quorum commit for multiple synchronous replication. Petr Jelinek 09:54
Re: pgbench - compute & show latency consistently Kuntal Ghosh 10:07
Re: pgbench - compute & show latency consistently Heikki Linnakangas 10:30
Re: pgbench - compute & show latency consistently Heikki Linnakangas 10:35
Re: pgbench - compute & show latency consistently Kuntal Ghosh 10:57
Re: pageinspect: Hash index support Ashutosh Sharma 11:24
Re: increasing the default WAL segment size Robert Haas 12:12
Re: pageinspect: Hash index support Jesper Pedersen 12:21
Re: pageinspect: Hash index support Jesper Pedersen 12:27
Re: Hash Indexes Robert Haas 12:29
Re: pageinspect: Hash index support Michael Paquier 12:43
Re: more parallel query documentation Robert Haas 12:49
Re: BUG #13755: pgwin32_is_service not checking if SECURITY_SERVICE_SID is disabled Heikki Linnakangas 12:50
Re: pageinspect: Hash index support Ashutosh Sharma 12:55
Re: Fix Error Message for allocate_recordbuf() Failure Robert Haas 12:58
Re: Logical Replication WIP Peter Eisentraut 13:04
Re: WIP: Covering + unique indexes. 📎 Anastasia Lubennikova 13:21
Re: Tracking wait event for latches Robert Haas 13:23
Re: pgbench - compute & show latency consistently Fabien COELHO 13:23

Browse Archives

Prev | Next