pgsql-hackers before 2019-01-16 16:40

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. 14, 2019

Thread Author Time
Non-deterministic IndexTuple toast compression from index_form_tuple() + amcheck false positives Peter Geoghegan 21:13
Re: explain plans with information about (modified) gucs 📎 Tomas Vondra 21:15
Re: COPY FROM WHEN condition Tomas Vondra 21:25
Re: Non-deterministic IndexTuple toast compression from index_form_tuple() + amcheck false positives Tom Lane 21:31
Re: Non-deterministic IndexTuple toast compression from index_form_tuple() + amcheck false positives Peter Geoghegan 21:46
Re: explain plans with information about (modified) gucs Alvaro Herrera 22:13
Re: [HACKERS] logical decoding of two-phase transactions Arseny Sher 22:16
Re: Libpq support to connect to standby server as priority Tom Lane 22:17
Re: hostorder and failover_timeout for libpq Tom Lane 22:24
Re: unique, partitioned index fails to distinguish index key from INCLUDEd columns Alvaro Herrera 22:31
Re: [HACKERS] Surjective functional indexes Andres Freund 22:34
Re: Non-deterministic IndexTuple toast compression from index_form_tuple() + amcheck false positives Peter Geoghegan 22:37
Re: explain plans with information about (modified) gucs legrand legrand 23:00
Re: [HACKERS] Surjective functional indexes Tom Lane 23:03
Re: [HACKERS] Surjective functional indexes Andres Freund 23:09
Re: [HACKERS] Surjective functional indexes Tom Lane 23:19
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's 📎 James Coleman 23:23
Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 23:37
Re: [HACKERS] Surjective functional indexes Stephen Frost 23:46
Re: [HACKERS] Surjective functional indexes Andres Freund 23:51
Re: [HACKERS] Surjective functional indexes Tom Lane 23:53
Re: [HACKERS] Surjective functional indexes Stephen Frost 23:55
Re: [HACKERS] Surjective functional indexes Andres Freund 23:57
Re: [HACKERS] Surjective functional indexes Stephen Frost 23:58

Jan. 15, 2019

Thread Author Time
Re: [HACKERS] Surjective functional indexes Andres Freund 00:00
Re: [HACKERS] Surjective functional indexes Tom Lane 00:03
Re: [HACKERS] Surjective functional indexes Stephen Frost 00:04
Re: [HACKERS] Surjective functional indexes Stephen Frost 00:06
Re: [HACKERS] Surjective functional indexes Andres Freund 00:06
Re: [HACKERS] Surjective functional indexes Tom Lane 00:10
Re: "SELECT ... FROM DUAL" is not quite as silly as it appears David Rowley 00:11
Re: "SELECT ... FROM DUAL" is not quite as silly as it appears Tom Lane 00:17
Re: [Sender Address Forgery]Re: error message when subscription target is a partitioned table Amit Langote 00:48
RE: O_DIRECT for relations and SLRUs (Prototype) Tsunakawa, Takayuki 00:50
Re: Speeding up text_position_next with multibyte encodings John Naylor 00:52
Re: "SELECT ... FROM DUAL" is not quite as silly as it appears David Rowley 00:55
RE: [Proposal] Add accumulated statistics Tsunakawa, Takayuki 01:13
Re: Reducing header interdependencies around heapam.h et al. Andres Freund 01:22
Re: explain plans with information about (modified) gucs Tomas Vondra 01:39
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Amit Langote 01:46
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Amit Langote 01:51
Re: Copy function for logical replication slots 📎 Masahiko Sawada 01:56
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 02:00
strange valgrind failures (again) 📎 Tomas Vondra 02:07
Re: strange valgrind failures (again) Andres Freund 02:11
Re: New vacuum option to do only freezing Masahiko Sawada 02:23
Re: unique, partitioned index fails to distinguish index key from INCLUDEd columns Justin Pryzby 02:30
Re: Prepare Transaction support for ON COMMIT DROP temporary tables Michael Paquier 02:41
Re: strange valgrind failures (again) Tomas Vondra 02:41
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Amit Langote 02:42
Re: What to name the current heap after pluggable storage / what to rename? 📎 Andres Freund 02:43
Re: strange valgrind failures (again) Andres Freund 02:46
Re: Libpq support to connect to standby server as priority Michael Paquier 02:48
RE: Protect syscache from bloating with negative cache entries Tsunakawa, Takayuki 02:52
Re: Libpq support to connect to standby server as priority Tom Lane 02:53
Safely calling index_getprocinfo() while holding an nbtree exclusive buffer lock Peter Geoghegan 02:59
Re: Safely calling index_getprocinfo() while holding an nbtree exclusive buffer lock Tom Lane 03:12
Re: could recovery_target_timeline=latest be the default in standby mode? Michael Paquier 03:42
Re: Tid scan improvements Edmund Horner 03:47
Re: Tid scan improvements Tom Lane 03:54
Re: Safely calling index_getprocinfo() while holding an nbtree exclusive buffer lock Peter Geoghegan 04:02
current_logfiles not following group access and instead follows log_file_mode permissions 📎 Haribabu Kommi 04:08
Re: unique, partitioned index fails to distinguish index key from INCLUDEd columns Alvaro Herrera 04:21
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Ashutosh Bapat 04:29
Re: current_logfiles not following group access and instead follows log_file_mode permissions Michael Paquier 05:15
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's David Rowley 05:46
Re: speeding up planning with partitions David Rowley 05:54
Re: O_DIRECT for relations and SLRUs (Prototype) Andrey Borodin 06:19
Re: SPI Interface to Call Procedure with Transaction Control Statements? Jack LIU 06:20
Re: using expression syntax for partition bounds 📎 Amit Langote 06:31
Re: Pluggable Storage - Andres's take 📎 Dmitry Dolgov 06:58
Re: [HACKERS] Block level parallel vacuum 📎 Masahiko Sawada 06:59
Re: Pluggable Storage - Andres's take Haribabu Kommi 07:02
Re: Pluggable Storage - Andres's take Andres Freund 07:05
Re: [HACKERS] generated columns Michael Paquier 07:13
Re: [HACKERS] generated columns Pavel Stehule 07:18
RE: Log a sample of transactions 📎 Kuroda, Hayato 08:00
Re: O_DIRECT for relations and SLRUs (Prototype) Michael Paquier 08:28
Re: current_logfiles not following group access and instead follows log_file_mode permissions Haribabu Kommi 08:55
Re: Pluggable Storage - Andres's take Amit Khandekar 09:07
regress tests fails Pavel Stehule 09:47
Re: regress tests fails Pavel Stehule 09:50
Re: Pluggable Storage - Andres's take Amit Khandekar 09:52
Re: Log a sample of transactions 📎 Adrien NAYRAT 10:05
Re: FETCH FIRST clause WITH TIES option Surafel Temesgen 10:07
Re: Synchronous replay take III Masahiko Sawada 10:16
Re: Ryu floating point output patch Andrew Gierth 10:37
Re: Log a sample of transactions Masahiko Sawada 10:42
Re: SPI Interface to Call Procedure with Transaction Control Statements? Andrew Gierth 10:49
Re: SPI Interface to Call Procedure with Transaction Control Statements? Peter Eisentraut 11:06
Re: FETCH FIRST clause WITH TIES option Tomas Vondra 11:51
Re: Pluggable Storage - Andres's take 📎 Dmitry Dolgov 12:29
Re: Connection slots reserved for replication Oleksii Kliukin 12:30
Re: Reviving the "Stopping logical replication protocol" patch from Vladimir Gordichuk Dave Cramer 12:53
Re: Libpq support to connect to standby server as priority Dave Cramer 13:00
Re: using expression syntax for partition bounds Peter Eisentraut 13:24
Re: [HACKERS] WIP: Aggregation push-down 📎 Antonin Houska 14:06
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's 📎 James Coleman 14:33
Re: current_logfiles not following group access and instead follows log_file_mode permissions Tom Lane 14:47
Re: insensitive collations 📎 Peter Eisentraut 14:56
Re: [HACKERS] COPY FREEZE and PD_ALL_VISIBLE Darafei Komяpa Praliaskouski 15:17
Re: current_logfiles not following group access and instead follows log_file_mode permissions Tom Lane 15:53
Re: O_DIRECT for relations and SLRUs (Prototype) Maksim Milyutin 16:40
Re: Pluggable Storage - Andres's take Andres Freund 16:45
Re: Log a sample of transactions Adrien NAYRAT 17:03
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's Tom Lane 17:31
Re: [PATCH] Allow UNLISTEN during recovery 📎 Shay Rojansky 18:17
Re: [PATCH] Allow UNLISTEN during recovery Mitar 18:26
Re: Protect syscache from bloating with negative cache entries Tom Lane 18:32
Re: Protect syscache from bloating with negative cache entries andres@anarazel.de 18:39
Re: Protect syscache from bloating with negative cache entries Kenneth Marshall 18:44
Re: MERGE SQL statement for PG12 Robert Haas 19:05
Re: MERGE SQL statement for PG12 Andres Freund 19:14
Re: Ryu floating point output patch Tom Lane 19:39
Re: Libpq support to connect to standby server as priority Robert Haas 19:50
Re: Connection slots reserved for replication Robert Haas 20:21
Re: New vacuum option to do only freezing Robert Haas 20:24
Re: MERGE SQL statement for PG12 Tom Lane 20:33
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Andres Freund 20:44
Re: Ryu floating point output patch Andrew Gierth 20:51
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's Tom Lane 20:53
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's David Rowley 21:36
Re: pgsql: Update ssl test certificates and keys Thomas Munro 21:37
PSA: "tenk1" and other similar regression test tables are from the Wisconsin Benchmark Peter Geoghegan 21:52
Re: Ryu floating point output patch Tom Lane 22:04
Re: Why are we PageInit'ing buffers in RelationAddExtraBlocks()? Tom Lane 22:35
Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name 📎 David Rowley 23:38

Jan. 16, 2019

Thread Author Time
Re: [PROPOSAL] Shared Ispell dictionaries 📎 Tomas Vondra 00:23
RE: Log a sample of transactions Kuroda, Hayato 00:40
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's James Coleman 01:01
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's James Coleman 01:05
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's David Rowley 01:14
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's James Coleman 01:29
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's David Rowley 01:34
Re: Log a sample of transactions Michael Paquier 01:39
Re: Making WAL receiver startup rely on GUC context for primary_conninfo and primary_slot_name Michael Paquier 01:48
Re: O_DIRECT for relations and SLRUs (Prototype) Michael Paquier 01:54
Bump up PG_CONTROL_VERSION on HEAD Michael Paquier 02:02
Re: Bump up PG_CONTROL_VERSION on HEAD Andres Freund 02:07
Re: current_logfiles not following group access and instead follows log_file_mode permissions Michael Paquier 02:08
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 03:10
Re: What to name the current heap after pluggable storage / what to rename? Haribabu Kommi 03:22
Re: WIP: Avoid creation of the free space map for small tables Mithun Cy 03:54
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 04:20
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's Tom Lane 04:37
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 04:42
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's Tom Lane 04:48
Re: Bump up PG_CONTROL_VERSION on HEAD Tom Lane 04:51
Re: pgbench doc fix Tatsuo Ishii 05:20
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 05:41
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Etsuro Fujita 05:41
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Etsuro Fujita 05:45
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Etsuro Fujita 05:52
Re: de-deduplicate code in DML execution hooks in postgres_fdw Etsuro Fujita 05:59
Re: Libpq support to connect to standby server as priority Tatsuo Ishii 06:02
Re: speeding up planning with partitions 📎 Amit Langote 06:22
RE: Protect syscache from bloating with negative cache entries Tsunakawa, Takayuki 06:41
Re: de-deduplicate code in DML execution hooks in postgres_fdw Michael Paquier 06:54
Re: using expression syntax for partition bounds Amit Langote 07:41
Re: [HACKERS] generated columns Peter Eisentraut 08:26
RE: Libpq support to connect to standby server as priority Tsunakawa, Takayuki 08:26
Re: [HACKERS] REINDEX CONCURRENTLY 2.0 Michael Paquier 08:27
Re: [HACKERS] generated columns Pavel Stehule 08:27
Re: New vacuum option to do only freezing Masahiko Sawada 08:29
Re: Log a sample of transactions Adrien NAYRAT 08:34
Re: FETCH FIRST clause WITH TIES option 📎 Surafel Temesgen 08:45
Re: Log a sample of transactions Masahiko Sawada 09:09
Re: Python versions (was Re: RHEL 8.0 build) 📎 Peter Eisentraut 09:15
Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0 Etsuro Fujita 11:21
Re: de-deduplicate code in DML execution hooks in postgres_fdw Etsuro Fujita 11:30
Redundant filter in index scan with a bool column 📎 Alexander Kuzmenkov 11:39
Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov 11:42
ArchiveEntry optional arguments refactoring Dmitry Dolgov 12:16
Re: ArchiveEntry optional arguments refactoring Dmitry Dolgov 12:18
jsonb_set for an array with an index outside of boundaries Dmitry Dolgov 12:47
Re: [HACKERS] PATCH: multivariate histograms and MCV lists David Rowley 12:56
Re: [HACKERS] generated columns Peter Eisentraut 13:14
Re: insensitive collations Daniel Verite 13:20
Re: WIP: Avoid creation of the free space map for small tables 📎 Amit Kapila 13:41
Re: WIP: Avoid creation of the free space map for small tables Amit Kapila 13:45
PostgreSQL-XL shared disk development question M.Atıf CEYLAN 14:11
draft patch for strtof() 📎 Andrew Gierth 14:17
Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's James Coleman 14:49
Re: Redundant filter in index scan with a bool column Tom Lane 15:05
Re: [PATCH] Allow UNLISTEN during recovery 📎 Shay Rojansky 15:11
Re: draft patch for strtof() Tom Lane 15:20
Re: draft patch for strtof() Andrew Gierth 15:46
Re: Making WAL receiver startup rely on GUC context for primary_conninfo and primary_slot_name Robert Haas 16:02
Re: draft patch for strtof() Tom Lane 16:07
Re: What to name the current heap after pluggable storage / what to rename? Robert Haas 16:08
Re: draft patch for strtof() 📎 Andrew Gierth 16:09
Re: What to name the current heap after pluggable storage / what to rename? Tom Lane 16:13
Re: draft patch for strtof() Tom Lane 16:14
Re: O_DIRECT for relations and SLRUs (Prototype) Robert Haas 16:16
Re: additional foreign key test coverage Peter Eisentraut 16:17
Re: What to name the current heap after pluggable storage / what to rename? Andres Freund 16:20
Re: insensitive collations Peter Eisentraut 16:22
Re: Python versions (was Re: RHEL 8.0 build) Tom Lane 16:30
Re: draft patch for strtof() 📎 Andrew Gierth 16:32
Re: New vacuum option to do only freezing Robert Haas 16:33

Browse Archives

Prev | Next