pgsql-hackers since 2025-05-13 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 May 13, 2025
| Thread | Author | Time |
| RE: [WIP]Vertical Clustered Index (columnar store extension) - take2 📎 | Aya Iwata (Fujitsu) | 01:08 |
| Re: Useless LEFT JOIN breaks MIN/MAX optimization 📎 | Alena Rybakina | 01:47 |
| fix: propagate M4 env variable to flex subprocess 📎 | J. Javier Maestro | 03:14 |
| make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock 📎 | jian he | 03:26 |
| Re: PG 18 release notes draft committed | David G. Johnston | 03:27 |
| Re: Suggestion to add --continue-client-on-abort option to pgbench 📎 | Rintaro.Ikeda | 03:49 |
| RE: Changing shared_buffers without restart 📎 | Jack Ng | 05:03 |
| Re: Why our Valgrind reports suck | Yasir | 05:28 |
| Re: Suggestion to add --continue-client-on-abort option to pgbench | Dilip Kumar | 05:56 |
| Re: PG 18 release notes draft committed | Laurenz Albe | 06:05 |
| Re: make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock | Dilip Kumar | 06:22 |
| Add explicit initialization for all PlannerGlobal fields 📎 | Richard Guo | 08:02 |
| Re: make VALIDATE domain constraint lock on related relations as ShareUpdateExclusiveLock | wenhui qiu | 09:34 |
| Re: Vacuum statistics | Alena Rybakina | 09:49 |
| Backward movement of confirmed_flush resulting in data duplication. 📎 | shveta malik | 10:17 |
| Re: Backward movement of confirmed_flush resulting in data duplication. | Dilip Kumar | 10:52 |
| Re: Improve monitoring of shared memory allocations | Amit Kapila | 11:04 |
| Re: Allow reading LSN written by walreciever, but not flushed yet | Fujii Masao | 11:13 |
| Re: Add explicit initialization for all PlannerGlobal fields | David Rowley | 11:26 |
| Re: Add an option to skip loading missing publication to avoid logical replication failure | Amit Kapila | 11:33 |
| Re: Fix incorrect order of params in comment | Daniel Gustafsson | 11:38 |
| Re: using index to speedup add not null constraints to a table | Andres Freund | 13:37 |
| Re: Test mail for pgsql-hackers | Andres Freund | 13:40 |
| Re: Serverside SNI support in libpq | Andres Freund | 13:46 |
| Re: Memoize ANTI and SEMI JOIN inner | Andres Freund | 13:51 |
| Re: Add partial :-variable expansion to psql \copy | Andres Freund | 13:57 |
| spurious pg_amcheck test failure | Andres Freund | 15:25 |
| Re: fix: propagate M4 env variable to flex subprocess | Andres Freund | 15:54 |
| ARM/ARM64 SpinLockAcquire and SpinLockRelease are not full barriers 📎 | Yura Sokolov | 16:22 |
| Re: queryId constant squashing does not support prepared statements | Dmitry Dolgov | 16:57 |
| Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part | David E. Wheeler | 18:07 |
| Re: Remove Instruction Synchronization Barrier in spin_delay() for ARM64 architecture | Salvatore Dipietro | 18:37 |
| Re: Allow reading LSN written by walreciever, but not flushed yet | Mihail Nikalayeu | 20:11 |
| Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part | Florents Tselai | 20:24 |
| Disable parallel query by default 📎 | Scott Mead | 20:36 |
| Re: Small fixes needed by high-availability tools | Mihail Nikalayeu | 20:44 |
| Re: Disable parallel query by default | Lukas Fittl | 21:05 |
| Re: Disable parallel query by default | Greg Sabino Mullane | 21:07 |
| Re: Batch TIDs lookup in ambulkdelete | Matheus Alcantara | 21:25 |
| Re: Disable parallel query by default | Scott Mead | 21:53 |
May 14, 2025
| Thread | Author | Time |
| Re: Statistics Import and Export 📎 | Hari Krishna Sunder | 00:01 |
| Re: Add explicit initialization for all PlannerGlobal fields | Richard Guo | 01:05 |
| Re: Memoize ANTI and SEMI JOIN inner 📎 | Richard Guo | 02:13 |
| Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part | David E. Wheeler | 03:00 |
| Re: Backward movement of confirmed_flush resulting in data duplication. | Amit Kapila | 03:45 |
| Re: Logical Replication of sequences | Nisha Moond | 04:25 |
| Re: Logical Replication of sequences 📎 | vignesh C | 04:56 |
| Re: Logical Replication of sequences | vignesh C | 04:59 |
| Re: Backward movement of confirmed_flush resulting in data duplication. | Dilip Kumar | 06:29 |
| Re: Limiting overshoot in nbtree's parallel SAOP index scans | Amit Kapila | 06:35 |
| Re: Backward movement of confirmed_flush resulting in data duplication. | Alexander Kukushkin | 06:42 |
| Re: Backward movement of confirmed_flush resulting in data duplication. | Amit Kapila | 06:45 |
| Re: Allow reading LSN written by walreciever, but not flushed yet | Alexander Kukushkin | 06:54 |
| Re: Allow reading LSN written by walreciever, but not flushed yet | Alexander Kukushkin | 07:02 |
| Re: Assert failure in base_yyparse 📎 | Richard Guo | 07:06 |
| Re: Disable parallel query by default | Laurenz Albe | 08:06 |
| Re: Vacuum statistics | Amit Kapila | 08:55 |
| Re: Suggestion to add --continue-client-on-abort option to pgbench | Srinath Reddy Sadipiralla | 09:08 |
| Re: Backward movement of confirmed_flush resulting in data duplication. | Dilip Kumar | 09:15 |
| Re: using index to speedup add not null constraints to a table 📎 | jian he | 09:16 |
| Re: Small fixes needed by high-availability tools | Amit Kapila | 09:33 |
| vectorized CRC on ARM64 📎 | John Naylor | 10:36 |
| Re: Incremental Sort Cost Estimation Instability 📎 | Andrei Lepikhov | 10:50 |
| Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part 📎 | Florents Tselai | 15:33 |
| PostgreSQL 18 Beta 1 io_max_concurrency | Jafri, Nazneen | 15:38 |
| Re: Disable parallel query by default | Álvaro Herrera | 15:51 |
| Re: Statistics Import and Export | Nathan Bossart | 15:53 |
| Re: Assert failure in base_yyparse | Alvaro Herrera | 16:20 |
| Re: Small fixes needed by high-availability tools | Andrey Borodin | 18:13 |
| Re: PostgreSQL 18 Beta 1 io_max_concurrency | Tom Lane | 19:25 |
| Re: Small fixes needed by high-availability tools | Mihail Nikalayeu | 19:34 |
| Re: Statistics Import and Export 📎 | Hari Krishna Sunder | 20:30 |
| Re: Better visualization of default values 📎 | Marcos Pegoraro | 20:40 |
| Should we optimize the `ORDER BY random() LIMIT x` case? | Aleksander Alekseev | 23:41 |
May 15, 2025
May 16, 2025
May 17, 2025
May 18, 2025
May 19, 2025
Browse Archives
Prev |
Next