pgsql-hackers since 2023-07-27 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
Browse Archives
Prev
|
Next
July 27, 2023
July 28, 2023
| Thread |
Author |
Time |
|
Re: Support to define custom wait events for extensions 📎
|
Michael Paquier |
01:06 |
|
Re: Fwd: BUG #18016: REINDEX TABLE failure
|
Michael Paquier |
01:50 |
|
Re: Postgres v15 windows bincheck regression test failures
|
Noah Misch |
02:17 |
|
Re: Support worker_spi to execute the function dynamically. 📎
|
Andres Freund |
02:23 |
|
Add assertion on held AddinShmemInitLock in GetNamedLWLockTranche() 📎
|
Michael Paquier |
03:24 |
|
Re: Postgres v15 windows bincheck regression test failures
|
Alexander Lakhin |
04:00 |
|
Re: [PoC] Reducing planning time when tables have many partitions 📎
|
Andrey Lepikhov |
04:27 |
|
Re: Support worker_spi to execute the function dynamically. 📎
|
Michael Paquier |
04:45 |
|
Re: Support worker_spi to execute the function dynamically.
|
Bharath Rupireddy |
05:17 |
|
Re: Add assertion on held AddinShmemInitLock in GetNamedLWLockTranche()
|
Bharath Rupireddy |
05:37 |
|
Re: POC: Extension for adding distributed tracing - pg_tracing 📎
|
Nikita Malakhov |
06:10 |
|
Re: POC: Extension for adding distributed tracing - pg_tracing
|
Anthonin Bonnefoy |
06:35 |
|
Re: unrecognized node type while displaying a Path due to dangling pointer
|
Ashutosh Bapat |
06:42 |
|
Re: remaining sql/json patches
|
Amit Langote |
06:57 |
|
Re: Row pattern recognition
|
Tatsuo Ishii |
07:09 |
|
Re: Support to define custom wait events for extensions
|
Bharath Rupireddy |
07:13 |
|
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication 📎
|
Peter Smith |
07:22 |
|
Re: POC: Extension for adding distributed tracing - pg_tracing
|
Nikita Malakhov |
07:34 |
|
Re: add timing information to pg_upgrade
|
Bharath Rupireddy |
07:40 |
|
Re: pg_rewind fails with in-place tablespace 📎
|
Michael Paquier |
07:54 |
|
Re: Support worker_spi to execute the function dynamically.
|
Michael Paquier |
07:56 |
|
Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning
|
Richard Guo |
08:33 |
|
Re: Support worker_spi to execute the function dynamically.
|
Bharath Rupireddy |
08:41 |
|
Re: [PoC] Reducing planning time when tables have many partitions
|
Yuya Watari |
08:49 |
|
Re: Avoid unused value (src/fe_utils/print.c)
|
Karina Litskevich |
08:53 |
|
Re: postgres_fdw: wrong results with self join + enable_nestloop off 📎
|
Etsuro Fujita |
08:55 |
|
Re: Row pattern recognition
|
Vik Fearing |
08:56 |
|
Re: Support worker_spi to execute the function dynamically.
|
Michael Paquier |
09:19 |
|
Re: Row pattern recognition
|
Vik Fearing |
09:21 |
|
Re: logical decoding and replication of sequences, take 2
|
Amit Kapila |
09:42 |
|
Re: Assert failure on bms_equal(child_joinrel->relids, child_joinrelids) 📎
|
Ashutosh Bapat |
09:46 |
|
Re: [PoC] Reducing planning time when tables have many partitions 📎
|
Ashutosh Bapat |
09:50 |
|
Re: Support worker_spi to execute the function dynamically.
|
Alvaro Herrera |
10:06 |
|
Re: cataloguing NOT NULL constraints
|
Alvaro Herrera |
10:47 |
|
Re: Row pattern recognition
|
Tatsuo Ishii |
11:02 |
|
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan
|
Matthias van de Meent |
11:11 |
|
Re: WAL Insertion Lock Improvements
|
Bharath Rupireddy |
11:27 |
|
Re: Postgres v15 windows bincheck regression test failures
|
Noah Misch |
11:42 |
|
Re: POC: Extension for adding distributed tracing - pg_tracing
|
Anthonin Bonnefoy |
11:45 |
|
Re: [PoC] pg_upgrade: allow to upgrade publisher node 📎
|
vignesh C |
11:59 |
|
Re: logical decoding and replication of sequences, take 2
|
Ashutosh Bapat |
12:35 |
|
Re: Row pattern recognition
|
Vik Fearing |
12:36 |
|
Re: logical decoding and replication of sequences, take 2
|
Tomas Vondra |
12:42 |
|
Re: logical decoding and replication of sequences, take 2
|
Ashutosh Bapat |
12:44 |
|
Re: logical decoding and replication of sequences, take 2
|
Tomas Vondra |
12:56 |
|
Re: Postgres v15 windows bincheck regression test failures
|
Alexander Lakhin |
13:00 |
|
Re: POC: Extension for adding distributed tracing - pg_tracing
|
Nikita Malakhov |
13:01 |
|
Re: Memory consumed by child SpecialJoinInfo in partitionwise join planning
|
Ashutosh Bapat |
13:58 |
|
Re: POC: Extension for adding distributed tracing - pg_tracing
|
Anthonin Bonnefoy |
14:06 |
|
Re: Synchronizing slots from primary to standby
|
Bharath Rupireddy |
14:39 |
|
Eager page freeze criteria clarification
|
Melanie Plageman |
15:12 |
|
Re: Synchronizing slots from primary to standby
|
Bharath Rupireddy |
15:24 |
|
New PostgreSQL Contributors
|
Christoph Berg |
15:29 |
|
Re: harmonize password reuse in vacuumdb, clusterdb, and reindexdb
|
Nathan Bossart |
17:14 |
|
Re: New PostgreSQL Contributors
|
Vik Fearing |
17:19 |
|
Re: add timing information to pg_upgrade
|
Nathan Bossart |
17:38 |
|
Re: New PostgreSQL Contributors
|
Nathan Bossart |
17:40 |
|
Re: Fwd: BUG #18016: REINDEX TABLE failure
|
Nathan Bossart |
18:00 |
|
Re: Let's make PostgreSQL multi-threaded
|
Matthias van de Meent |
18:10 |
|
Re: In Postgres 16 BETA, should the ParseNamespaceItem have the same
index as it's RangeTableEntry?
|
Farias de Oliveira |
18:37 |
|
Re: add timing information to pg_upgrade 📎
|
Nathan Bossart |
18:47 |
|
Re: Eager page freeze criteria clarification
|
Peter Geoghegan |
18:59 |
|
Re: Eager page freeze criteria clarification
|
Melanie Plageman |
19:27 |
|
Re: Eager page freeze criteria clarification
|
Peter Geoghegan |
19:45 |
|
Re: Eager page freeze criteria clarification
|
Robert Haas |
20:19 |
|
Re: Eager page freeze criteria clarification
|
Andres Freund |
20:30 |
|
Re: Support worker_spi to execute the function dynamically.
|
Andres Freund |
20:34 |
|
Re: Eager page freeze criteria clarification
|
Peter Geoghegan |
20:49 |
|
Re: Eager page freeze criteria clarification
|
Robert Haas |
20:49 |
|
Re: Eager page freeze criteria clarification
|
Melanie Plageman |
21:03 |
|
Re: Extension Enhancement: Buffer Invalidation in pg_buffercache
|
Cary Huang |
21:25 |
|
Re: Eager page freeze criteria clarification
|
Peter Geoghegan |
21:30 |
July 29, 2023
July 30, 2023
July 31, 2023
| Thread |
Author |
Time |
|
Re: Support to define custom wait events for extensions 📎
|
Michael Paquier |
01:10 |
|
Re: New PostgreSQL Contributors
|
Dianjin Wang |
01:34 |
|
Adding a LogicalRepWorker type field 📎
|
Peter Smith |
01:46 |
|
回复:pg_rewind fails with in-place tablespace
|
Rui Zhao |
02:07 |
|
Re: 回复:pg_rewind fails with in-place tablespace
|
Michael Paquier |
02:14 |
|
Re: New PostgreSQL Contributors
|
Chris Travers |
03:18 |
|
Re: New PostgreSQL Contributors
|
Amul Sul |
04:37 |
|
Re: New PostgreSQL Contributors
|
Rahila Syed |
04:51 |
|
Re: add timing information to pg_upgrade
|
Bharath Rupireddy |
06:04 |
|
Re: Support to define custom wait events for extensions
|
Bharath Rupireddy |
06:37 |
|
Re: Support to define custom wait events for extensions
|
Masahiro Ikeda |
06:53 |
|
Re: Support to define custom wait events for extensions
|
Michael Paquier |
06:55 |
|
Re: Support to define custom wait events for extensions 📎
|
Michael Paquier |
07:28 |
|
Re: Support to define custom wait events for extensions
|
Masahiro Ikeda |
07:49 |
|
Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h)
|
John Naylor |
07:56 |
|
Re: Support to define custom wait events for extensions
|
Bharath Rupireddy |
08:07 |
|
Re: Support to define custom wait events for extensions
|
Kyotaro Horiguchi |
08:10 |
|
Re: postgres_fdw: wrong results with self join + enable_nestloop off
|
Richard Guo |
08:52 |
|
Re: logical decoding and replication of sequences, take 2
|
Amit Kapila |
09:25 |
|
Re: Performance degradation on concurrent COPY into a single relation
in PG16.
|
John Naylor |
09:39 |
|
Re: Adding a LogicalRepWorker type field
|
Bharath Rupireddy |
09:55 |
|
Missing comments/docs about custom scan path 📎
|
Etsuro Fujita |
10:05 |
|
Re: Support to define custom wait events for extensions
|
Michael Paquier |
10:22 |
|
Re: Support to define custom wait events for extensions
|
Michael Paquier |
10:24 |
|
Re: Support to define custom wait events for extensions
|
Bharath Rupireddy |
10:29 |
|
Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h)
|
Tom Lane |
10:57 |
|
Re: logical decoding and replication of sequences, take 2
|
Tomas Vondra |
11:34 |
|
Re: Avoid undefined behavior with msvc compiler (src/include/port/pg_bitutils.h)
|
John Naylor |
11:55 |
|
Re: stats test intermittent failure
|
Masahiko Sawada |
12:03 |
|
Re: New PostgreSQL Contributors
|
Matthias van de Meent |
12:39 |
|
Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails
|
Alvaro Herrera |
12:57 |
|
Re: Adding a LogicalRepWorker type field
|
Amit Kapila |
13:11 |
|
Re: CDC/ETL system on top of logical replication with pgoutput,
custom client
|
Amit Kapila |
13:31 |
|
Re: Improve join_search_one_level readibilty (one line change)
|
Julien Rouhaud |
13:48 |
|
RE: CDC/ETL system on top of logical replication with pgoutput,
custom client
|
José Neves |
14:16 |
|
Re: CDC/ETL system on top of logical replication with pgoutput, custom client
|
Euler Taveira |
14:27 |
|
Inaccurate comments in ReorderBufferCheckMemoryLimit() 📎
|
Masahiko Sawada |
15:15 |
|
Re: pg_upgrade fails with in-place tablespace
|
Junwang Zhao |
15:26 |
|
Re: proposal: psql: show current user in prompt
|
Jelte Fennema |
15:46 |
|
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan
|
Alena Rybakina |
16:24 |
|
Re: Request for comment on setting binary format output per session 📎
|
Dave Cramer |
16:27 |
|
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan
|
Peter Geoghegan |
16:34 |
|
Re: POC, WIP: OR-clause support for indexes
|
Alena Rybakina |
16:38 |
|
Re: pgsql: Fix search_path to a safe value during maintenance operations.
|
Robert Haas |
16:53 |
|
Re: Faster "SET search_path"
|
Robert Haas |
16:55 |
|
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan
|
Peter Geoghegan |
17:04 |
|
Re: pgsql: Fix search_path to a safe value during maintenance
operations.
|
Joe Conway |
17:17 |
|
Re: should frontend tools use syncfs() ? 📎
|
Nathan Bossart |
17:51 |
|
Re: add timing information to pg_upgrade 📎
|
Nathan Bossart |
18:37 |
Browse Archives
Prev
|
Next