pgsql-hackers since 2016-11-15 20:55

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. 15, 2016

Thread Author Time
pgsql: Account for catalog snapshot in PGXACT->xmin updates. Tom Lane 20:55
Re: Parallel execution and prepared statements 📎 Tobias Bussmann 20:57
Re: Something is broken about connection startup Tom Lane 20:57
Re: Patch to implement pg_current_logfile() function 📎 Karl O. Pinc 21:15
Re: Patch to implement pg_current_logfile() function 📎 Karl O. Pinc 21:20
Re: Dynamic shared memory areas 📎 Thomas Munro 22:09
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 22:12
Re: Do we need use more meaningful variables to replace 0 in catalog head files? Greg Stark 22:23
Re: Re: Do we need use more meaningful variables to replace 0 in catalog head files? Tom Lane 23:00

Nov. 16, 2016

Thread Author Time
Re: Dynamic shared memory areas Robert Haas 01:31
Use of pg_proc.probin is legal? Kohei KaiGai 01:33
Re: WIP: About CMake v2 📎 Mark Kirkwood 01:43
Re: Push down more UPDATEs/DELETEs in postgres_fdw Etsuro Fujita 02:55
Re: WIP: About CMake v2 Mark Kirkwood 03:00
Re: Quorum commit for multiple synchronous replication. 📎 Masahiko Sawada 03:08
Re: WIP: About CMake v2 📎 Mark Kirkwood 03:45
Re: Push down more UPDATEs/DELETEs in postgres_fdw Ashutosh Bapat 04:10
Re: Patch: Implement failover on libpq connect level. Mithun Cy 04:31
Re: [PATCH] Logical decoding timeline following take II 📎 Craig Ringer 04:44
Document how to set up TAP tests for Perl 5.8.8 📎 Craig Ringer 04:48
regression tests fails 📎 Pavel Stehule 04:54
Re: [PATCH] Logical decoding timeline following take II 📎 Craig Ringer 04:55
Re: Patch: Implement failover on libpq connect level. Tatsuo Ishii 05:03
pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 07:06
Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013 Noah Misch 07:22
Re: Adding the optional clause 'AS' in CREATE TRIGGER Okano, Naoki 07:31
Re: Document how to set up TAP tests for Perl 5.8.8 Noah Misch 07:32
Re: Push down more UPDATEs/DELETEs in postgres_fdw Etsuro Fujita 07:38
Re: Fractal tree indexing 📎 Andrew Borodin 07:46
Re: WIP: About CMake v2 Yury Zhuravlev 08:05
Re: WIP: About CMake v2 Yury Zhuravlev 08:22
Re: Push down more full joins in postgres_fdw Ashutosh Bapat 09:14
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Magnus Hagander 09:38
Re: Gather Merge 📎 Rushabh Lathia 09:40
Re: pg_hba_file_settings view patch 📎 Ashutosh Bapat 11:10
Re: Performance degradation in Bitmapscan (commit 75ae538bc3168bf44475240d4e0487ee2f3bb376) Dilip Kumar 11:15
Re: Snapshot too old logging Magnus Hagander 12:12
Re: Snapshot too old logging Robert Haas 12:42
Re: Password identifiers, protocol aging and SCRAM protocol Robert Haas 12:46
Re: Snapshot too old logging Kevin Grittner 13:39
Re: Parallel execution and prepared statements Amit Kapila 13:40
Re: Parallel execution and prepared statements Amit Kapila 13:41
Re: Parallel execution and prepared statements Robert Haas 13:47
Re: Patch: Implement failover on libpq connect level. Robert Haas 13:50
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 14:02
Re: [HACKERS] Patch: Implement failover on libpq connect level. Kevin Grittner 14:02
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Magnus Hagander 14:09
Re: switching documentation build to XSLT Peter Eisentraut 14:17
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Erik Rijkers 14:29
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Tom Lane 14:46
Re: [HACKERS] Patch: Implement failover on libpq connect level. Robert Haas 15:13
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Andrew Dunstan 15:16
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Robert Haas 15:25
Re: Parallel execution and prepared statements Tobias Bussmann 15:25
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Robert Haas 15:33
Re: Parallel execution and prepared statements Robert Haas 15:35
Re: WIP: About CMake v2 Robert Haas 15:40
Re: Use of pg_proc.probin is legal? Tom Lane 15:46
Re: proposal: psql \setfileref Robert Haas 15:59
Re: Document how to set up TAP tests for Perl 5.8.8 Michael Paquier 16:01
Re: proposal: psql \setfileref Pavel Stehule 16:15
Re: Patch to implement pg_current_logfile() function 📎 Karl O. Pinc 16:38
Re: quieting DEBUG3 📎 Robert Haas 16:53
Re: proposal: psql \setfileref Tom Lane 16:58
Re: quieting DEBUG3 Alvaro Herrera 17:00
Re: Patch: Implement failover on libpq connect level. Catalin Iacob 17:00
Re: Avoiding pin scan during btree vacuum 📎 Alvaro Herrera 17:43
Re: Password identifiers, protocol aging and SCRAM protocol 📎 Michael Paquier 18:53
Re: Patch: Implement failover on libpq connect level. Robert Haas 18:55
Re: Password identifiers, protocol aging and SCRAM protocol Robert Haas 19:24
Re: proposal: psql \setfileref Pavel Stehule 19:28
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Robert Haas 19:34
pg_dump versus rules, once again Tom Lane 19:39
Re: Unlogged tables cleanup Robert Haas 19:45
Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Alvaro Herrera 20:38
Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013 📎 Christian Ullrich 20:45
Re: Unlogged tables cleanup 📎 Michael Paquier 20:54
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 20:59
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 21:00
Re: amcheck (B-Tree integrity checking tool) Andres Freund 21:03
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 21:10
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 21:11
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Erik Rijkers 21:14
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Alvaro Herrera 21:23
Re: Hash Indexes Robert Haas 21:38
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Tom Lane 21:48
Re: WIP: About CMake v2 Mark Kirkwood 22:14
Re: WIP: About CMake v2 Michael Paquier 22:22
Re: commitfest 2016-11 status summary Haribabu Kommi 23:30
Re: pg_dump / copy bugs with "big lines" ? Haribabu Kommi 23:42
Re: Improve OOM handling in pg_locale.c Haribabu Kommi 23:52
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 23:56

Nov. 17, 2016

Thread Author Time
Re: Password identifiers, protocol aging and SCRAM protocol Robert Haas 00:29
Re: Password identifiers, protocol aging and SCRAM protocol Andres Freund 00:36
Re: amcheck (B-Tree integrity checking tool) Thomas Munro 01:06
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 01:10
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Peter Eisentraut 01:15
partial documentation builds Peter Eisentraut 01:23
Re: Fun fact about autovacuum and orphan temp tables Haribabu Kommi 01:24
Re: [PATCH] Better logging of COPY queries if log_statement='all' Haribabu Kommi 01:57
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 02:00
Re: Document how to set up TAP tests for Perl 5.8.8 Craig Ringer 02:00
Re: [HACKERS] Patch: Implement failover on libpq connect level. Craig Ringer 02:09
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 02:29
Re: Document how to set up TAP tests for Perl 5.8.8 Kyotaro HORIGUCHI 02:31
Re: Document how to set up TAP tests for Perl 5.8.8 Craig Ringer 02:42
Re: [HACKERS] Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 02:49
Re: Password identifiers, protocol aging and SCRAM protocol 📎 Robert Haas 02:51
Re: Document how to set up TAP tests for Perl 5.8.8 Craig Ringer 02:54
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 02:56
Re: Patch: Implement failover on libpq connect level. Robert Haas 02:57
Re: Document how to set up TAP tests for Perl 5.8.8 Kyotaro HORIGUCHI 02:59
Re: pg_dump versus rules, once again 📎 Tom Lane 03:00
Re: pg_dump versus rules, once again Robert Haas 03:06
Re: Unlogged tables cleanup Robert Haas 03:09
Re: pg_dump versus rules, once again Tom Lane 03:14
Re: Document how to set up TAP tests for Perl 5.8.8 Kyotaro HORIGUCHI 03:16
Re: Improve OOM handling in pg_locale.c Mithun Cy 03:24
Re: pg_dump versus rules, once again Robert Haas 03:45
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 04:04
Re: Fun fact about autovacuum and orphan temp tables Michael Paquier 04:14
Re: Re: [sqlsmith] FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200) Michael Paquier 04:18
Re: Document how to set up TAP tests for Perl 5.8.8 Michael Paquier 04:23
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 04:28
Re: Unlogged tables cleanup Michael Paquier 04:55
Re: Remove the comment on the countereffectiveness of large shared_buffers on Windows Tsunakawa, Takayuki 05:30
Re: Push down more full joins in postgres_fdw 📎 Etsuro Fujita 05:55
Re: [bug fix] Cascading standby cannot catch up and get stuck emitting the same message repeatedly Tsunakawa, Takayuki 06:10
Re: Exclude pg_largeobject form pg_dump Amul Sul 06:15
Re: Document how to set up TAP tests for Perl 5.8.8 Craig Ringer 06:47
Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default Erik Rijkers 06:53
Assignment of valid collation for SET operations on queries with UNKNOWN types. 📎 Rahila Syed 07:26
Re: WIP: About CMake v2 Yury Zhuravlev 09:35
Re: proposal: psql \setfileref 📎 Pavel Stehule 11:00
Re: pg_hba_file_settings view patch Ashutosh Bapat 11:13
Re: Declarative partitioning - another take 📎 Amit Langote 11:27
Re: Patch: Implement failover on libpq connect level. 📎 Mithun Cy 11:33
Re: [PATCH] Generic type subscription Dmitry Dolgov 11:56
Re: A bug in UCS_to_most.pl Kyotaro HORIGUCHI 12:24
Re: Unlogged tables cleanup Robert Haas 15:06
Re: Parallel execution and prepared statements Tobias Bussmann 15:07
Re: Assignment of valid collation for SET operations on queries with UNKNOWN types. Tom Lane 15:29
Re: Fun fact about autovacuum and orphan temp tables Robert Haas 15:37
Re: Parallel execution and prepared statements Robert Haas 15:39
Re: Patch to implement pg_current_logfile() function Karl O. Pinc 15:43
Re: Use of pg_proc.probin is legal? Kohei KaiGai 16:08
Re: Password identifiers, protocol aging and SCRAM protocol Robert Haas 16:12
[BUG?] pg_event_trigger_ddl_commands() error with ALTER TEXT SEARCH CONFIGURATION 📎 Artur Zakirov 16:27
Re: Avoiding pin scan during btree vacuum Alvaro Herrera 16:37
Re: Declarative partitioning - another take Robert Haas 16:43
Re: Hash Indexes Amit Kapila 17:05
Re: Hash Indexes Robert Haas 17:24
Re: Vacuum: allow usage of more than 1GB of work mem Masahiko Sawada 17:34
Re: Vacuum: allow usage of more than 1GB of work mem Claudio Freire 17:51
Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier 17:51
Re: patch: function xmltable Alvaro Herrera 18:22
Re: Fun fact about autovacuum and orphan temp tables 📎 Michael Paquier 18:41
Re: Vacuum: allow usage of more than 1GB of work mem 📎 Claudio Freire 18:42
Re: proposal: psql \setfileref 📎 Pavel Stehule 18:53
Re: Declarative partitioning - another take Robert Haas 19:14
Re: Fun fact about autovacuum and orphan temp tables Robert Haas 19:16
Re: DECLARE STATEMENT setting up a connection in ECPG Michael Meskes 19:45
Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan 20:04
Mail thread references in commits Andrew Dunstan 21:02
Re: Mail thread references in commits Andres Freund 21:06
Re: Mail thread references in commits Robert Haas 21:14
Re: [BUG?] pg_event_trigger_ddl_commands() error with ALTER TEXT SEARCH CONFIGURATION Alvaro Herrera 21:17
Re: Mail thread references in commits Alvaro Herrera 21:21
Re: Mail thread references in commits Alvaro Herrera 21:23
Re: Fun fact about autovacuum and orphan temp tables Michael Paquier 21:25
Re: Mail thread references in commits Tom Lane 21:26
Re: Vacuum: allow usage of more than 1GB of work mem Robert Haas 21:34
Re: Vacuum: allow usage of more than 1GB of work mem Robert Haas 21:38
Re: Document how to set up TAP tests for Perl 5.8.8 Robert Haas 21:41
Re: Vacuum: allow usage of more than 1GB of work mem Claudio Freire 21:54
Re: Mail thread references in commits Andrew Dunstan 22:10
Re: Contains and is contained by operators of inet datatypes Tom Lane 22:14
Re: quieting DEBUG3 Robert Haas 22:14
Re: Document how to set up TAP tests for Perl 5.8.8 📎 Craig Ringer 22:39
Re: Document how to set up TAP tests for Perl 5.8.8 Michael Paquier 23:10
Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan 23:17

Nov. 18, 2016

Thread Author Time
Re: Document how to set up TAP tests for Perl 5.8.8 Craig Ringer 00:15
Re: Patch: Implement failover on libpq connect level. Tsunakawa, Takayuki 01:09
Re: Declarative partitioning - another take Amit Langote 01:18
Re: Mail thread references in commits Alvaro Herrera 01:38
Use procsignal_sigusr1_handler and RecoveryConflictInterrupt() from walsender? 📎 Craig Ringer 02:57
Re: Patch: Implement failover on libpq connect level. Craig Ringer 03:08
Re: Push down more UPDATEs/DELETEs in postgres_fdw 📎 Etsuro Fujita 03:26
Re: Mail thread references in commits Joshua Drake 03:43
Re: Parallel bitmap heap scan Amit Khandekar 04:29
WAL recycle retading based on active sync rep. 📎 Kyotaro HORIGUCHI 05:12
Re: PATCH: Batch/pipelining support for libpq Tsunakawa, Takayuki 06:04
Re: Hash Indexes Amit Kapila 06:41
Re: pg_hba_file_settings view patch 📎 Haribabu Kommi 06:53
Re: Floating point comparison inconsistencies of the geometric types Kyotaro HORIGUCHI 07:30
Re: PATCH: Batch/pipelining support for libpq Craig Ringer 08:18
possible optimizations - pushing filter before aggregation Pavel Stehule 08:46
Re: Mail thread references in commits Dave Page 09:00
Re: WAL recycle retading based on active sync rep. Craig Ringer 09:06
Re: Contains and is contained by operators of inet datatypes Emre Hasegeli 09:33

Browse Archives

Prev | Next