pgsql-hackers since 2018-07-04 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

July 4, 2018

Thread Author Time
Re: Cache invalidation after authentication (on-the-fly role creation) Andres Freund 00:10
How can we submit code patches that implement our (pending) patents? Tsunakawa, Takayuki 00:27
Re: pgsql: Clarify use of temporary tables within partition trees Amit Langote 01:13
Re: pgsql: Clarify use of temporary tables within partition trees Amit Langote 01:24
Re: Bulk Insert into PostgreSQL Ashwin Agrawal 01:30
Re: How can we submit code patches that implement our (pending) patents? Craig Ringer 01:48
Re: pgsql: Clarify use of temporary tables within partition trees Michael Paquier 01:48
Re: Possible bug in logical replication. Michael Paquier 01:50
Re: pgsql: Clarify use of temporary tables within partition trees David Rowley 01:55
Re: Non-reserved replication slots and slot advancing Michael Paquier 01:57
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 02:00
RE: libpq example doesn't work Ideriha, Takeshi 02:28
move PartitionDispatchData definition to execPartition.c 📎 Amit Langote 02:47
Re: Cache invalidation after authentication (on-the-fly role creation) 📎 Thomas Munro 04:25
Re: Cache invalidation after authentication (on-the-fly role creation) Michael Paquier 04:35
Re: Cache invalidation after authentication (on-the-fly role creation) Andres Freund 04:35
Re: [HACKERS] WAL logging problem in 9.4.3? 📎 Michael Paquier 04:59
Legacy GiST invalid tuples Andrey Borodin 05:49
When use prepared protocol, transaction will hold backend_xmin until the end of the transaction. chenhj 06:21
Re: why partition pruning doesn't work? 📎 Amit Langote 06:38
documentation about explicit locking Amit Langote 07:09
RE: Global shared meta cache Ideriha, Takeshi 07:23
Re: Failed assertion due to procedure created with SECURITY DEFINER option 📎 Peter Eisentraut 07:43
Re: Test-cases for deferred constraints in plpgsql_transaction.sql Peter Eisentraut 07:46
RE: Recovery performance of DROP DATABASE with many tablespaces Jamison, Kirk 07:47
Re: [HACKERS] Restricting maximum keep segments by repslots 📎 Kyotaro HORIGUCHI 08:28
Re: shared-memory based stats collector 📎 Kyotaro HORIGUCHI 08:29
Re: CREATE TABLE .. LIKE .. EXCLUDING documentation Peter Eisentraut 08:46
Re: Cache invalidation after authentication (on-the-fly role creation) 📎 Thomas Munro 09:37
[PATCH] btree_gist: fix union implementation for variable length columns 📎 Pavel Raiskup 09:54
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Ashutosh Bapat 10:04
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 10:06
Re: Pluggable Storage - Andres's take Haribabu Kommi 10:11
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Ashutosh Bapat 10:11
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query 📎 Haribabu Kommi 10:12
Re: [HACKERS] WAL logging problem in 9.4.3? Andrew Dunstan 11:55
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 12:06
Locking considerations of REINDEX Pavan Deolasee 12:08
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Ashutosh Bapat 12:37
Re: Libpq support to connect to standby server as priority Laurenz Albe 13:14
Re: How to use public key file to encrypt data 📎 Jeff Janes 13:17
Re: Allow auto_explain to log to NOTICE 📎 Andrew Dunstan 13:34
Re: Non-reserved replication slots and slot advancing Alvaro Herrera 13:57
Failure assertion in GROUPS mode of window function in current HEAD 📎 Masahiko Sawada 14:24
Re: Locking considerations of REINDEX Peter Geoghegan 15:01
Re: Legacy GiST invalid tuples Tom Lane 15:22
Re: Legacy GiST invalid tuples Andrey Borodin 15:57
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query Sergei Kornilov 15:59
Re: Recovery performance of DROP DATABASE with many tablespaces Fujii Masao 16:42
Why B-Tree suffix truncation matters Peter Geoghegan 16:43
Re: Bulk Insert into PostgreSQL Peter Geoghegan 16:57
Re: pgsql: Fix crash when ALTER TABLE recreates indexes on partitions Alvaro Herrera 17:15
Re: "Access privileges" is missing after pg_dumpall Tom Lane 17:42
Re: Speedup of relation deletes during recovery Fujii Masao 18:10
Re: Legacy GiST invalid tuples Alvaro Herrera 20:04
Re: Legacy GiST invalid tuples Tom Lane 20:10
Re: hot_standby_feedback vs excludeVacuum and snapshots Noah Misch 20:27
Re: Legacy GiST invalid tuples Alvaro Herrera 20:43
Re: Allow COPY's 'text' format to output a header 📎 Simon Muller 20:44
Re: Legacy GiST invalid tuples Andres Freund 20:48
Re: Should contrib modules install .h files? Tom Lane 21:00
Re: Legacy GiST invalid tuples Alvaro Herrera 21:02
Re: Legacy GiST invalid tuples Andres Freund 21:08
Re: Unexpected behavior of DROP VIEW/TABLE IF EXISTS Tom Lane 21:17
Re: Legacy GiST invalid tuples Alvaro Herrera 21:19
Re: shared-memory based stats collector Tom Lane 21:23
Re: Unexpected behavior of DROP VIEW/TABLE IF EXISTS David G. Johnston 21:33
Re: Cache invalidation after authentication (on-the-fly role creation) Tom Lane 21:35
setproctitle_fast() 📎 Thomas Munro 22:09
Re: Allow cancelling VACUUM of nbtrees with corrupted right links Andres Freund 23:07
peripatus build failures.... Larry Rosenman 23:43

July 5, 2018

Thread Author Time
Re: Looks like we can enable AF_UNIX on Windows now Noah Misch 00:16
Re: peripatus build failures.... Thomas Munro 00:30
Re: peripatus build failures.... Larry Rosenman 00:35
Re: Server crashed with dense_rank on partition table. Andres Freund 00:40
Re: peripatus build failures.... Larry Rosenman 00:46
Re: Server crashed with dense_rank on partition table. Amit Langote 00:49
Re: peripatus build failures.... Thomas Munro 00:56
Re: Remove mention in docs that foreign keys on partitioned tables are not supported Robert Haas 01:14
RE: How can we submit code patches that implement our (pending) patents? Tsunakawa, Takayuki 01:15
Re: peripatus build failures.... Larry Rosenman 01:19
Re: Invisible Indexes David Rowley 01:26
Re: Invisible Indexes Peter Geoghegan 01:31
Re: peripatus build failures.... Larry Rosenman 01:37
Re: PANIC during crash recovery of a recently promoted standby Michael Paquier 01:50
Re: Old small commitfest items Peter Geoghegan 01:54
Re: Invisible Indexes David Rowley 02:09
Re: Invisible Indexes Peter Geoghegan 02:38
Re: Old small commitfest items Michael Paquier 02:53
Re: shared-memory based stats collector Kyotaro HORIGUCHI 03:04
Re: Old small commitfest items Peter Geoghegan 03:08
Re: Non-reserved replication slots and slot advancing Michael Paquier 03:19
Re: Speedup of relation deletes during recovery Michael Paquier 03:27
Re: pgsql: Fix crash when ALTER TABLE recreates indexes on partitions Andres Freund 03:33
Re: Remove mention in docs that foreign keys on partitioned tables are not supported Ashutosh Bapat 03:34
RE: Speeding up INSERTs and UPDATEs to partitioned tables Kato, Sho 06:39
Re: [HACKERS] Restricting maximum keep segments by repslots Masahiko Sawada 06:43
Re: [HACKERS] WAL logging problem in 9.4.3? Michael Paquier 07:11
Re: PANIC during crash recovery of a recently promoted standby Pavan Deolasee 07:33
Re: Copy function for logical replication slots Michael Paquier 07:47
Re: [HACKERS] Replication status in logical replication Michael Paquier 08:13
Re: Recovery performance of DROP DATABASE with many tablespaces Simon Riggs 08:15
Re: PANIC during crash recovery of a recently promoted standby Michael Paquier 08:16
Re: Unexpected behavior of DROP VIEW/TABLE IF EXISTS Pavel Stehule 08:18
Re: Copy function for logical replication slots Masahiko Sawada 08:24
Re: Bulk Insert into PostgreSQL Srinivas Karthik V 08:48
Re: Speeding up INSERTs and UPDATEs to partitioned tables David Rowley 09:18
Regarding shared_preload_libraries (postgresql.conf file) Abinaya k 09:55
Re: AtEOXact_ApplyLauncher() and subtransactions Amit Khandekar 10:07
Re: TupleTableSlot abstraction 📎 Ashutosh Bapat 10:37
Re: Should contrib modules install .h files? Andrew Gierth 10:45
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 11:15
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 11:20
Re: shared-memory based stats collector 📎 Kyotaro HORIGUCHI 11:33
Re: Generating partitioning tuple conversion maps faster 📎 David Rowley 11:52
Re: Pluggable Storage - Andres's take Alexander Korotkov 12:25
Re: peripatus build failures.... Larry Rosenman 12:47
Re: Should contrib modules install .h files? 📎 Andrew Gierth 12:51
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Ashutosh Bapat 13:04
Re: Cache invalidation after authentication (on-the-fly role creation) Thomas Munro 13:07
Regarding shared_preload_libraries (postgresql.conf file) Abi KR 13:16
Re: Speeding up INSERTs and UPDATEs to partitioned tables Jesper Pedersen 13:18
Re: Pluggable Storage - Andres's take Alexander Korotkov 13:23
Re: Should contrib modules install .h files? 📎 Andrew Gierth 13:25
Re: [HACKERS] Bug in to_timestamp(). Alexander Korotkov 13:35
Re: Cache invalidation after authentication (on-the-fly role creation) Stephen Frost 13:50
Re: Global shared meta cache Robert Haas 14:00
Re: documentation about explicit locking Robert Haas 14:02
Re: Why B-Tree suffix truncation matters Andrey Borodin 14:17
Re: Should contrib modules install .h files? 📎 Andrew Gierth 14:25
Re: Make deparsing of column defaults faster 📎 Peter Eisentraut 14:45
Re: Speed up the removal of WAL files Fujii Masao 14:45
Re: Regarding shared_preload_libraries (postgresql.conf file) David Fetter 15:32
Re: [PATCH] Find additional connection service files in pg_service.conf.d directory Curt Tilmes 15:33
Re: Global shared meta cache Konstantin Knizhnik 15:36
Re: patch to allow disable of WAL recycling Jerry Jelinek 15:37
Re: Non-reserved replication slots and slot advancing Alvaro Herrera 16:35
Re: Regarding shared_preload_libraries (postgresql.conf file) Andrew Gierth 16:40
Re: Make deparsing of column defaults faster Justin Pryzby 16:58
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query Fujii Masao 17:22
Re: Covering GiST indexes 📎 Andrey Borodin 17:27
Re: Global shared meta cache Andres Freund 18:04
Re: pgsql: Fix "base" snapshot handling in logical decoding Alvaro Herrera 18:22
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query Sergei Kornilov 18:34
Re: mxid_age() and age(xid) appear undocumented Robert Haas 19:36
Re: mxid_age() and age(xid) appear undocumented Peter Geoghegan 20:30
Re: Listing triggers in partitions (was Re: Remove mention in docs that foreign keys on partitioned tables) Robert Haas 20:36
Re: pgsql: Fix "base" snapshot handling in logical decoding Alvaro Herrera 20:48
Re: Speeding up INSERTs and UPDATEs to partitioned tables David Rowley 21:11
Re: documentation fixes for partition pruning, round three Peter Eisentraut 21:13
Re: patch to allow disable of WAL recycling Peter Eisentraut 21:35
Re: make installcheck-world in a clean environment Peter Eisentraut 21:39
Re: patch to allow disable of WAL recycling Andres Freund 21:39
Re: documentation fixes for partition pruning, round three Alvaro Herrera 21:41
Re: patch to allow disable of WAL recycling Thomas Munro 21:44
Re: documentation fixes for partition pruning, round three David Rowley 21:55
Re: Non-reserved replication slots and slot advancing Michael Paquier 23:16
Re: Cache invalidation after authentication (on-the-fly role creation) Thomas Munro 23:40
Re: Desirability of client-side expressions in psql? Andrew Dunstan 23:54

July 6, 2018

Thread Author Time
Re: [HACKERS] Optional message to user when terminating/cancelling backend Thomas Munro 00:18
Re: Copy function for logical replication slots Michael Paquier 00:21
Re: Why B-Tree suffix truncation matters Peter Geoghegan 00:26
RE: Global shared meta cache Ideriha, Takeshi 01:30
Re: Should contrib modules install .h files? Michael Paquier 01:42
Re: Should contrib modules install .h files? Michael Paquier 01:45
Re: [HACKERS] Optional message to user when terminating/cancelling backend Michael Paquier 01:47
Re: documentation fixes for partition pruning, round three Amit Langote 01:49
Re: Global shared meta cache Amit Langote 01:52
Re: documentation about explicit locking 📎 Amit Langote 02:00
Re: hot_standby_feedback vs excludeVacuum and snapshots Thomas Munro 02:30
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 03:40
Re: Non-reserved replication slots and slot advancing Kyotaro HORIGUCHI 04:07
Re: Legacy GiST invalid tuples Tom Lane 04:09
Re: [HACKERS] Replication status in logical replication 📎 Michael Paquier 05:21
Re: using expression syntax for partition bounds 📎 Kyotaro HORIGUCHI 05:26
Re: Non-reserved replication slots and slot advancing Michael Paquier 05:26
Re: using expression syntax for partition bounds Amit Langote 05:33
Re: Test patch for partitionwise join with partitioned tables containing default partition Rajkumar Raghuwanshi 05:51
Re: Non-reserved replication slots and slot advancing 📎 Kyotaro HORIGUCHI 06:37
Re: Fix error message when trying to alter statistics on included column Yugo Nagata 07:09
Re: CREATE TABLE .. LIKE .. EXCLUDING documentation Yugo Nagata 07:36
Re: make installcheck-world in a clean environment Alexander Lakhin 07:45
How to remove elements from array . Brahmam Eswar 07:49
Re: pgsql: Fix "base" snapshot handling in logical decoding Arseny Sher 07:55
small doc fix - using expressions in plpgsql FETCH command Pavel Stehule 07:58
RE: automatic restore point Yotsunaga, Naoki 08:05
RE: automatic restore point Yotsunaga, Naoki 08:10
RE: How to remove elements from array . Charles Clavadetscher 08:19
Re: How to remove elements from array . Pavel Stehule 08:23
Re: How to remove elements from array . Pavel Stehule 08:26
Re: Fix to not check included columns in ANALYZE on indexes Yugo Nagata 08:28
Typo in Japanese translation of psql. 📎 Taiki Kondo 08:33
Re: Fix to not check included columns in ANALYZE on indexes Yugo Nagata 08:40
Re: Typo in Japanese translation of psql. Yugo Nagata 09:14
RE: Speeding up INSERTs and UPDATEs to partitioned tables Kato, Sho 09:25
Re: How to remove elements from array . Brahmam Eswar 09:45
Re: How to remove elements from array . Pavel Stehule 09:57
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. Etsuro Fujita 10:59
Re: [HACKERS] Crash on promotion when recovery.conf is renamed Andrew Dunstan 11:01
Re: [HACKERS] WIP: Aggregation push-down Antonin Houska 11:11

Browse Archives

Prev | Next