An open API service indexing awesome lists of open source software.

https://github.com/afiskon/postgresql-extensions

Experiments with PostgreSQL extensions
https://github.com/afiskon/postgresql-extensions

postgresql

Last synced: about 1 year ago
JSON representation

Experiments with PostgreSQL extensions

Awesome Lists containing this project

README

          

# postgresql-extensions
Experiments with PostgreSQL extensions.

Corresponding articles (in Russian):

1. https://eax.me/postgresql-extensions/
2. https://eax.me/postgresql-extensions-function-call/
3. https://eax.me/postgresql-extensions-logging-and-exceptions/
4. https://eax.me/postgresql-extensions-memory-management/
5. https://eax.me/postgresql-extensions-table-access/
6. https://eax.me/postgresql-shmem-locks/
7. https://eax.me/postgresql-extensions-guc/
8. https://eax.me/postgresql-type-cache/

See also:

- https://eax.me/postgresql-background-workers/

Related articles about PostgreSQL internals in general:

- https://eax.me/postgresql-data-layout/
- https://eax.me/postgresql-toast/
- https://eax.me/postgresql-procarray-clog/
- https://eax.me/postgresql-shared-buffers/
- https://eax.me/postgresql-wal/
- https://eax.me/postgresql-xid-wraparound/
- https://eax.me/postgresql-visibility-map/
- https://eax.me/postgresql-free-space-map/
- https://eax.me/postgresql-syscache/
- https://eax.me/postgresql-add-function/
- https://eax.me/postgresql-portal/
- https://eax.me/postgresql-protocol/