Neues vom PostgreSQL Planet
Floor Drees: PostgreSQL Contributor Story: Vaibhav Dalvi
Floor Drees: PostgreSQL Contributor Story: Akshay Joshi
Ian Barwick: PgPedia Week, 2025-11-23
Andreas Scherbaum: PostgreSQL Berlin November 2025 Meetup
Cornelia Biacsics: Contributions for week 47, 2025
Seven PostgreSQL contributors completed this year of Google Summer Of Code:
Contributors:
- Ahmad Gouda
- Ashutosh Sh
- Bassam Adnan
- Gaurav Patidar
- Mankirat Singh
- Mohab Yasser
- Tejas Tyagi
Mentors:
Robins Tharakan: PostgreSQL Buildfarm Members: A status update
Robins Tharakan: Managing PostgreSQL Buildfarm Members: A status update
Bruce Momjian: Two Database Videos
In the past few months, two new database videos were released on YouTube. From Hollerith to Stonebraker, from IMS to Postgres, the first video does a great job of walking through the history of databases in a way that I have never seen before.
Bruce Momjian: Cleanup Time
With 3k slides and 64 presentations (and more two pending), the Presentations section of my website was getting cluttered. (Okay, I guess it has been cluttered for a while.) I have restructured the sections, adding two, removing one, and moving superseded presentations to Old. Hopefully this will help website visitors more easily find useful information.
Paul Ramsey: PostGIS Performance: Data Sampling
One of the temptations database users face, when presented with a huge table of interesting data, is to run queries that interrogate every record. Got a billion measurements? What’s the average of that?!
One way to find out is to just calculate the average.
SELECT avg(value) FROM mytable;For a billion records, that could take a while!
Seiten
- « erste Seite
- ‹ vorherige Seite
- …
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14

