pgsql-hackers since 2016-11-11 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. 11, 2016

Thread Author Time
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Tsunakawa, Takayuki 00:54
Re: Shared memory estimation for postgres Michael Paquier 00:56
Re: Floating point comparison inconsistencies of the geometric types Kyotaro HORIGUCHI 02:04
Re: Unlogged tables cleanup 📎 Michael Paquier 02:25
Why PostgreSQL doesn't implement a semi sync replication? 余森彬 03:40
Re: Shared memory estimation for postgres Craig Ringer 03:53
Re: Danger of automatic connection reset in psql Ashutosh Bapat 04:14
Re: Shared memory estimation for postgres leoaaryan 04:26
Re: Shared memory estimation for postgres leoaaryan 04:31
Re: Danger of automatic connection reset in psql Pavel Stehule 04:37
Re: Shared memory estimation for postgres Michael Paquier 04:45
Re: Re: [BUGS] BUG #14350: VIEW with INSTEAD OF INSERT TRIGGER and COPY. Missing feature or working as designed. Haribabu Kommi 04:54
Re: Shared memory estimation for postgres leoaaryan 04:59
Re: Microvacuum support for Hash Index Ashutosh Sharma 05:11
Re: [PATCH] Send catalog_xmin separately in hot standby feedback 📎 Craig Ringer 05:48
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 06:25
Re: Transactions involving multiple postgres foreign servers Masahiko Sawada 06:38
Re: Calculation of param_source_rels in add_paths_to_joinrel 📎 Ashutosh Bapat 07:00
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 07:03
Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan. Ashutosh Bapat 07:09
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Corey Huinker 07:17
Re: Floating point comparison inconsistencies of the geometric types Kyotaro HORIGUCHI 07:39
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress 📎 Michael Paquier 07:42
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Kyotaro HORIGUCHI 07:54
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Magnus Hagander 08:03
Re: WAL consistency check facility Kuntal Ghosh 08:53
[PATCH] Allow TAP tests to be run individually 📎 Craig Ringer 09:10
Re: [PATCH] pgpassfile connection option 📎 Julian Markwort 09:22
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Magnus Hagander 09:31
Re: [PATCH] Allow TAP tests to be run individually Michael Paquier 10:13
Re: Push down more full joins in postgres_fdw 📎 Ashutosh Bapat 10:22
Re: Declarative partitioning - another take 📎 Amit Langote 10:30
Re: Logical Replication WIP 📎 Petr Jelinek 10:41
Re: Logical Replication WIP Petr Jelinek 11:04
Re: Logical Replication WIP Petr Jelinek 11:12
Re: Logical Replication WIP Petr Jelinek 11:15
Re: Push down more UPDATEs/DELETEs in postgres_fdw 📎 Etsuro Fujita 11:30
Re: Shared memory estimation for postgres Craig Ringer 11:46
Re: Declarative partitioning - another take Ashutosh Bapat 11:49
Re: Push down more full joins in postgres_fdw Etsuro Fujita 11:50
Re: [RFC] Should we fix postmaster to avoid slow shutdown? 📎 Ashutosh Bapat 12:06
Re: Partition-wise join for join between (declaratively) partitioned tables 📎 Ashutosh Bapat 12:50
Re: Gather Merge Rushabh Lathia 12:56
Re: Gather Merge 📎 Rushabh Lathia 12:58
Re: Adding in docs the meaning of pg_stat_replication.sync_state 📎 Michael Paquier 13:03
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Andrew Dunstan 14:02
Re: pg_dump, pg_dumpall and data durability Albe Laurenz 14:03
Re: Patch: Implement failover on libpq connect level. Peter Eisentraut 14:03
Re: Improving RLS planning Stephen Frost 14:45
Re: Why PostgreSQL doesn't implement a semi sync replication? Francisco Olarte 15:03
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 16:10
Re: pg_sequence catalog Andreas Karlsson 17:53
Re: Why PostgreSQL doesn't implement a semi sync replication? Petr Jelinek 18:12
Re: [PATCH] Reload SSL certificates on SIGHUP 📎 Andreas Karlsson 18:40
Re: [PATCH] Reload SSL certificates on SIGHUP 📎 Andreas Karlsson 18:42
Re: Something is broken about connection startup Tom Lane 20:15

Nov. 12, 2016

Thread Author Time
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Amit Kapila 03:03
Re: pg_sequence catalog 📎 Andreas Karlsson 03:06
Re: Why PostgreSQL doesn't implement a semi sync replication? Craig Ringer 03:27
Re: pg_dump, pg_dumpall and data durability 📎 Michael Paquier 04:46
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Amit Kapila 04:58
Re: Contains and is contained by operators of inet datatypes Andreas Karlsson 05:13
Re: Hash Indexes 📎 Amit Kapila 05:49
Re: Why PostgreSQL doesn't implement a semi sync replication? 余森彬 06:56
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Pavan Deolasee 11:12
Re: Shared memory estimation for postgres Andres Freund 11:38
Re: pg_dump, pg_dumpall and data durability 📎 Michael Paquier 11:43
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Andres Freund 12:01
Re: [bug fix] Cascading standby cannot catch up and get stuck emitting the same message repeatedly Amit Kapila 12:31
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 13:04
Re: Patch to implement pg_current_logfile() function Gilles Darold 13:59
Re: [PATCH] Logical decoding timeline following take II Andres Freund 15:07
Re: pg_dump, pg_dumpall and data durability Dilip Kumar 15:17
Re: Pinning a buffer in TupleTableSlot is unnecessary Andres Freund 15:28
Re: move collation import to backend Andres Freund 15:38
Re: Proposal for changes to recovery.conf API Andres Freund 16:09
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Tom Lane 16:30
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 16:35
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Tom Lane 16:42
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Andres Freund 17:12
Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. Tom Lane 17:17
Re: Indirect indexes Andres Freund 17:28
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Magnus Hagander 17:30
Re: Do we need use more meaningful variables to replace 0 in catalog head files? 📎 Andrew Dunstan 17:30
xlogreader.c fails with FATAL on a cluster with 4kB block size Tomas Vondra 18:52
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 18:59
Re: PATCH: two slab-like memory allocators Andres Freund 19:12
Re: Logical Replication WIP Andres Freund 19:18
Re: Logical Replication WIP Andres Freund 19:19
More snapshot-management fun Tom Lane 19:23
Re: xlogreader.c fails with FATAL on a cluster with 4kB block size Tomas Vondra 19:45
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Jeff Janes 19:53
Re: proposal: psql \setfileref Pavel Stehule 20:44
Re: More snapshot-management fun Tom Lane 21:20
Re: pg_dump, pg_dumpall and data durability 📎 Michael Paquier 22:48

Nov. 13, 2016

Thread Author Time
Re: pg_dump, pg_dumpall and data durability Peter Eisentraut 03:00
Re: WAL consistency check facility Peter Eisentraut 03:06
Re: Logical Replication WIP Petr Jelinek 04:16
Re: Proposal: scan key push down to heap [WIP] 📎 Dilip Kumar 05:16
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Peter Eisentraut 05:20
Re: Logical Replication WIP Peter Eisentraut 05:40
Re: WAL consistency check facility Michael Paquier 07:06
Re: pg_dump, pg_dumpall and data durability Andres Freund 09:18
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Andres Freund 09:20
Re: Logical Replication WIP Andres Freund 09:21
Re: Do we need use more meaningful variables to replace 0 in catalog head files? 📎 Andres Freund 09:54
Re: Contains and is contained by operators of inet datatypes 📎 Emre Hasegeli 12:21
Re: Floating point comparison inconsistencies of the geometric types Emre Hasegeli 13:05
Re: Tackling JsonPath support Christian Convey 14:14
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Andrew Dunstan 14:48
Physical append-only tables Magnus Hagander 15:45
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 16:11
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 16:23
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Andres Freund 17:10
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Andres Freund 17:11
Re: Tackling JsonPath support Tom Lane 17:13
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 17:19
Re: [PATCH] Generic type subscription 📎 Dmitry Dolgov 17:52
Re: Tackling JsonPath support Pavel Stehule 18:26
Re: Contains and is contained by operators of inet datatypes Andreas Karlsson 18:28
Re: proposal: psql \setfileref 📎 Pavel Stehule 18:46
Re: Tackling JsonPath support Pavel Stehule 19:16
Re: Physical append-only tables Thomas Munro 20:19
ExplainOneQuery_hook ignored for EXPLAIN EXECUTE Andres Freund 20:34
Re: Improvements in psql hooks for variables Rahila Syed 20:50
Re: Exclude pg_largeobject form pg_dump 📎 Guillaume Lelarge 21:23
Re: Floating point comparison inconsistencies of the geometric types Emre Hasegeli 21:41
Re: Improving RLS planning 📎 Tom Lane 21:46
Re: Logical Replication WIP 📎 Steve Singer 22:02
Re: ExplainOneQuery_hook ignored for EXPLAIN EXECUTE Tom Lane 22:20
Re: ExplainOneQuery_hook ignored for EXPLAIN EXECUTE Andres Freund 22:28
Re: ExplainOneQuery_hook ignored for EXPLAIN EXECUTE Tom Lane 22:31
Re: [RFC] Should we fix postmaster to avoid slow shutdown? Tsunakawa, Takayuki 23:46

Nov. 14, 2016

Thread Author Time
Re: PATCH: two slab-like memory allocators Tomas Vondra 00:20
Re: Physical append-only tables Alvaro Herrera 01:35
Re: Patch: Implement failover on libpq connect level. 📎 Tsunakawa, Takayuki 02:02
Re: sequences and pg_upgrade Peter Eisentraut 02:51
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Kyotaro HORIGUCHI 03:49
Re: Minor improvement to delete.sgml Etsuro Fujita 03:55
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Michael Paquier 04:03
Re: Declarative partitioning - another take Amit Langote 05:16
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 06:01
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress 📎 Michael Paquier 06:09
Re: Declarative partitioning - another take Amit Langote 06:31
Re: [PATCH] Allow TAP tests to be run individually Craig Ringer 06:45
Re: 9.6 TAP tests and extensions 📎 Craig Ringer 06:55
[PATCH] PostgresNode.pm enhancements, pg_lsn helper, and some more recovery tests 📎 Craig Ringer 07:01
Re: [PATCH] PostgresNode.pm enhancements, pg_lsn helper, and some more recovery tests Craig Ringer 07:03
Re: Patch: Implement failover on libpq connect level. Mithun Cy 07:38
Re: Patch: Implement failover on libpq connect level. Mithun Cy 07:56
Re: Floating point comparison inconsistencies of the geometric types Kyotaro HORIGUCHI 08:05
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 08:07
Re: WIP: Covering + unique indexes Brad DeJong 08:17
Re: Quorum commit for multiple synchronous replication. Masahiko Sawada 08:39
Re: [PATCH] Allow TAP tests to be run individually 📎 Michael Paquier 08:52
Re: pg_dump, pg_dumpall and data durability 📎 Albe Laurenz 09:04
Re: pg_dump, pg_dumpall and data durability Michael Paquier 09:07
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Kyotaro HORIGUCHI 09:10
Re: [PATCH] Allow TAP tests to be run individually Craig Ringer 09:27
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Michael Paquier 09:29
Re: [RFC] Should we fix postmaster to avoid slow shutdown? Ashutosh Bapat 09:38
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Amit Kapila 09:56
Re: Gather Merge Thomas Munro 10:21
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Amit Kapila 10:25
Re: Floating point comparison inconsistencies of the geometric types Emre Hasegeli 10:41
Re: Patch: Implement failover on libpq connect level. Mithun Cy 11:05
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Amit Kapila 11:23
Re: Danger of automatic connection reset in psql Oleksandr Shulgin 11:41
Re: Transaction user id through logical decoding valeriof 11:45
Re: Physical append-only tables Magnus Hagander 14:26
Re: Physical append-only tables Tom Lane 14:39
Re: Physical append-only tables Magnus Hagander 14:41
Re: Partition-wise join for join between (declaratively) partitioned tables Robert Haas 14:45
Re: Minor improvement to delete.sgml Robert Haas 14:51
Re: Partition-wise join for join between (declaratively) partitioned tables Tom Lane 14:57
Re: Something is broken about connection startup Robert Haas 14:59
Re: [PATCH] Allow TAP tests to be run individually Peter Eisentraut 15:02
Re: Partition-wise join for join between (declaratively) partitioned tables Robert Haas 15:07
Re: Pinning a buffer in TupleTableSlot is unnecessary Robert Haas 15:09
Re: Logical Replication WIP Petr Jelinek 15:09
Re: Something is broken about connection startup Tom Lane 15:17
Re: Something is broken about connection startup Robert Haas 15:22
Re: Pinning a buffer in TupleTableSlot is unnecessary Tom Lane 15:23
Re: Something is broken about connection startup Tom Lane 15:26
Re: [bug fix] Cascading standby cannot catch up and get stuck emitting the same message repeatedly Robert Haas 15:31
Re: Pinning a buffer in TupleTableSlot is unnecessary Andres Freund 15:38
Re: Pinning a buffer in TupleTableSlot is unnecessary Robert Haas 15:40
Re: Proposal for changes to recovery.conf API Robert Haas 15:49
Re: Proposal for changes to recovery.conf API Robert Haas 15:50
Re: Proposal: scan key push down to heap [WIP] Robert Haas 16:00
Re: Proposal: scan key push down to heap [WIP] Dilip Kumar 16:14
Re: Pinning a buffer in TupleTableSlot is unnecessary Tom Lane 16:18
Re: Pinning a buffer in TupleTableSlot is unnecessary Robert Haas 17:00
Re: Pinning a buffer in TupleTableSlot is unnecessary Heikki Linnakangas 17:22
Re: Pinning a buffer in TupleTableSlot is unnecessary Tom Lane 17:32
Re: Pinning a buffer in TupleTableSlot is unnecessary Peter Geoghegan 17:54
Re: Pinning a buffer in TupleTableSlot is unnecessary Andres Freund 17:56
Re: Pinning a buffer in TupleTableSlot is unnecessary Tom Lane 18:12
Re: Pinning a buffer in TupleTableSlot is unnecessary Andres Freund 18:17
Re: Pinning a buffer in TupleTableSlot is unnecessary Peter Geoghegan 18:21

Browse Archives

Prev | Next