HN user

linuxhiker

304 karma
Posts86
Comments43
View on HN
github.com 15d ago

Open_pg_tde: Transparent Data Encryption for PostgreSQL

linuxhiker
2pts1
github.com 16d ago

Plruby, Procedures for PostgreSQL in Ruby

linuxhiker
2pts1
github.com 20d ago

Pl/PHP (procedure language) for PostgreSQL

linuxhiker
1pts1
github.com 1mo ago

Authenticate PostgreSQL with SSH Keys

linuxhiker
4pts0
drakein28.substack.com 6mo ago

Generating More Revenue

linuxhiker
3pts1
postgresconf.org 8mo ago

Training: Postgres Performance and Maintenance

linuxhiker
2pts1
postgresconf.org 8mo ago

Postgres Conference 2026: Call for papers

linuxhiker
5pts1
www.commandprompt.com 8mo ago

Upgrading PostgreSQL and Citus for Enhanced Database Functionality

linuxhiker
1pts1
commandprompt.com 3y ago

PostgreSQL and Financial Calculations: Part Two

linuxhiker
1pts0
commandprompt.com 3y ago

PostgreSQL and Financial Calculations – Part One

linuxhiker
2pts0
anchor.fm 4y ago

Mark Porter: CTO MongoDB on PostgreSQL and MongoDB

linuxhiker
3pts0
anchor.fm 5y ago

Episode Four: Daniele Varrazzo, Creator of Python Driver Psycopg3

linuxhiker
2pts0
caringdestiny.org 5y ago

Raising Money in Uganda for Schools

linuxhiker
1pts0
anchor.fm 5y ago

Episode Two: Ben Rogojan, the Seattle Data Guy

linuxhiker
1pts0
www.commandprompt.com 5y ago

Thoughts on Forks and Open Source Licenses

linuxhiker
1pts0
anchor.fm 5y ago

More Than a Refresh, Episode 1: Karthik Ranganathan, YugabyteDB CTO

linuxhiker
1pts0
www.commandprompt.com 5y ago

Null Characaters: Work arounds aren't good enough (Postgres)

linuxhiker
2pts0
postgresconf.org 5y ago

Discord for Postgres, New live webinars and more

linuxhiker
1pts0
www.linkedin.com 5y ago

Why “work for hire” could be limiting your company and yourself

linuxhiker
1pts0
postgresconf.org 6y ago

(The Lack of) Postgres in Academia

linuxhiker
2pts0
postgresconf.org 7y ago

PostgreSQL and The great development modernization debate

linuxhiker
8pts0
postgresconf.org 7y ago

People and Postgres: April 17th

linuxhiker
2pts0
postgresconf.org 7y ago

PostgresConf 2019: CFP Open

linuxhiker
1pts0
postgresconf.org 7y ago

PostgresConf Silicon Valley: Schedule Available

linuxhiker
1pts0
postgresconf.org 7y ago

PostgresConf Silicon Valley: Early bird tickets now available

linuxhiker
1pts0
postgresconf.org 7y ago

Postgres Silicon Valley: Patch review workshop summary

linuxhiker
2pts0
commandprompt.com 8y ago

Is it time for a newbie-hacker mentor for PostgreSQL.Org?

linuxhiker
1pts0
postgresconf.org 8y ago

PostgresConf Silicon Valley: October 15th and 16th 2018, CFP is now ope

linuxhiker
1pts0
www.zdnet.com 8y ago

Has the time finally come for Postgresql?

linuxhiker
2pts0
postgresconf.org 8y ago

Let's meet some PostgresConf speakers

linuxhiker
1pts0
Work loudly 8 days ago

This is a great article and it is true.

Success means self-promotion. If you work remote, you have to work loudly. People are not going to see what you do.

I think there is a flaw in thinking that "Creators" have some intrinsic value. The reason the middle gets pushed out is correct in this article but it is missing an important point: there are too many creators.

That is why the top gets heavier and the bottom spreads out.

Transparent Data Encryption offers encryption at the file level and solves the problem of protecting data at rest. The encryption is transparent for users allowing them to access and manipulate the data and not to worry about the encryption process. The extension supports a keyring file and external Key Management Systems (KMS) through a Global Key Provider interface.

PL/Ruby is a procedural-language handler that lets you write database functions in Ruby, stored and executed inside PostgreSQL. You get the expressiveness of Ruby and its standard library with the full power of a native PostgreSQL function: plain functions, set-returning functions, triggers, event triggers, and procedures with transaction control.

https://github.com/commandprompt/plruby

[dead] 6 months ago

The Call for Papers is from:

Thursday, October 9. 2025 until Friday, January 30. 2026.

Your proposal is expected to be reviewed before:

Friday, February 6. 2026.

We have 6 tracks:

Postgres Extensions Day: Dedicated to developers building and maintaining PostgreSQL extensions. Share your work, learn from others, and connect with the extensions community.

Dev: Application development with PostgreSQL. Topics include using extensions like pg_vector for enhanced search performance, creating custom data types, building applications, and leveraging PostgreSQL features in your development workflow.

Ops: Operational practices for PostgreSQL and related technologies. Covers deployment, monitoring, performance tuning, backup strategies, high availability, replication, and infrastructure management.

Essentials: Deep dives into core PostgreSQL functionality. Explore data types, built-in features, query optimization, indexing strategies, and fundamental concepts. If it’s in the documentation or should be, this track explores it thoroughly. Core PostgreSQL knowledge that provides long-term career value.

Life and Fun: Nothing about Postgres goes here. Non-technical topics that make us human. Share your hobbies, side projects, and interests outside of databases. Topics include beekeeping, gardening, homesteading, solar projects, IoT experiments, mountain biking, camping, and anything else that brings you joy.

Professional Development & Wellness: Career growth and personal well-being. Topics include career advancement, managing burnout, work-life integration, mental health, communication skills, leadership development, and building sustainable careers in technology.

I am running for President in 2028. Here is my first platform statement on generating more revenue in a equitable manner.

Thank you for your interest in submitting to Postgres Conference: 2026.

We have 6 tracks:

Postgres Extensions Day: Do you develop Postgres Extensions?

Do you want to develop Postgres Extensions?

This day/track is for you!

Dev: All about developing with PostgreSQL. This can be about using extensions like pg_vector to increase your search performance to how to write a new data type.

Ops: Talks on the operational practices of Postgres and related technologies.

Essentials: Datatypes, How do I and data types oh my! If it is in the docs, or should be an isn't... this is where you elaborate on all the glory that is Postgres Essentials. Do not overlook this track it is job security.

Life and Fun: Nothing about Postgres goes here. Do you want to talk about your beehive, backyard garden, homestead, solar, latest IoT project, mountain biking or camping? This is the place.

Professional Development & Wellness: Career enhancement, dealing with burnout and the false ideal of a work life balance. This is where you find peers to help with all kinds of life problems and opportunities.

The Call for Papers is open from Thursday, October 9. 2025 until Friday, January 30. 2026. Your proposal is expected to be reviewed before Friday, February 6. 2026.

Upgrading PostgreSQL and Citus: A Real-World Case Story When your organization relies on PostgreSQL and Citus, a PostgreSQL upgrade isn’t just about version numbers—it’s about unlocking new features, improving scalability, and optimizing performance. Yet in modern distributed environments, with Docker, Kubernetes, and custom extensions, upgrades can be complex without the right approach.

I will likely never drive anything but a truck. They are the ultimate useful vehicle. I have an F150 as my daily driver and an F250 for my farm truck (I have 10 acres).

No, I am not a Trump flag flyer. I just happen to really like useful vehicles.

In terms of overall adoption, PostgreSQL doesn't need to catch Oracle or MySQL. The people that enjoy legacy platforms are not going to change (necessarily).

Real work gets done with PostgreSQL. You can't buy something from Amazon.com without using PostgreSQL. The more Amazon talks about that in their ecosystem, the more PostgreSQL becomes the default choice for all new developers within that (very large) ecosystem.

When you combine that with the loud presence of another 800lb Gorilla promoting PostgreSQL (MSFT), the market has spoken.

This indeed is the concern. I don't think most people are going to care if it is PostgreSQL.Org PostgreSQL, or Babelfish for PostgreSQL in the long run. What they will care about is modernity of the development process and who has the "cool" features.

When you look at something that has nothing to do with the Babelfish functionality but would absolutely help PostgreSQL, consider PHOT. PHOT (Partial HOT) is a great opportunity for PostgreSQL that Amazon is trying to give back. However, I wouldn't be surprised if the .Org community were to not accept the patch, the feature would end up in Babelfish. If that happens, we now have a viable fork which has 100% compatibility++.