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
- Host: GitHub
- URL: https://github.com/afiskon/postgresql-extensions
- Owner: afiskon
- License: mit
- Created: 2021-11-22T09:54:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T14:20:50.000Z (about 1 year ago)
- Last Synced: 2025-05-27T14:50:24.150Z (about 1 year ago)
- Topics: postgresql
- Language: C
- Homepage: https://eax.me/postgresql-extensions/
- Size: 36.1 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/