1
23
2
3
3
15
PostgreSQL 17 Released! (www.postgresql.org)
4
5
5
12
submitted 2 months ago* (last edited 2 months ago) by jnovinger@programming.dev to c/postgresql@programming.dev
6
14
7
6
8
18
9
6

Prolog language for PostgreSQL

This is a PostgreSQL extension that allows writing stored procedures in Prolog.

This embeds Scryer Prolog into a PostgreSQL extension.

Proof of concept! Not ready for any actual use.

10
76

PostgreSQL maintainer Simon Riggs has died in a small airplane crash, on Tuesday.

For those who didn't know Simon, he's responsible for PostgreSQL Binary Replication and many big data features. He and I worked together at Greenplum 2006-2008. Postgres would not be the world-leading DB it is today if it weren't for him.

https://www.bbc.com/news/articles/cjex992z0wlo

11
11
12
7
13
6
14
8
15
11
16
32

Lemmy currently uses distinct tables like post_like: (post_id, person_id, score) and post_saved. Unfortunately this causes performance issues when we have to join many of these tables to create views.

One suggestion in this PR, is to combine these into a single post_action table, with a lot of optional columns depending on the action. This solution scares me a little, because I'm afraid we might lose data integrity, and many of our constraints with so many optional columns.

Is there a better way of doing this in SQL?

17
11
18
4
submitted 7 months ago* (last edited 7 months ago) by dragnucs@social.touha.me to c/postgresql@programming.dev

Is it possible to upgrade PostreSQL from 14 to 16 directly when using containers?
@postgresql

19
9
UUID Benchmark War (ardentperf.com)
20
8
21
27
22
8
23
9
24
19
submitted 8 months ago* (last edited 8 months ago) by starman@programming.dev to c/postgresql@programming.dev

GDS is leading the digital transformation of the UK government.

25
5

We walk through the incremental backup feature committed to the Postgres 17 development branch by Robert Haas. We show an example on our local machine.

view more: next ›

PostgreSQL

637 readers
1 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 1 year ago
MODERATORS