pgsql-hackers since 2017-11-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

Nov. 17, 2017

Thread Author Time
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Michael Paquier 02:00
Re: [HACKERS] Refactoring identifier checks to consistently use strcmp Michael Paquier 02:31
Re: _WINSOCK_DEPRECATED_NO_WARNINGS Glen Knowles 03:28
Re: [HACKERS] [PATCH] A hook for session start 📎 Fabrízio de Royes Mello 03:38
Re: _WINSOCK_DEPRECATED_NO_WARNINGS Tom Lane 03:46
Re: [HACKERS] Improve catcache/syscache performance. Kyotaro HORIGUCHI 04:13
Re: [HACKERS] Improve catcache/syscache performance. Michael Paquier 04:16
Re: [HACKERS] Walsender timeouts and large transactions Kyotaro HORIGUCHI 04:24
Re: [HACKERS] Walsender timeouts and large transactions Kyotaro HORIGUCHI 04:35
Re: [HACKERS] [PATCH] A hook for session start Ashutosh Sharma 05:33
Re: [HACKERS] Remove duplicate setting in test/recovery/Makefile Masahiko Sawada 05:43
default range partition and constraint exclusion 📎 Amit Langote 05:57
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 06:02
Re: Add PGDLLIMPORT lines to some variables Pavel Stehule 06:27
Speed up the removal of WAL files 📎 Tsunakawa, Takayuki 06:35
Re: [HACKERS] Walsender timeouts and large transactions 📎 Kyotaro HORIGUCHI 07:35
Re: Speed up the removal of WAL files Kyotaro HORIGUCHI 08:03
RE: Speed up the removal of WAL files Tsunakawa, Takayuki 08:20
Re: pspg - psql pager Marco Nenciarini 09:09
Re: Typo in comment Etsuro Fujita 09:09
Sv: Re: pspg - psql pager Andreas Joseph Krogh 09:21
Re: [HACKERS] parallelize queries containing initplans Amit Kapila 09:29
Missing wal_receiver_status_interval in Subscribers section 📎 Masahiko Sawada 09:34
Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 10:01
Re: pspg - psql pager Devrim Gündüz 10:54
Re: [HACKERS] Proposal: Local indexes for partitioned table David Rowley 11:58
Re: [HACKERS] Proposal: generic WAL compression Arthur Silva 12:02
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 12:24
Re: [HACKERS] [PATCH] A hook for session start Fabrízio de Royes Mello 12:41
Re: [HACKERS] path toward faster partition pruning David Rowley 12:44
Re: [HACKERS] Proposal: Local indexes for partitioned table David Rowley 12:54
Re: Inlining functions with "expensive" parameters Paul Ramsey 13:15
Re: [HACKERS] Parallel Hash take II Robert Haas 14:47
feature request: consume asynchronous notification via a function Merlin Moncure 14:49
Re: [HACKERS] SERIALIZABLE on standby servers Robert Haas 15:03
Re: Repetitive code in RI triggers Ildus Kurbangaliev 15:05
Re: Repetitive code in RI triggers Ildus Kurbangaliev 15:08
Re: [HACKERS] Transaction control in procedures Peter Eisentraut 15:16
PG10.1 autovac killed building extended stats Justin Pryzby 15:27
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Robert Haas 15:31
Re: Inlining functions with "expensive" parameters Andres Freund 16:05
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Vladimir Rusinov 16:09
Re: PG10.1 autovac killed building extended stats Alvaro Herrera 16:27
Re: PG10.1 autovac killed building extended stats Alvaro Herrera 16:36
Re: PG10.1 autovac crashed building extended stats Justin Pryzby 16:39
Re: Fix number skipping in to_number Tom Lane 17:05
Re: [HACKERS] Consistently catch errors from Python _New() functions Tom Lane 17:16
Re: Speed up the removal of WAL files Fujii Masao 17:57
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Peter Geoghegan 18:22
Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256 📎 Peter Eisentraut 19:31
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Peter Geoghegan 19:36
Re: [COMMITTERS] pgsql: Add hash partitioning. 📎 Robert Haas 19:49
Re: bgwriter_lru_maxpages range in postgresql.conf Robert Haas 19:55
Bizarre behavior of literal-substring parsing in formatting.c 📎 Tom Lane 20:11
Re: pspg - psql pager Pavel Stehule 20:40
Re: pspg - psql pager Pavel Stehule 20:42
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Tom Lane 20:48
Re: PG10.1 autovac killed building extended stats Justin Pryzby 21:43
Re: [HACKERS] Parallel Hash take II Andres Freund 21:55
Re: [HACKERS] Parallel Hash take II Peter Geoghegan 22:22
Re: Fix number skipping in to_number 📎 Tom Lane 22:28
Re: [HACKERS] pg_upgrade to clusters with a different WAL segment size Jeremy Schneider 22:46
Re: [HACKERS] Parallel Hash take II Andres Freund 23:20
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Robert Haas 23:23
Re: [HACKERS] pg_upgrade to clusters with a different WAL segment size Robert Haas 23:26
Re: default range partition and constraint exclusion Robert Haas 23:28

Nov. 18, 2017

Thread Author Time
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Peter Geoghegan 00:09
to_typemod(type_name) information function Sophie Herold 00:26
RE: unsubscribe Ian Corson 01:04
Re: Treating work_mem as a shared resource (Was: Parallel Hash take II) Peter Geoghegan 02:22
Re: no library dependency in Makefile? 高增琦 02:28
percentile value check can be slow jotpe 09:13
Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256 Michael Paquier 11:32
Re: [HACKERS] More stats about skipped vacuums Michael Paquier 13:23
Re: Speed up the removal of WAL files Michael Paquier 13:36
Re: [HACKERS] [POC] Faster processing at Gather node 📎 Amit Kapila 13:53
Re: percentile value check can be slow Tom Lane 15:44
Re: to_typemod(type_name) information function Tom Lane 15:50
unsubscribe [email protected] ROS Didier 15:52
Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256 Peter Eisentraut 15:56
Re: [HACKERS] Consistently catch errors from Python _New() functions Peter Eisentraut 16:33
Re: to_typemod(type_name) information function Sophie Herold 16:58
Re: [HACKERS] Consistently catch errors from Python _New() functions Tom Lane 17:05
Re: [HACKERS] Add Roman numeral conversion to to_number Tom Lane 18:32
Re: [HACKERS] Consistently catch errors from Python _New() functions Peter Eisentraut 18:40
spgist rangetypes compiler warning (gcc 7.2.0) 📎 Tomas Vondra 19:57
Re: [HACKERS] PATCH: multivariate histograms and MCV lists 📎 Tomas Vondra 20:28
Re: WIP: BRIN multi-range indexes 📎 Tomas Vondra 20:45
Re: percentile value check can be slow David Fetter 21:30
Re: [HACKERS] Repetitive code in RI triggers Tom Lane 21:31
Re: spgist rangetypes compiler warning (gcc 7.2.0) Tom Lane 21:40
Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tomas Vondra 21:40
Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Tom Lane 21:56
Re: percentile value check can be slow Tomas Vondra 22:05
Re: spgist rangetypes compiler warning (gcc 7.2.0) Tomas Vondra 22:41
Re: [HACKERS] Bug in to_timestamp(). Tom Lane 22:48
Re: [HACKERS] ginInsertCleanup called from vacuum could still miss tuples to be deleted Peter Geoghegan 22:54
Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256 Michael Paquier 23:13

Nov. 19, 2017

Thread Author Time
Re: Logical Replication and triggers Craig Ringer 00:30
Re: [HACKERS] new function for tsquery creartion Tomas Vondra 01:30
Re: [HACKERS] pg_basebackup --progress output for batch execution Tomas Vondra 02:03
Re: percentile value check can be slow David Fetter 02:10
Patch to add dependency between client executes and static libraries 📎 高增琦 08:18
[PATCH] Porting small OpenBSD changes. 📎 David CARLIER 09:00
Re: percentile value check can be slow Tomas Vondra 12:23
Re: percentile value check can be slow jotpe 14:37
Re: [HACKERS] Bug in to_timestamp(). Arthur Zakirov 14:47
Re: [HACKERS] [PATCH] Generic type subscripting Arthur Zakirov 15:13
Re: [HACKERS] Bug in to_timestamp(). Tom Lane 17:26
Re: percentile value check can be slow David Fetter 17:49
Re: no library dependency in Makefile? Tom Lane 18:25
Re: Patch to add dependency between client executes and static libraries Tom Lane 19:22
Re: [HACKERS] [WIP] Zipfian distribution in pgbench 📎 Alik Khilazhev 19:53
Re: [HACKERS] [PATCH] Improve geometric types Emre Hasegeli 20:10
Re: percentile value check can be slow jotpe 20:17
Re: [HACKERS] pgbench regression test failure 📎 Tom Lane 21:11
Re: [HACKERS] [PATCH] Incremental sort Thomas Munro 21:24
Re: [HACKERS] [PATCH] A hook for session start Andrew Dunstan 21:38
Re: [HACKERS] [PATCH] A hook for session start Tom Lane 21:49
Re: [HACKERS] INSERT ON CONFLICT and partitioned tables Simon Riggs 22:33
Re: [HACKERS] [PATCH] A hook for session start Andrew Dunstan 22:56
Re: [HACKERS] Custom compression methods 📎 Tomas Vondra 23:04
Re: [HACKERS] Custom compression methods Tomas Vondra 23:23

Nov. 20, 2017

Thread Author Time
RE: Speed up the removal of WAL files Tsunakawa, Takayuki 00:12
Re: [HACKERS] GnuTLS support Tomas Vondra 00:42
RE: [HACKERS] Re: protocol version negotiation (Re: Libpq PGRES_COPY_BOTH - version compatibility) Badrul Chowdhury 00:49
Re: [HACKERS] CUBE seems a bit confused about ORDER BY Tomas Vondra 01:09
Re: [HACKERS] GnuTLS support Michael Paquier 01:56
Re: [HACKERS] [PATCH] A hook for session start Michael Paquier 02:08
Re: [HACKERS] Support for Secure Transport SSL library on macOS as OpenSSL alternative Michael Paquier 02:35
Re: [HACKERS] [PATCH] A hook for session start Tom Lane 03:11
Re: [HACKERS] [PATCH] A hook for session start Michael Paquier 03:27
Re: [HACKERS] [PATCH] A hook for session start Tom Lane 03:38
Allowing SSL connection of v11 client to v10 server with SCRAM channel binding 📎 Michael Paquier 04:08
Re: no library dependency in Makefile? 高增琦 04:58
Re: Allowing SSL connection of v11 client to v10 server with SCRAM channel binding Tom Lane 05:04
Re: Allowing SSL connection of v11 client to v10 server with SCRAM channel binding Michael Paquier 05:57
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. 📎 Masahiko Sawada 07:12
Re: [HACKERS] [WIP] Zipfian distribution in pgbench Fabien COELHO 07:45
Re: [HACKERS] Proposal: generic WAL compression Antonin Houska 07:49
Re: [HACKERS] Proposal: Local indexes for partitioned table Ashutosh Bapat 08:38
Re: [HACKERS] pgbench regression test failure Fabien COELHO 08:45
Re: [HACKERS] Repetitive code in RI triggers Ildar Musin 08:53
Re: no library dependency in Makefile? 📎 高增琦 09:00
Re: Jsonb transform for pl/python 📎 Anthony Bykov 09:35
Re: [HACKERS] Custom compression methods Ildus Kurbangaliev 09:44
Failed to delete old ReorderBuffer spilled files 📎 atorikoshi 10:35
Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov 10:47
Re: [HACKERS] CUBE seems a bit confused about ORDER BY Alexander Korotkov 10:59
Unicode or local language Lelisa Diriba 12:15
Re: [COMMITTERS] pgsql: Add hash partitioning. amul sul 12:46
Re: Unicode or local language Laurenz Albe 12:51
Re: [HACKERS] [PATCH] A hook for session start Fabrízio de Royes Mello 12:55
Re: [HACKERS] A GUC to prevent leader processes from running subplans? Amit Kapila 13:41
Re: Jsonb transform for pl/python Aleksander Alekseev 13:48
Re: [HACKERS] [WIP] Zipfian distribution in pgbench 📎 Alik Khilazhev 15:16
Re: [HACKERS] Custom compression methods Tomas Vondra 15:18
Re: [HACKERS] Custom compression methods Евгений Шишкин 15:21
Re: [HACKERS] Custom compression methods Tomas Vondra 15:29
IndexTupleDSize macro seems redundant 📎 Ildar Musin 15:31
Re: [HACKERS] Custom compression methods Евгений Шишкин 15:43
Re: [HACKERS] Custom compression methods Ildus Kurbangaliev 15:44
Re: [HACKERS] [WIP] Zipfian distribution in pgbench Fabien COELHO 16:09
Re: [HACKERS] Custom compression methods Tomas Vondra 16:31
Re: [HACKERS] VACUUM and ANALYZE disagreeing on what reltuples means Alvaro Herrera 16:46
Re: [HACKERS] [PATCH] A hook for session start Tom Lane 16:56
Re: [HACKERS] CLUSTER command progress monitor Antonin Houska 17:05
Re: [HACKERS] CLUSTER command progress monitor Tom Lane 17:25
Re: [HACKERS] pg_basebackup --progress output for batch execution Martín Marqués 17:47
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Fujii Masao 18:11
Using isatty() on WIN32 platform 📎 Martín Marqués 18:27
Re: [HACKERS] pgbench regression test failure Tom Lane 18:40
Re: [PATCH] Porting small OpenBSD changes. Tom Lane 18:49
Re: [PATCH] Porting small OpenBSD changes. 📎 David CARLIER 18:57
Re: [HACKERS] [PATCH] A hook for session start Fabrízio de Royes Mello 19:09
Re: [PATCH] Porting small OpenBSD changes. David Fetter 19:16
Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple Andres Freund 19:18
Re: [HACKERS] pg_basebackup --progress output for batch execution 📎 Martín Marqués 19:45
Re: Using isatty() on WIN32 platform Tom Lane 19:53
Re: Add PGDLLIMPORT lines to some variables 📎 Brian Cloutier 19:58
Re: Add PGDLLIMPORT lines to some variables Andres Freund 20:02
Anybody care about having the verbose form of the tzdata files? Tom Lane 20:38
Re: [HACKERS] [WIP] Zipfian distribution in pgbench 📎 Alik Khilazhev 20:52
Re: [HACKERS] SQL procedures Andrew Dunstan 21:25
Re: [HACKERS] [WIP] Zipfian distribution in pgbench Fabien COELHO 21:53
Re: [HACKERS] [WIP] Zipfian distribution in pgbench Alik Khilazhev 21:58
Re: [HACKERS] CUBE seems a bit confused about ORDER BY 📎 Alexander Korotkov 22:07
Re: [HACKERS] pgbench regression test failure Fabien COELHO 22:15
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager 📎 Masahiko Sawada 22:19
Re: [PATCH] Porting small OpenBSD changes. 📎 Tom Lane 22:24
Re: [PATCH] Porting small OpenBSD changes. Tom Lane 22:36
Re: [PATCH] Porting small OpenBSD changes. David CARLIER 22:38
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Michael Paquier 23:03
Re: [PATCH] Porting small OpenBSD changes. Tom Lane 23:05
Re: [HACKERS] [PATCH] Incremental sort 📎 Alexander Korotkov 23:34

Nov. 21, 2017

Thread Author Time
Re: [HACKERS] [PATCH] Incremental sort Alexander Korotkov 00:00
Re: [HACKERS][PATCH]pg_buffercache add a buffer state column, Add fuction to decode buffer state Masahiko Sawada 00:30
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. 📎 Masahiko Sawada 00:37
Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted. Michael Paquier 01:01
Re: [Sender Address Forgery]Re: [HACKERS] path toward faster partition pruning Amit Langote 01:15

Browse Archives

Prev | Next