Hacker Newsnew | past | comments | ask | show | jobs | submit | hans_castorp's commentslogin

A side note on pgBackRest: PGX created a fork and announced to maintain it under the name pgxbackup:

https://thebuild.com/blog/2026/05/01/pgxbackup-continuity-su...


German citizen as well.

So with a Jolla phone and Linux laptop, I am left in the cold.


> If you want something that is more like actual recursion (I.e., depth-first), Oracle has CONNECT BY which does not require the same kind of tracking. It also comes with extra features to help with cycle detection, stack depth reflection, etc.

All that is supported with CTEs as well. And both Postgres and Oracle support the SQL standard for these things.

You can't choose between breadth first/depth first using CONNECT BY in Oracle. Oracle's manual even states that CTE are more powerful than CONNECT BY


> and it has no way to serialize a query plan to some form that can be shared between processes

https://www.postgresql.org/docs/current/parallel-query.html

"PostgreSQL can devise query plans that can leverage multiple CPUs in order to answer queries faster."


Nothing to do with plan caching, thats just talking about plan execution of parallel operations which is that thread or process based in PG?

If process based then they can send small parts of plan across processes.


Ah, didn't see the caching part.

Plans for prepared statements are cached though.


Yes if the client manually prepares the statement it will be cached for just that connection because in PG a connection is a process, but it won't survive from one connection to the next even in same process.

Other databases like MSSQL have prepared statements but they are rarely used now days since plan caching based on query text was introduced decades ago.


Only on a per-connection basis


This is simply not true.

Some people are investigated because they spread lies, insults and threats. Things that would be investigated (and punished) as well, if done "off line".

The freedom of speech does not mean "freedom to harass, threat or insult people".

The oppression of free speech seems to be happening much more in the USA, where you are not allowed to criticize the politics of the ruling party any more.


You should look up the number of lawsuits German politicians dish out for being criticized online. Funded by the tax payer of course.


So you claim that all 12,000 arrests in the UK and all 3,500 arrests in Germany for online speech are justifiable? https://x.com/croucher_miles/status/2010716875190161614?s=46


Except it does mean exactly that if you have money


Postgres does index de-duplication. So it's likely that even if you change the strings to enums, the index won't be that much smaller.

> Furthermore, why have two indexes with the same leading field (status)?

That indeed is a valid question.


Can we please stop calling it "sideloading"? It's simply "installing" software on hardware that I own, and that I should have full control over.


[deleted]


If that's your bar - you should ban the whole of Android's ecosystem from your networks.

https://www.bleepingcomputer.com/news/security/malicious-and...


No relational database implements syntax highlighting. The tools you use to write and execute SQL queries implement that.


Or use a hand as a 5-bit integer, then you can count to 31 :)


It's hard to actually count using more than 4 bits/hand though. The quickest methods that require the least dexterity are those that count the knuckles (which are actually used in some counting traditions, unlike binary finger-counting).


I was going to refer to the new Jolla Phone, but then I realized that it doesn't have a headphone jack.


Furiphone lost theirs as well.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: