Michael Paquier - PostgreSQL committer

  • Home
  • Manuals
  • Presentations
  • Projects
  • Resume
  • Tags
  • About

Postgres 14 highlight - Memory dumps

2021-06-06 06:42:22 +0000

PostgreSQL has gained two features that help in getting information about the memory usage of sessions. First, as of this commit, there is one new system view that reports the memory usage for a session:

Read more...

Postgres 14 highlight - REINDEX TABLESPACE

2021-05-30 06:57:01 +0000

The following feature has been committed into PostgreSQL 14, as of this commit:

Read more...

Postgres 14 highlight - Fun with Hashes

2021-05-23 12:58:12 +0000

PostgreSQL has a long history with cryptographic hashes, coming into three parts, roughly. First, MD5 authentication, that exists in PostgreSQL since 2001 in this commit. This feature has come up with its own implementation of this hash in either src/common/md5.c or src/backend/libpq/md5.c, depending on the branch of the code checked out. This is then used by libpq or the backend code. One thing to know is that this code gets used even when building PostgreSQL with OpenSSL, library that has its own APIs to be able to build MD5 hashes.

Read more...

Postgres 14 highlight - CREATE TABLE COMPRESSION

2021-05-15 13:06:22 +0000

It has been some time since something has been posted on this blog, and here is a short story about the following commit, for a feature that will land in the upcoming version 14 of PostgreSQL:

Read more...

Postgres 12 highlight - Replication slot copy

2019-07-29 07:54:51 +0000

Replication slots can be used in streaming replication, with physical replication slots, and logical decoding, with logical replication slots, to retain WAL in a more precise way than wal_keep_segments so as past WAL segments are removed at checkpoint using the WAL position a client consuming the slot sees fit. A feature related to replication slots has been committed to PostgreSQL 12:

Read more...

« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 Next »

Search

Social

Github

RSS Feeds

Main

Postgres

Sponsor

Unless otherwise specified, the contents of this website are (C)Copyright Michael Paquier 2010-2025 and are licensed for use under CC BY-NC-ND 4.0.