pgsql-hackers since 2016-08-17 15:27

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

Aug. 17, 2016

Thread Author Time
Re: PATCH: Exclude additional directories in pg_basebackup Robert Haas 15:27
Re: [GENERAL] C++ port of Postgres Andrew Gierth 15:36
Re: [Patch] RBTree iteration interface improvement Aleksander Alekseev 15:38
Re: LWLocks in DSM memory Andres Freund 15:42
Re: LWLocks in DSM memory Andres Freund 15:44
Re: Assertion failure in REL9_5_STABLE Alvaro Herrera 16:04
Re: [GENERAL] C++ port of Postgres Robert Haas 16:21
Re: drop src/backend/port/darwin/system.c ? Robert Haas 16:23
Re: drop src/backend/port/darwin/system.c ? Tom Lane 16:29
Re: PATCH: Exclude additional directories in pg_basebackup Alvaro Herrera 16:35
Re: Pluggable storage Alvaro Herrera 17:03
Re: [GENERAL] C++ port of Postgres Gavin Flower 18:14
Re: Use pread and pwrite instead of lseek + write and read Robert Haas 18:25
Re: Are these supported?? Greg Stark 18:32
Re: PATCH: Exclude additional directories in pg_basebackup David Steele 18:50
Re: Curing plpgsql's memory leaks for statement-lifespan values Tom Lane 18:52
Re: PATCH: Exclude additional directories in pg_basebackup Robert Haas 18:53
Re: Use pread and pwrite instead of lseek + write and read Claudio Freire 18:58
Re: Use pread and pwrite instead of lseek + write and read Tom Lane 19:11
Re: Why we lost Uber as a user Simon Riggs 19:51
Re: Bug in intarray bench script Tom Lane 19:52
Re: PATCH: Exclude additional directories in pg_basebackup Kevin Grittner 19:52
Re: Declarative partitioning - another take Robert Haas 20:23
Add -c to rsync commands on SR tutorial wiki page Jim Nasby 21:34
Re: Why we lost Uber as a user Jim Nasby 22:18
Re: PATCH: Exclude additional directories in pg_basebackup David Steele 22:25
Re: regexp_match() returning text Tom Lane 22:37
CLUSTER, reform_and_rewrite_tuple(), and parallelism Peter Geoghegan 23:12
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Andres Freund 23:16
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism 📎 Peter Geoghegan 23:23
Re: psql: tab completion for \l Ian Barwick 23:24
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Andres Freund 23:28
Re: [GENERAL] C++ port of Postgres Craig Ringer 23:32
Re: [RFC] Change the default of update_process_title to off Tsunakawa, Takayuki 23:49
Re: PATCH: Exclude additional directories in pg_basebackup Michael Paquier 23:56
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism 📎 Peter Geoghegan 23:58

Aug. 18, 2016

Thread Author Time
pgsql: Fix deletion of speculatively inserted TOAST on conflict Andres Freund 00:06
pgsql: Fix deletion of speculatively inserted TOAST on conflict Andres Freund 00:06
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Michael Paquier 00:14
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Andres Freund 00:15
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Alvaro Herrera 00:17
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Andres Freund 00:20
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Ryan Murphy 00:30
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Peter Geoghegan 00:35
Re: CLUSTER, reform_and_rewrite_tuple(), and parallelism Andres Freund 00:36
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Michael Paquier 00:38
Re: Changed SRF in targetlist handling Andres Freund 00:41
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Andres Freund 00:41
Re: [Patch] New psql prompt substitution %r (m = master, r = replica) Alvaro Herrera 01:36
Re: WIP: Barriers 📎 Thomas Munro 01:55
Most efficient way for libPQ .. PGresult serialization Joshua Bay 02:05
Re: Way to access LSN (for each transaction) by directly talking to postgres? Joshua Bay 02:06
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Ryan Murphy 02:35
Re: Add -c to rsync commands on SR tutorial wiki page Peter Eisentraut 02:37
Re: Add -c to rsync commands on SR tutorial wiki page Stephen Frost 02:46
[WIP] [B-Tree] Keep indexes sorted by heap physical location 📎 Claudio Freire 02:54
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Michael Paquier 03:15
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Andres Freund 03:18
Re: Increasing timeout of poll_query_until for TAP tests Michael Paquier 03:18
synchronous_commit = remote_flush Thomas Munro 04:22
Re: How to do failover in pglogical replication? Craig Ringer 05:00
Re: Most efficient way for libPQ .. PGresult serialization Craig Ringer 05:02
Re: Anyone want to update our Windows timezone map? 📎 Michael Paquier 05:06
Re: patch proposal Venkata B Nagothi 05:15
Re: Most efficient way for libPQ .. PGresult serialization Tatsuo Ishii 05:33
Re: patch proposal Michael Paquier 05:37
Re: patch proposal Venkata B Nagothi 07:29
Re: Pluggable storage Simon Riggs 07:58
Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC] 📎 Andrew Borodin 08:05
Re: Missing checks when malloc returns NULL... Heikki Linnakangas 09:12
Re: Fix comment in ATExecValidateConstraint 📎 Amit Langote 09:15
Re: patch proposal Stephen Frost 09:20
Re: [PATCH] bigint txids vs 'xid' type, new txid_recent(bigint) => xid Craig Ringer 09:34
Re: regexp_match() returning text 📎 Emre Hasegeli 10:26
Re: Anyone want to update our Windows timezone map? Magnus Hagander 10:38
Re: [PATCH] Alter or rename enum value 📎 Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?= 10:43
Re: [PATCH] bigint txids vs 'xid' type, new txid_recent(bigint) => xid Amit Kapila 10:46
Re: [PATCH] Alter or rename enum value Emre Hasegeli 11:00
Re: Pluggable storage Alexander Korotkov 11:01
Re: Pluggable storage Amit Kapila 11:23
Re: Anyone want to update our Windows timezone map? Michael Paquier 11:35
Re: Password identifiers, protocol aging and SCRAM protocol Heikki Linnakangas 12:28
Re: [Patch] New psql prompt substitution %r (m = master, r = replica) Aleksander Alekseev 12:29
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 12:45
Re: Anyone want to update our Windows timezone map? Tom Lane 13:26
Re: Anyone want to update our Windows timezone map? Magnus Hagander 13:28
Re: PATCH: Exclude additional directories in pg_basebackup David Steele 13:30
Re: Anyone want to update our Windows timezone map? Tom Lane 13:30
Re: Anyone want to update our Windows timezone map? Magnus Hagander 13:34
Re: Anyone want to update our Windows timezone map? Magnus Hagander 13:37
Re: Anyone want to update our Windows timezone map? Tom Lane 13:51
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Tomas Vondra 14:30
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Tomas Vondra 14:33
Re: Pluggable storage Ants Aasma 14:44
Re: regexp_match() returning text Tom Lane 14:53
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Pavel Stehule 15:03
Re: [Patch] New psql prompt substitution %r (m = master, r = replica) Alvaro Herrera 15:05
Re: Pluggable storage Andres Freund 15:14
Re: tab completion for alter extension Tom Lane 15:18
Re: psql: tab completion for \l Tom Lane 15:30
Re: Pluggable storage Andres Freund 16:24
Improving planner's checks for parallel-unsafety 📎 Tom Lane 16:39
Re: Password identifiers, protocol aging and SCRAM protocol Heikki Linnakangas 16:51
Marginal cleanup in regex code: remove typedef "celt" 📎 Tom Lane 17:28
Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan 17:40
Making pg_hba.conf case-insensitive 📎 Bruce Momjian 17:59
Re: WIP: About CMake v2 Christian Convey 18:00
Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Heikki Linnakangas 18:02
Re: anyelement -> anyrange Corey Huinker 18:06
Re: Making pg_hba.conf case-insensitive Tom Lane 18:06
Re: Add -c to rsync commands on SR tutorial wiki page Jim Nasby 18:27
Re: synchronous_commit = remote_flush Jim Nasby 18:30
Re: Add -c to rsync commands on SR tutorial wiki page Stephen Frost 18:31
Re: [PATCH] bigint txids vs 'xid' type, new txid_recent(bigint) => xid Jim Nasby 18:35
Re: Use pread and pwrite instead of lseek + write and read Robert Haas 18:39
Re: Bug in to_timestamp(). Robert Haas 18:40
Re: [Patch] New psql prompt substitution %r (m = master, r = replica) Jim Nasby 18:41
Re: WIP: About CMake v2 Stefan Kaltenbrunner 18:45
Re: Making pg_hba.conf case-insensitive 📎 Bruce Momjian 18:48
Re: anyelement -> anyrange Jim Nasby 18:49
Re: Add -c to rsync commands on SR tutorial wiki page Jim Nasby 18:50
Re: Making pg_hba.conf case-insensitive Tom Lane 18:57
Re: WIP: About CMake v2 Christian Convey 18:57
Re: Making pg_hba.conf case-insensitive Peter Eisentraut 19:01
Re: WIP: About CMake v2 Stefan Kaltenbrunner 19:08
Re: Most efficient way for libPQ .. PGresult serialization Joshua Bay 19:08
Re: Use pread and pwrite instead of lseek + write and read Tom Lane 19:16
Re: WIP: About CMake v2 Tom Lane 19:25
Re: WIP: About CMake v2 Christian Convey 19:30
Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Peter Eisentraut 19:35
Re: [COMMITTERS] pgsql: Fix deletion of speculatively inserted TOAST on conflict Alvaro Herrera 19:39
Re: [PATCH] add option to pg_dumpall to exclude tables from the dump Tom Lane 19:40
Re: WIP: About CMake v2 Stefan Kaltenbrunner 19:41
Re: WIP: About CMake v2 Christian Convey 19:42
Re: anyelement -> anyrange David E. Wheeler 19:51
Re: WIP: About CMake v2 Alvaro Herrera 19:52
Re: WIP: About CMake v2 Stefan Kaltenbrunner 19:53
Re: WIP: About CMake v2 Christian Convey 19:55
Re: WIP: About CMake v2 Stefan Kaltenbrunner 19:57
Re: WIP: About CMake v2 Christian Convey 20:02
Re: WIP: About CMake v2 Alvaro Herrera 20:03
Re: WIP: About CMake v2 Christian Convey 20:05
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Robert Haas 20:05
Re: WIP: About CMake v2 Alvaro Herrera 20:06
Re: WIP: About CMake v2 Andres Freund 20:10
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Robert Haas 20:11
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Andres Freund 20:15
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Robert Haas 20:22
Re: WIP: About CMake v2 Christian Convey 20:23
Re: synchronous_commit = remote_flush Robert Haas 20:25
Re: WIP: About CMake v2 Tom Lane 20:30
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Ryan Murphy 20:35
Re: Fix comment in ATExecValidateConstraint 📎 Robert Haas 20:35
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Claudio Freire 20:41
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Tom Lane 20:44
Re: WIP: About CMake v2 Peter Eisentraut 20:46
Re: Making pg_hba.conf case-insensitive Bruce Momjian 20:49
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Ryan Murphy 20:50
Re: Improving planner's checks for parallel-unsafety Robert Haas 20:54
distinct estimate of a hard-coded VALUES list Jeff Janes 21:03
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Kevin Grittner 21:04
Re: Improving planner's checks for parallel-unsafety Tom Lane 21:07
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Claudio Freire 21:10
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Peter Geoghegan 21:15
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Alvaro Herrera 21:23
Re: distinct estimate of a hard-coded VALUES list Tom Lane 21:25
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Claudio Freire 21:26
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Tom Lane 21:27
Re: [PATCH] add option to pg_dumpall to exclude tables from the dump Jim Nasby 21:29
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Claudio Freire 21:31
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Peter Geoghegan 21:38
Re: Curing plpgsql's memory leaks for statement-lifespan values Jim Nasby 21:44
Re: [PATCH] add option to pg_dumpall to exclude tables from the dump Tom Lane 22:01
Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location Claudio Freire 22:04
errno clobbering in reorderbuffer 📎 Alvaro Herrera 22:06
Re: pg_basebackup wish list 📎 Peter Eisentraut 22:06
Re: drop src/backend/port/darwin/system.c ? Peter Eisentraut 22:11
Re: errno clobbering in reorderbuffer Andres Freund 22:12
Re: errno clobbering in reorderbuffer Tom Lane 22:17
Re: errno clobbering in reorderbuffer Andres Freund 22:18
Re: anyelement -> anyrange Corey Huinker 23:02

Aug. 19, 2016

Thread Author Time
Re: amcheck (B-Tree integrity checking tool) Michael Paquier 00:06
Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan 00:14
Re: _mdfd_getseg can be expensive 📎 Andres Freund 00:26
Re: _mdfd_getseg can be expensive Peter Geoghegan 00:27
Re: _mdfd_getseg can be expensive Andres Freund 00:28
Re: amcheck (B-Tree integrity checking tool) Michael Paquier 00:35
Re: _mdfd_getseg can be expensive Peter Geoghegan 00:35
Re: _mdfd_getseg can be expensive Andres Freund 00:42
Re: _mdfd_getseg can be expensive Peter Geoghegan 00:43
Re: WIP: About CMake v2 Michael Paquier 00:49
Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan 00:53
Re: Fix comment in ATExecValidateConstraint 📎 Amit Langote 01:01
Re: Most efficient way for libPQ .. PGresult serialization Craig Ringer 01:05
Re: [PATCH] bigint txids vs 'xid' type, new txid_recent(bigint) => xid Craig Ringer 01:20
Re: Missing checks when malloc returns NULL... 📎 Michael Paquier 02:18
Re: errno clobbering in reorderbuffer Alvaro Herrera 02:21
Re: errno clobbering in reorderbuffer Andres Freund 02:21
Re: Bug in to_timestamp(). amul sul 04:53
Re: pg_basebackup wish list Masahiko Sawada 05:04

Browse Archives

Prev | Next