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

Thread Author Time
Re: pg_dump, pg_dumpall and data durability Michael Paquier 00:07
Re: pg_dump, pg_dumpall and data durability Michael Paquier 00:14
Re: WAL logging problem in 9.4.3? Michael Paquier 00:27
Re: Minor code improvement to postgresGetForeignJoinPaths Tatsuro Yamada 01:09
Re: Radix tree for character conversion 📎 Daniel Gustafsson 01:19
Re: Patch to implement pg_current_logfile() function Robert Haas 01:51
Re: commitfest 2016-11 status summary Robert Haas 01:53
Re: commitfest 2016-11 status summary Michael Paquier 02:08
Re: WIP: About CMake v2 Michael Paquier 02:12
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Hao Lee 02:20
Re: Bug in comparison of empty jsonb arrays to scalars Michael Paquier 02:49
Re: WIP: About CMake v2 Craig Ringer 02:52
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Craig Ringer 02:54
Re: WIP: About CMake v2 Tom Lane 03:47
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 04:44
Re: Dumb mistakes in WalSndWriteData() 📎 Michael Paquier 05:01
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Michael Paquier 05:03
Adding in docs the meaning of pg_stat_replication.sync_state 📎 Michael Paquier 05:33
Re: [PATCH] Reload SSL certificates on SIGHUP 📎 Michael Paquier 05:54
Re: Password identifiers, protocol aging and SCRAM protocol Victor Wagner 06:13
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 06:23
Re: WAL logging problem in 9.4.3? Michael Paquier 06:55
Re: Password identifiers, protocol aging and SCRAM protocol Victor Wagner 06:59
Re: Radix tree for character conversion 📎 Kyotaro HORIGUCHI 08:38
Re: WIP: About CMake v2 Yury Zhuravlev 09:52
Re: pgbench - allow backslash continuations in \set expressions Fabien COELHO 09:58
Re: [PATCH] Reload SSL certificates on SIGHUP Andreas Karlsson 10:46
Re: pgbench - allow backslash continuations in \set expressions Rafia Sabih 10:50
Re: Declarative partitioning - another take 📎 Amit Langote 11:14
Incorrect XLogRegisterBuffer flag for revmapbuf in brin 📎 Kuntal Ghosh 12:33
Re: IPv6 link-local addresses and init data type Peter Eisentraut 14:02
Re: Hash Indexes Amit Kapila 14:04
Re: Write Ahead Logging for Hash Indexes Amit Kapila 14:10
Re: WAL consistency check facility 📎 Kuntal Ghosh 14:32
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 14:47
Re: Patch: Implement failover on libpq connect level. 📎 Mithun Cy 15:05
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Amit Langote 15:29
Re: Hash Indexes Robert Haas 15:40
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 15:47
Performance degradation in Bitmapscan (commit 75ae538bc3168bf44475240d4e0487ee2f3bb376) Dilip Kumar 15:47
Re: Hash Indexes Amit Kapila 16:41
Unlogged tables cleanup Konstantin Knizhnik 16:56
Re: WIP: About CMake v2 Yury Zhuravlev 16:58
Re: Declarative partitioning - another take Robert Haas 17:00
Re: Declarative partitioning - another take Robert Haas 17:10
Re: Hash Indexes Robert Haas 17:11
Is user_catalog_table sensible for matviews? Tom Lane 17:17
Re: Incorrect overflow check condition for WAL segment size Markus Nullmeier 17:54
Re: Is user_catalog_table sensible for matviews? Robert Haas 17:55
Re: Incorrect overflow check condition for WAL segment size Robert Haas 17:58
Re: PassDownLimitBound for ForeignScan/CustomScan [take-2] Robert Haas 18:08
Re: PassDownLimitBound for ForeignScan/CustomScan [take-2] Robert Haas 18:12
Re: IPv6 link-local addresses and init data type Robert Haas 18:13
Re: Copying Permissions Robert Haas 18:18
Re: Danger of automatic connection reset in psql Robert Haas 18:24
Re: Bug in comparison of empty jsonb arrays to scalars Robert Haas 18:27
Re: IPv6 link-local addresses and init data type Tom Lane 18:29
Re: patch proposal Jaime Casanova 18:29
Re: Unlogged tables cleanup Robert Haas 18:29
Re: Copying Permissions Tom Lane 18:35
Re: Copying Permissions Corey Huinker 19:54
Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan. Tom Lane 20:17
Re: Hash Indexes Robert Haas 21:27
pgsql: pgbench: Allow the transaction log file prefix to be changed. Robert Haas 21:34
Re: Specifying the log file name of pgbench -l option Robert Haas 21:34
Re: Copying Permissions Robert Haas 21:41
Re: proposal: psql \setfileref Tom Lane 21:47
Re: pgsql: pgbench: Allow the transaction log file prefix to be changed. Tom Lane 21:51
Referential integrity on large objects Marc Balmer 22:05
Re: Bug in comparison of empty jsonb arrays to scalars Michael Paquier 22:15
Re: Bug in comparison of empty jsonb arrays to scalars Tom Lane 22:37
Re: C based plugins, clocks, locks, and configuration variables Clifford Hammerschmidt 23:18
Re: PassDownLimitBound for ForeignScan/CustomScan [take-2] Kouhei Kaigai 23:49
Re: PassDownLimitBound for ForeignScan/CustomScan [take-2] Kouhei Kaigai 23:59

Nov. 10, 2016

Thread Author Time
Re: Parallel tuplesort (for parallel B-Tree index creation) 📎 Robert Haas 00:01
Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Robert Haas 00:03
Re: C based plugins, clocks, locks, and configuration variables Craig Ringer 00:17
Re: C based plugins, clocks, locks, and configuration variables Craig Ringer 00:19
Re: Is user_catalog_table sensible for matviews? Craig Ringer 00:21
Re: Fwd: Re: [CORE] temporal tables (SQL2011) Craig Ringer 00:26
Re: Add support for SRF and returning composites to pl/tcl 📎 Jim Nasby 00:41
Re: Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 00:54
Re: Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 01:03
Re: Parallel tuplesort (for parallel B-Tree index creation) Robert Haas 02:57
Re: Declarative partitioning - another take Amit Langote 02:58
Re: Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Tom Lane 03:08
Re: Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Michael Paquier 03:12
Re: Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 03:18
Re: Hash Indexes Amit Kapila 04:04
Re: Re: [COMMITTERS] pgsql: pgbench: Allow the transaction log file prefix to be changed. Robert Haas 04:17
Re: pg_sequence catalog 📎 Peter Eisentraut 04:29
Re: WAL consistency check facility 📎 Michael Paquier 04:55
Re: Incorrect XLogRegisterBuffer flag for revmapbuf in brin Michael Paquier 05:08
Re: [bug fix] Cascading standby cannot catch up and get stuck emitting the same message repeatedly Tsunakawa, Takayuki 05:13
Re: pg_sequence catalog Andreas Karlsson 05:27
Re: Dynamic shared memory areas 📎 Thomas Munro 05:37
Re: pg_hba_file_settings view patch 📎 Haribabu Kommi 06:10
Re: [PATCH] Reload SSL certificates on SIGHUP Michael Paquier 06:16
Re: macaddr 64 bit (EUI-64) datatype support Haribabu Kommi 06:42
Re: Bug in comparison of empty jsonb arrays to scalars 📎 Michael Paquier 06:54
Re: Unlogged tables cleanup Michael Paquier 07:17
Re: Fwd: Re: [CORE] temporal tables (SQL2011) Stefan Scheid 07:17
Re: Unlogged tables cleanup konstantin knizhnik 07:23
Re: Unlogged tables cleanup Michael Paquier 07:33
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 07:41
Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan. Etsuro Fujita 07:44
Re: Bug in comparison of empty jsonb arrays to scalars Ali Akbar 07:53
Re: Unlogged tables cleanup Michael Paquier 08:15
Re: Bug in comparison of empty jsonb arrays to scalars Nikita Glukhov 09:25
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Magnus Hagander 10:00
Re: Unlogged tables cleanup 📎 Michael Paquier 10:12
Re: Floating point comparison inconsistencies of the geometric types Kyotaro HORIGUCHI 10:33
Re: Is user_catalog_table sensible for matviews? Andres Freund 11:54
Re: Improving RLS planning Dean Rasheed 11:56
Re: Improving RLS planning Dean Rasheed 12:17
Re: Declarative partitioning - another take 📎 Amit Langote 12:40
Re: Floating point comparison inconsistencies of the geometric types Emre Hasegeli 12:41
Re: Adding in docs the meaning of pg_stat_replication.sync_state Fujii Masao 13:35
switching documentation build to XSLT 📎 Peter Eisentraut 13:49
Re: Unlogged tables cleanup Kuntal Ghosh 13:52
Re: Improving RLS planning Stephen Frost 14:25
Re: Is user_catalog_table sensible for matviews? Tom Lane 14:27
Re: Copying Permissions Stephen Frost 14:36
Re: proposal: psql \setfileref Pavel Stehule 14:40
Re: Bug in comparison of empty jsonb arrays to scalars Tom Lane 14:44
Re: Copying Permissions Stephen Frost 14:45
Re: Patch: Implement failover on libpq connect level. Mithun Cy 14:59
Re: WAL consistency check facility Kuntal Ghosh 15:02
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Stephen Frost 15:28
Re: WAL consistency check facility Robert Haas 16:36
Re: Improving RLS planning Tom Lane 17:12
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress David Steele 17:33
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Joshua D. Drake 17:40
Re: [PATCH] Reload SSL certificates on SIGHUP Andreas Karlsson 17:49
Re: proposal: psql \setfileref Tom Lane 17:56
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress Stephen Frost 18:03
Re: Fix checkpoint skip logic on idle systems by tracking LSN progress David Steele 18:23
Re: proposal: psql \setfileref Pavel Stehule 18:53
Re: Declarative partitioning - another take Robert Haas 19:04
Re: Improving RLS planning Dean Rasheed 19:07
Re: WIP: About CMake v2 Yury Zhuravlev 19:15
Re: Re: [BUGS] BUG #14350: VIEW with INSTEAD OF INSERT TRIGGER and COPY. Missing feature or working as designed. Tom Lane 19:15
Re: WIP: About CMake v2 Mark Kirkwood 19:32
Re: WIP: About CMake v2 Tom Lane 19:40
checkpoint_flush_after and friends Jeff Janes 20:13
Re: checkpoint_flush_after and friends Andres Freund 20:17
Re: checkpoint_flush_after and friends Jeff Janes 20:47
Re: Improvements in psql hooks for variables Daniel Verite 21:27
Re: Declarative partitioning - another take Robert Haas 21:51
Re: WAL consistency check facility Michael Paquier 22:06
Re: Logical Replication WIP Petr Jelinek 22:31
Something is broken about connection startup Tom Lane 22:51
Shared memory estimation for postgres leoaaryan 22:57
Re: Something is broken about connection startup Tom Lane 23:04
Re: Shared memory estimation for postgres John Scalia 23:11
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Corey Huinker 23:19
Re: Shared memory estimation for postgres leoaaryan 23:40
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 23:41
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Jan de Visser 23:51

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

Browse Archives

Prev | Next