1
11
submitted 3 weeks ago by [email protected] to c/[email protected]
2
9
submitted 3 weeks ago by [email protected] to c/[email protected]
3
7
submitted 1 week ago by [email protected] to c/[email protected]
4
9
submitted 1 month ago by [email protected] to c/[email protected]
5
8
submitted 1 month ago by [email protected] to c/[email protected]
6
11
pgAdmin 4 v9.2 Released (www.postgresql.org)
submitted 1 month ago by [email protected] to c/[email protected]
7
12
submitted 3 months ago by [email protected] to c/[email protected]
8
9
submitted 3 months ago by [email protected] to c/[email protected]

I came across this blog and thought it was a nice demonstration of the backup, recovery and migration options in CNPG, and the cloud-native way of working in a tough situation: treat your servers as cattle, not as pets. Spin up a new container and kill the problematic old one.

9
7
submitted 5 months ago by [email protected] to c/[email protected]

I'm doing an extension that creates a pool of named background workers. Happy to hear any feedback on this.

CREATE EXTENSION pg_worker_pool;
CALL worker_pool.submit('foo', 'create index myindex_1 on my_big_table (id)');
CALL worker_pool.submit('foo', 'create index myindex_1 on my_big_table (name)');
CALL worker_pool.submit('bar', 'create index otherindex_2 on other_big_table (author)');
CALL worker_pool.submit('bar', 'create index otherindex_2 on other_big_table (title)');

This will start two background workers, foo and bar. foo will create an indices on table my_big_table and bar on table other_big_table. foo and bar will run independently of each other, but all indices submitted to the same worker will be created in order.

10
11
submitted 6 months ago by [email protected] to c/[email protected]

What are your experiences with @postgresql jsonb columns as document store?

Is it easy to use from a Spring App? How fast is it? What are its limitations?

#postgresql #json #databases

11
3
submitted 8 months ago by [email protected] to c/[email protected]
12
14
PostgreSQL 17 Released! (www.postgresql.org)
submitted 8 months ago by [email protected] to c/[email protected]
13
5
submitted 8 months ago by [email protected] to c/[email protected]
14
12
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
15
23
submitted 1 year ago by [email protected] to c/[email protected]
16
14
submitted 1 year ago by [email protected] to c/[email protected]
17
6
submitted 1 year ago by [email protected] to c/[email protected]
18
18
submitted 1 year ago by [email protected] to c/[email protected]
19
6
submitted 1 year ago by [email protected] to c/[email protected]

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.

20
76
submitted 1 year ago by [email protected] to c/[email protected]

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

21
11
submitted 1 year ago by [email protected] to c/[email protected]
22
8
submitted 1 year ago by [email protected] to c/[email protected]
23
6
submitted 1 year ago by [email protected] to c/[email protected]
24
8
submitted 1 year ago by [email protected] to c/[email protected]
25
11
submitted 1 year ago by [email protected] to c/[email protected]
view more: next ›

PostgreSQL

921 readers
1 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 2 years ago
MODERATORS