On Tue, Mar 4, 2025 at 3:50 PM Robert Haas <robertmh...@gmail.com> wrote: > On Mon, Mar 3, 2025 at 8:21 PM Jelte Fennema-Nio <m...@jeltef.nl> wrote: > > As always, please test out the current staging website[1] to give some > > feedback. > > HTTP auth user and password are both pgtest. > > So, that worked for me, but then it wants me to log into my > postgreql.org account, and that doesn't seem to work.
Same here. I'd quite like to see the dashboard view for myself (not just a screenshot), so it'd be nice to figure this out. > > Also I wanted to highlight the work Jacob Brazeal is doing again. He > > has been working on an AI-powered summarization and patch review > > recommendation engine[2]. I definitely recommend people to take a look > > at that and leave some feedback. > > Thanks for highlighting this. I tried this out, and was pleasantly surprised to see what seemed like useful summaries of discussions that I was directly involved in. For example, the thread about adding "Index Searches: N" to EXPLAIN ANALYZE that we were involved with was summarized as: "Main Issue: The main outstanding issue is where to store the state that tracks the number of index searches (IndexScanDesc, BTScanOpaque, or a global counter)." This single line summary was spot on. The summary of my nbtree skip scan patch series was also quite good. I'm not sure if I'll ever actually use this tool day to day, or even week to week. But I just might. In any case I'm glad that somebody is experimenting with it. -- Peter Geoghegan