pgsql-hackers since 2017-03-30 04:51

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

March 30, 2017

Thread Author Time
Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)? Kyotaro HORIGUCHI 04:51
Re: Allow interrupts on waiting standby Tsunakawa, Takayuki 04:52
Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)? Venkata B Nagothi 04:59
Re: PATCH: Batch/pipelining support for libpq Vaishnavi Prabakaran 05:02
Re: Partition-wise join for join between (declaratively) partitioned tables Ashutosh Bapat 05:14
Re: Partition-wise join for join between (declaratively) partitioned tables 📎 Ashutosh Bapat 05:22
Somebody has not thought through subscription locking considerations Tom Lane 05:25
Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)? Kyotaro HORIGUCHI 05:46
Re: [WIP] RE: DECLARE STATEMENT setting up a connection in ECPG Haribabu Kommi 06:03
Re: Allow interrupts on waiting standby 📎 Michael Paquier 06:16
Re: Allow interrupts on waiting standby Tsunakawa, Takayuki 07:02
Re: [WIP] RE: DECLARE STATEMENT setting up a connection in ECPG Ideriha, Takeshi 07:11
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Fabien COELHO 07:20
Re: Logical decoding on standby 📎 Craig Ringer 08:07
inconsistent page found on STANDBY server 📎 Ashutosh Sharma 08:25
Re: Getting server crash after running sqlsmith tushar 08:33
Re: ANALYZE command progress checker Masahiko Sawada 08:39
Re: inconsistent page found on STANDBY server Amit Kapila 08:53
Re: Partitioning vs ON CONFLICT Ashutosh Bapat 09:02
Re: crashes due to setting max_parallel_workers=0 Rushabh Lathia 09:12
Re: Partitioning vs ON CONFLICT Amit Langote 09:13
Re: ANALYZE command progress checker vinayak 09:19
Re: Partitioned tables and relfilenode 📎 Amit Langote 09:24
Re: Partition-wise join for join between (declaratively) partitioned tables Ashutosh Bapat 09:35
Re: increasing the default WAL segment size Kuntal Ghosh 09:40
Re: Partitioning vs ON CONFLICT Amit Langote 09:54
Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)? Venkata B Nagothi 09:59
Re: Patch: Write Amplification Reduction Method (WARM) Dilip Kumar 09:59
Re: Supporting huge pages on Windows Amit Kapila 10:21
Re: Partition-wise join for join between (declaratively) partitioned tables Amit Langote 10:32
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Pavan Deolasee 10:37
Re: Partitioned tables and relfilenode Kyotaro HORIGUCHI 10:37
Re: New CORRESPONDING clause design 📎 Surafel Temesgen 11:11
Re: Patch: Write Amplification Reduction Method (WARM) 📎 Pavan Deolasee 11:13
Re: postgres_fdw bug in 9.6 Ashutosh Bapat 11:16
Re: sequence data type Vitaly Burovoy 11:46
Re: Patch: Write Amplification Reduction Method (WARM) Amit Kapila 11:57
Re: Partitioned tables and relfilenode 📎 Amit Langote 11:58
Re: [PROPOSAL] Temporal query processing with range types 📎 Peter Moser 12:11
Re: Page Scan Mode in Hash Index Jesper Pedersen 12:18
Re: Patch: Write Amplification Reduction Method (WARM) Pavan Deolasee 12:25
Re: [PATCH] Reduce src/test/recovery verbosity Stephen Frost 12:52
Re: [PATCH] Reduce src/test/recovery verbosity Michael Paquier 12:57
Re: [PATCH] Reduce src/test/recovery verbosity Alvaro Herrera 13:01
Re: [PATCH] Reduce src/test/recovery verbosity Craig Ringer 13:26
Re: Schedule and Release Management Team for PG10 Bruce Momjian 13:41
Typo in libpq 📎 Daniel Gustafsson 13:48
Re: [POC] A better way to expand hash indexes. Robert Haas 13:53
Re: Postgres Permissions Article Peter J. Holzer 13:57
Re: Patch: Write Amplification Reduction Method (WARM) Robert Haas 13:57
Re: multivariate statistics (v25) 📎 David Rowley 14:03
Re: Patch: Write Amplification Reduction Method (WARM) Pavan Deolasee 14:04
Re: Schedule and Release Management Team for PG10 Robert Haas 14:06
Re: Patch: Write Amplification Reduction Method (WARM) Amit Kapila 14:08
Re: Patch: Write Amplification Reduction Method (WARM) Robert Haas 14:25
Re: Logical decoding on standby 📎 Simon Riggs 14:26
Re: Logical decoding on standby Andres Freund 14:27
Re: Logical decoding on standby Simon Riggs 14:30
Re: Schedule and Release Management Team for PG10 Tom Lane 14:40
Re: Patch: Write Amplification Reduction Method (WARM) Petr Jelinek 14:49
Re: Schedule and Release Management Team for PG10 Alvaro Herrera 14:54
Re: Schedule and Release Management Team for PG10 Stephen Frost 14:56
Re: Schedule and Release Management Team for PG10 Petr Jelinek 14:57
Re: Schedule and Release Management Team for PG10 Magnus Hagander 14:59
Re: [POC] A better way to expand hash indexes. Mithun Cy 15:02
Re: [patch] reorder tablespaces in basebackup tar stream for backup_label Fujii Masao 15:06
Re: [PATCH] Reduce src/test/recovery verbosity Tom Lane 15:08
Re: Re: proposal - psql: possibility to specify sort for describe commands, when size is printed Alexander Korotkov 15:09
Re: Guidelines for GSoC student proposals / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions Kevin Grittner 15:22
Re: WIP: Covering + unique indexes. Teodor Sigaev 15:25
Re: WIP: Covering + unique indexes. 📎 Teodor Sigaev 15:26
Re: Patch: Write Amplification Reduction Method (WARM) Andres Freund 15:41
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Tom Lane 15:45
Re: [pgsql-students] GSoC 2017 Proposal for "Explicitly support predicate locks in index access methods besides btree" Kevin Grittner 15:47
Re: [POC] A better way to expand hash indexes. Robert Haas 15:49
Re: Re: proposal - psql: possibility to specify sort for describe commands, when size is printed Pavel Stehule 15:49
Re: Patch: Write Amplification Reduction Method (WARM) Robert Haas 15:50
Re: GSoC 2017 Proposal for "Explicitly support predicate locks in index access methods besides btree" Kevin Grittner 15:55
Re: PDF build is broken Devrim Gündüz 16:03
Re: WIP: Covering + unique indexes. Aleksander Alekseev 16:12
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Fabien COELHO 16:22
Re: pgsql: Allow vacuums to report oldestxmin Fujii Masao 16:45
Re: WIP: Covering + unique indexes. Robert Haas 16:49
Re: delta relations in AFTER triggers 📎 Kevin Grittner 16:51
Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) Tom Lane 16:54
Re: Schedule and Release Management Team for PG10 Joe Conway 16:54
pgsql: Support \if ... \elif ... \else ... \endif in psql scripting. Tom Lane 16:59
Use \if ... \elif ... \else ... \endif to simplify alternative in psql scripting. Andres Freund 17:03
Re: Use \if ... \elif ... \else ... \endif to simplify alternative in psql scripting. Tom Lane 17:12
Re: Logical decoding on standby Andres Freund 17:16
Re: Logical decoding on standby Andres Freund 17:16
Re: [PATCH] Generic type subscripting 📎 Dmitry Dolgov 17:18
Re: Monitoring roles patch Simon Riggs 17:29
Variable substitution in psql backtick expansion Tom Lane 17:33
Re: [PATCH] Generic type subscripting Arthur Zakirov 17:36
Re: Patch: Write Amplification Reduction Method (WARM) Bruce Momjian 17:47
Re: [COMMITTERS] pgsql: Logical replication support for initial data copy Fujii Masao 18:04
Re: PATCH: Batch/pipelining support for libpq Daniel Verite 18:12
pgsql: Default monitoring roles Simon Riggs 18:20
Re: Monitoring roles patch Simon Riggs 18:24
Re: pgsql: Default monitoring roles Erik Rijkers 18:31
Re: [POC] A better way to expand hash indexes. 📎 Mithun Cy 18:36
strange parallel query behavior after OOM crashes Tomas Vondra 18:38
Re: Logical decoding on standby Simon Riggs 18:40
Re: pgsql: Default monitoring roles Simon Riggs 18:57
Re: strange parallel query behavior after OOM crashes Thomas Munro 19:02
Re: WIP: Covering + unique indexes. Andres Freund 19:11
Re: WIP: Covering + unique indexes. Aleksander Alekseev 19:27
Re: [COMMITTERS] pgsql: Default monitoring roles Tom Lane 19:27
Re: New CORRESPONDING clause design 📎 Pavel Stehule 19:29
Re: Monitoring roles patch Dave Page 19:31
Re: pgsql: Default monitoring roles Dave Page 19:36
Re: New CORRESPONDING clause design Tom Lane 19:43
Re: Other formats in pset like markdown, rst, mediawiki Pavel Stehule 19:53
Re: New CORRESPONDING clause design Pavel Stehule 19:55
Re: Postgres Permissions Article Paul Jungwirth 20:19
Re: [COMMITTERS] pgsql: Default monitoring roles 📎 Tom Lane 20:20
Re: [PATCH] Reduce src/test/recovery verbosity Stephen Frost 20:29
Re: strange parallel query behavior after OOM crashes Kuntal Ghosh 20:35
REFERENCES privilege should not be symmetric (was Re: Postgres Permissions Article) Tom Lane 20:45
Re: Logical decoding on standby Andres Freund 20:49
Re: WIP: Covering + unique indexes. Anastasia Lubennikova 21:22
Re: strange parallel query behavior after OOM crashes 📎 Kuntal Ghosh 21:29
Re: Logical replication existing data copy Erik Rijkers 21:44
Re: [PATCH] few fts functions for jsonb Andrew Dunstan 22:01
End of CommitFest + Feature Freeze Delayed To April 7th Robert Haas 22:16
release notes for v10 Robert Haas 22:23
Something broken around FDW connection close David Rowley 23:28

March 31, 2017

Thread Author Time
Re: strange parallel query behavior after OOM crashes Neha Khatri 00:13
Re: Somebody has not thought through subscription locking considerations Petr Jelinek 00:53
Re: Guidelines for GSoC student proposals / Eliminate O(N^2) scaling from rw-conflict tracking in serializable transactions Mengxing Liu 01:41
tuple-routing and constraint violation error message, revisited 📎 Amit Langote 02:13
Re: [PATCH] Generic type subscripting Dmitry Dolgov 02:32
Re: Supporting huge pages on Windows 📎 Tsunakawa, Takayuki 02:35
Re: sequence data type Vitaly Burovoy 02:39
Re: Bug in Physical Replication Slots (at least 9.5)? Venkata B Nagothi 02:40
Re: [POC] A better way to expand hash indexes. Robert Haas 02:40
Re: sequence data type 📎 Vitaly Burovoy 02:47
Re: identity columns Vitaly Burovoy 02:57
Re: release notes for v10 Bruce Momjian 03:16
Re: Variable substitution in psql backtick expansion Michael Paquier 03:28
Re: Something broken around FDW connection close Etsuro Fujita 03:32
Re: [PATCH] few fts functions for jsonb 📎 Dmitry Dolgov 03:43
Re: WIP: [[Parallel] Shared] Hash 📎 Rafia Sabih 03:43
Re: Something broken around FDW connection close Kyotaro HORIGUCHI 03:52
Re: Logical decoding on standby Craig Ringer 03:52
Re: Declarative partitioning vs. information_schema Amit Langote 04:03
Re: postgres_fdw IMPORT SCHEMA and partitioned tables 📎 Michael Paquier 04:23
Re: [patch] reorder tablespaces in basebackup tar stream for backup_label Michael Paquier 04:37
Re: postgres_fdw IMPORT SCHEMA and partitioned tables Amit Langote 04:37
Re: strange parallel query behavior after OOM crashes Kuntal Ghosh 04:42
Re: postgres_fdw IMPORT SCHEMA and partitioned tables 📎 Michael Paquier 04:46
Re: Logical decoding on standby Craig Ringer 04:49
Re: postgres_fdw IMPORT SCHEMA and partitioned tables Amit Langote 04:51
Re: WIP: [[Parallel] Shared] Hash 📎 Thomas Munro 04:53
Re: [PATCH] Reduce src/test/recovery verbosity Craig Ringer 04:55
Re: [BUGS] Bug in Physical Replication Slots (at least 9.5)? 📎 Kyotaro HORIGUCHI 05:05
Re: increasing the default WAL segment size Beena Emerson 05:10
Re: [patch] reorder tablespaces in basebackup tar stream for backup_label Kyotaro HORIGUCHI 05:11
Re: [POC] A better way to expand hash indexes. 📎 Mithun Cy 05:15
Re: Other formats in pset like markdown, rst, mediawiki Jan Michálek 05:17
Re: New CORRESPONDING clause design 📎 Pavel Stehule 05:30
Re: Logical decoding on standby Craig Ringer 05:38
Re: REINDEX CONCURRENTLY 2.0 Michael Paquier 05:48
Re: increasing the default WAL segment size Kuntal Ghosh 05:50
Re: increasing the default WAL segment size Beena Emerson 05:52
Re: [PATCH] Generic type subscripting Arthur Zakirov 05:58
Re: Somebody has not thought through subscription locking considerations Masahiko Sawada 06:08
Re: REINDEX CONCURRENTLY 2.0 Michael Paquier 06:27
Re: Allow interrupts on waiting standby 📎 Michael Paquier 06:47
Re: Partitioned tables and relfilenode Kyotaro HORIGUCHI 06:50
Re: gitlab post-mortem: pg_basebackup waiting for checkpoint Magnus Hagander 06:59
Re: Typo in libpq Magnus Hagander 07:01
Re: Patch: Write Amplification Reduction Method (WARM) Dilip Kumar 07:01
Re: Implementation of SASLprep for SCRAM-SHA-256 📎 Michael Paquier 07:10
[bug fix] Savepoint-related statements terminates connection 📎 Tsunakawa, Takayuki 07:10
Re: Partitioned tables and relfilenode 📎 Amit Langote 07:17
Parallel query execution with SPI Konstantin Knizhnik 07:33
Re: Allow interrupts on waiting standby Tsunakawa, Takayuki 07:46
Foreign tables don't enforce the partition constraint Amit Langote 08:06
Re: REINDEX CONCURRENTLY 2.0 Andreas Karlsson 08:12
Re: multivariate statistics (v25) Kyotaro HORIGUCHI 08:18
Re: Partitioned tables and relfilenode Kyotaro HORIGUCHI 08:33
Re: UPDATE of partition key Amit Langote 08:34
Re: Something broken around FDW connection close David Rowley 08:44
Re: multivariate statistics (v25) David Rowley 09:05
Re: Foreign tables don't enforce the partition constraint Ashutosh Bapat 09:11
Re: show "aggressive" or not in autovacuum logs Masahiko Sawada 09:20
Re: ANALYZE command progress checker Masahiko Sawada 09:32
Re: Other formats in pset like markdown, rst, mediawiki Pierre Ducroquet 10:01
Re: LWLock optimization for multicore Power machines 📎 Alexander Korotkov 10:38
Re: Parallel query execution with SPI Robert Haas 10:48
Re: WIP: Covering + unique indexes. Robert Haas 10:55
Re: Supporting huge pages on Windows Amit Kapila 11:03
Re: Parallel query execution with SPI Rafia Sabih 11:06
Re: TPC-H Q20 from 1 hour to 19 hours! Amit Kapila 11:43
Re: Variable substitution in psql backtick expansion Corey Huinker 11:50
Re: Patch: Write Amplification Reduction Method (WARM) Simon Riggs 11:53
Re: TPC-H Q20 from 1 hour to 19 hours! 📎 Rafia Sabih 11:53
Re: postgres_fdw bug in 9.6 📎 Etsuro Fujita 12:50

Browse Archives

Prev | Next