pgsql-hackers since 2019-01-16 17:14

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

Jan. 16, 2019

Thread Author Time
Re: WIP: Avoid creation of the free space map for small tables John Naylor 17:14
Re: draft patch for strtof() Tom Lane 17:36
Re: parseCheckAggregates vs. assign_query_collations Tom Lane 17:49
Re: WIP: Avoid creation of the free space map for small tables Tom Lane 17:55
Re: [HACKERS] REINDEX CONCURRENTLY 2.0 Alvaro Herrera 17:59
Re: current_logfiles not following group access and instead follows log_file_mode permissions Stephen Frost 18:22
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's Tom Lane 18:26
Re: current_logfiles not following group access and instead follows log_file_mode permissions Tom Lane 18:39
Re: current_logfiles not following group access and instead follows log_file_mode permissions Stephen Frost 18:49
Re: speeding up planning with partitions Alvaro Herrera 19:32
Re: [PATCH] Log PostgreSQL version number on startup 📎 Peter Eisentraut 19:58
Re: insensitive collations Peter Eisentraut 20:50
Re: explain plans with information about (modified) gucs John Naylor 21:08
Re: [HACKERS] generated columns Erik Rijkers 21:40

Jan. 17, 2019

Thread Author Time
RE: reloption to prevent VACUUM from truncating empty pages at the end of relation Jamison, Kirk 00:42
Re: Making WAL receiver startup rely on GUC context for primary_conninfo and primary_slot_name Michael Paquier 00:54
Re: [HACKERS] generated columns Michael Paquier 01:12
Re: [HACKERS] REINDEX CONCURRENTLY 2.0 Michael Paquier 01:16
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Tomas Vondra 01:19
Re: [HACKERS] PATCH: multivariate histograms and MCV lists David Rowley 01:45
Re: draft patch for strtof() Andrew Gierth 02:12
Re: speeding up planning with partitions 📎 Amit Langote 02:17
Re: parseCheckAggregates vs. assign_query_collations Andrew Gierth 02:48
Re: WIP: Avoid creation of the free space map for small tables Amit Kapila 03:08
Re: WIP: Avoid creation of the free space map for small tables Amit Kapila 03:35
Re: [HACKERS] PATCH: multivariate histograms and MCV lists David Rowley 03:42
Re: Delay locking partitions during query execution Amit Langote 04:18
PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 05:04
Re: Ryu floating point output patch 📎 Donald Dong 05:10
Re: [HACKERS] REINDEX CONCURRENTLY 2.0 📎 Michael Paquier 05:11
Re: Ryu floating point output patch Andrew Gierth 05:29
Re: de-deduplicate code in DML execution hooks in postgres_fdw Etsuro Fujita 05:44
Re: [PATCH] Pass COPT and PROFILE to CXXFLAGS as well Michael Paquier 05:55
Re: de-deduplicate code in DML execution hooks in postgres_fdw Michael Paquier 05:57
Re: pgbench doc fix Tatsuo Ishii 06:48
Re: New vacuum option to do only freezing Masahiko Sawada 06:55
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed 07:46
Re: [HACKERS] generated columns Peter Eisentraut 07:54
Re: [HACKERS] PATCH: multivariate histograms and MCV lists Dean Rasheed 08:11
Re: "could not reattach to shared memory" on buildfarm member dory Noah Misch 08:27
Re: log bind parameter values on error Peter Eisentraut 08:41
Re: Delay locking partitions during query execution David Rowley 09:08
Re: add_partial_path() may remove dominated path but still in use Kyotaro HORIGUCHI 09:28
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Fabien COELHO 09:46
Re: Proposal for Signal Detection Refactoring 📎 Chris Travers 09:50
Re: speeding up planning with partitions Amit Langote 10:24
Re: Log a sample of transactions 📎 Adrien NAYRAT 10:30
Re: Libpq support to connect to standby server as priority Laurenz Albe 10:59
Re: [HACKERS] PATCH: multivariate histograms and MCV lists David Rowley 12:04
Re: pg_dump multi VALUES INSERT 📎 Surafel Temesgen 12:14
pgsql: Remove references to Majordomo Magnus Hagander 13:04
Re: Libpq support to connect to standby server as priority Dave Cramer 13:36
Re: Libpq support to connect to standby server as priority Dave Cramer 13:36
Re: Libpq support to connect to standby server as priority Dave Cramer 14:12
Re: [PROPOSAL] Shared Ispell dictionaries 📎 Arthur Zakirov 14:15
Re: ArchiveEntry optional arguments refactoring Alvaro Herrera 15:02
Re: Acceptable/Best formatting of callbacks (for pluggable storage) Alvaro Herrera 15:05
Re: ArchiveEntry optional arguments refactoring Tom Lane 15:23
Re: Early WIP/PoC for inlining CTEs Andreas Karlsson 15:48
Re: Feature: temporary materialized views Andreas Karlsson 15:52
Re: Early WIP/PoC for inlining CTEs Tom Lane 15:52
Re: Feature: temporary materialized views Tom Lane 15:57
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's 📎 James Coleman 15:58
Re: Protect syscache from bloating with negative cache entries Robert Haas 16:33
Re: ArchiveEntry optional arguments refactoring Andres Freund 17:29
Re: Proposal for Signal Detection Refactoring Andres Freund 17:38
Re: WIP: Avoid creation of the free space map for small tables 📎 John Naylor 17:43
Re: Feature: temporary materialized views Andreas Karlsson 17:53
Re: Proposal for Signal Detection Refactoring Chris Travers 17:57
Re: Proposal for Signal Detection Refactoring Andres Freund 18:08
Re: ArchiveEntry optional arguments refactoring Stephen Frost 18:20
Re: ArchiveEntry optional arguments refactoring Andres Freund 18:26
Re: Proposal for Signal Detection Refactoring Chris Travers 18:30
Re: Feature: temporary materialized views Tom Lane 19:31
Re: Protect syscache from bloating with negative cache entries Bruce Momjian 19:48
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Tom Lane 20:42
Re: [HACKERS] PATCH: multivariate histograms and MCV lists 📎 Tomas Vondra 21:03
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 21:12
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 21:16
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 21:19
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 21:38
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 21:42
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 21:47
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) 📎 Tom Lane 21:54
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 22:12
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Alvaro Herrera 22:15
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 22:23
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Tom Lane 22:25
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 22:37
Re: Feature: temporary materialized views Andreas Karlsson 22:40
Re: Protect syscache from bloating with negative cache entries Gavin Flower 22:46
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Alvaro Herrera 22:47
Re: problems with foreign keys on partitioned tables Alvaro Herrera 22:54
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 22:54
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 23:00
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 23:03
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 23:10
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 23:11
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Tom Lane 23:20
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 23:31
Re: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead Alvaro Herrera 23:33
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Peter Geoghegan 23:38
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Mikael Kjellström 23:46
Re: draft patch for strtof() Andrew Gierth 23:50
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Tom Lane 23:57

Jan. 18, 2019

Thread Author Time
Re: Libpq support to connect to standby server as priority Dave Cramer 00:02
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Peter Geoghegan 00:03
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 00:08
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 00:15
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 00:21
pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:22
Re: pgsql: Remove references to Majordomo Michael Paquier 00:26
Re: Libpq support to connect to standby server as priority Dave Cramer 00:27
Re: Libpq support to connect to standby server as priority Dave Cramer 00:28
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 00:38
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Tom Lane 00:40
Re: Libpq support to connect to standby server as priority Dave Cramer 00:40
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Michael Paquier 00:43
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 00:56
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Michael Paquier 00:59
Re: Libpq support to connect to standby server as priority Dave Cramer 01:01
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Tom Lane 01:08
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Peter Geoghegan 01:09
Re: Fixing findDependentObjects()'s dependency on scan order (regressions in DROP diagnostic messages) Peter Geoghegan 01:15
Re: [HACKERS] Block level parallel vacuum Haribabu Kommi 01:37
Re: Feature: temporary materialized views Mitar 01:50
Re: Feature: temporary materialized views Mitar 01:53
Shouldn't current_schema() be at least PARALLEL RESTRICTED? Michael Paquier 02:46
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 03:33
Fix function name in commet in vacuumlazy.c 📎 Masahiko Sawada 03:50
Thread-unsafe coding in ecpg Tom Lane 03:54
Re: current_logfiles not following group access and instead follows log_file_mode permissions 📎 Haribabu Kommi 04:08
Re: pg_dump multi VALUES INSERT David Rowley 04:13
Re: Tid scan improvements Edmund Horner 04:14
Re: draft patch for strtof() 📎 Andrew Gierth 04:34
Re: ArchiveEntry optional arguments refactoring Amit Khandekar 04:36
Re: Pluggable Storage - Andres's take Amit Khandekar 04:43
Re: Fix function name in commet in vacuumlazy.c Michael Paquier 04:55
Re: pg_dump multi VALUES INSERT David G. Johnston 04:55
RE: speeding up planning with partitions Tsunakawa, Takayuki 05:12
Re: problems with foreign keys on partitioned tables 📎 Amit Langote 05:27
Re: speeding up planning with partitions Amit Langote 05:28
Simplify set of flags used by MyXactFlags 📎 Michael Paquier 05:31
Re: Libpq support to connect to standby server as priority Haribabu Kommi 05:34
Re: Delay locking partitions during INSERT and UPDATE sho kato 06:07
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 06:18
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 06:20
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 06:28
Re: pg_dump multi VALUES INSERT 📎 Surafel Temesgen 06:29
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 06:33
Re: Protect syscache from bloating with negative cache entries Kyotaro HORIGUCHI 07:39
Re: Python versions (was Re: RHEL 8.0 build) Peter Eisentraut 07:39
Re: using expression syntax for partition bounds Peter Eisentraut 07:48
Re: proposal - plpgsql unique statement id Peter Eisentraut 07:56
Re: Log a sample of transactions Peter Eisentraut 08:03
RE: libpq debug log Iwata, Aya 08:18
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Fabien COELHO 08:26
Re: Libpq support to connect to standby server as priority Laurenz Albe 08:27
Re: Protect syscache from bloating with negative cache entries 📎 Kyotaro HORIGUCHI 08:33
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Fabien COELHO 08:37
Re: using expression syntax for partition bounds 📎 Amit Langote 08:50
Re: Prepare Transaction support for ON COMMIT DROP temporary tables Vik Fearing 09:50
Re: Ryu floating point output patch 📎 Andrew Gierth 10:03
Re: Ryu floating point output patch Andrew Gierth 10:05
Re: proposal - plpgsql unique statement id 📎 Pavel Stehule 10:11
Re: Pluggable Storage - Andres's take Amit Khandekar 10:21
Re: pgsql: Remove references to Majordomo Magnus Hagander 10:38
Re: Delay locking partitions during INSERT and UPDATE David Rowley 10:40
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath 📎 David Rowley 10:59
Re: pg_dump multi VALUES INSERT David Rowley 11:29
Re: Ryu floating point output patch Andrew Gierth 11:37
Re: pg_dump multi VALUES INSERT Surafel Temesgen 12:01
Re: [HACKERS] Block level parallel vacuum 📎 Masahiko Sawada 12:41
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 📎 Etsuro Fujita 12:55
Re: Log a sample of transactions Adrien NAYRAT 13:22
Re: monitoring CREATE INDEX [CONCURRENTLY] Rahila Syed 14:07
Re: pg_dump multi VALUES INSERT David G. Johnston 14:34
Re: pg_dump multi VALUES INSERT David G. Johnston 14:43
Re: current_logfiles not following group access and instead follows log_file_mode permissions Stephen Frost 14:50
Re: pgsql: Remove references to Majordomo Tom Lane 15:02
Re: Feature: temporary materialized views Andreas Karlsson 15:18
Re: Prepare Transaction support for ON COMMIT DROP temporary tables Robert Haas 15:39
Re: Tid scan improvements Tom Lane 16:35
[PATCH] pgbench tap tests fail if the path contains a perl special character 📎 Raúl Marín Rodríguez 17:15
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane 17:35
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Raúl Marín Rodríguez 17:54
Re: PSA: we lack TAP test coverage on NetBSD and OpenBSD Tom Lane 17:56
Re: jsonpath Alexander Korotkov 17:58
More OpenBSD portability fun: getopt() fails on --option Tom Lane 18:21
Re: [HACKERS] REINDEX CONCURRENTLY 2.0 Vik Fearing 18:58
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Alvaro Herrera 19:27
Re: Feature: temporary materialized views 📎 Mitar 19:32
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane 20:02
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Robert Haas 20:05
Re: New vacuum option to do only freezing Robert Haas 20:07
Re: Using Btree to Provide Sorting on Suffix Keys with LIMIT James Coleman 20:15
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane 20:26
Re: Shouldn't current_schema() be at least PARALLEL RESTRICTED? Robert Haas 20:30
Re: pgsql: Restrict the use of temporary namespace in two-phase transaction Tom Lane 20:34
Re: Early WIP/PoC for inlining CTEs Robert Haas 20:34

Browse Archives

Prev | Next