Wolfgang Walther
1b74b93466
remove: drop support for PostgreSQL 13
...
PostgreSQL 13 has been EOL since November 2025 and will not be available
in the next Nixpkgs bump anymore.
2026-04-19 13:16:55 +00:00
Taimoor Zaeem and Wolfgang Walther
c3500bd3af
docs(install): update postgresql minimum supported version
...
PostgREST dropped support for PostgreSQL version 12 however,
it was not reflected in the docs.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2026-02-12 09:22:01 +00:00
Taimoor Zaeem and Steve Chavez
99984d328e
docs: add section on docker resource constraints
...
Closes #4623 .
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2026-02-06 16:30:47 -05:00
Kian-Meng Ang and Steve Chavez
f5c7cde9b7
docs: fix typos
...
Found via `codespell -S test -L notin,nam,plantext,cryto,corelation,inout,ot`
2026-01-06 05:24:51 +08:00
Taimoor Zaeem and Wolfgang Walther
08c6deba12
docs: update server-host config in docker-compose example
...
The docker-compose example did not work with multiple containers
when PGRST_SERVER_HOST is set to `localhost`. This updates the
value to `0.0.0.0` allowing other containers to connect.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2025-11-18 09:36:37 +00:00
steve-chavez
b20d369176
docs: elaborate on Docker tag
...
Also link to installation from README.md
Closes https://github.com/PostgREST/postgrest/issues/4385 .
2025-10-23 18:57:41 -05:00
Taimoor Zaeem and Steve Chavez
a9a1763328
add: --ready flag for postgrest healthcheck
...
The `--ready` flag is a wrapper around the admin server
`/ready` request. This is done through using an http client
library in postgrest.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com >
2025-09-28 18:01:10 -05:00
steve-chavez
ac155a9391
docs: clarify auth page
...
Reorganizes the auth page and clarifies some links
2025-07-28 15:43:38 -05:00
steve-chavez
72f6036432
docs: external authentication page in explanations
...
- Move page from External JWT generation
2025-05-30 17:59:51 -05:00
steve-chavez
3af3371e1e
docs: add note about Plan in architecture page
...
Also add links to the ApiRequest, Plan and Query components in the
diagram.
2025-03-05 18:37:10 -05:00
Wolfgang Walther
5d445a70d3
docs: Fix outdated links
2025-02-22 16:10:44 +01:00
Laurence Isla
295b00f360
docs: use PlantUML instead of Latex to generate Schema Isolation image
2024-06-26 11:33:04 -05:00
Wolfgang Walther
fd6cd037ec
docs: Fix linkcheck
...
Some URLs are still forbidden for our linkcheck tool, so disabling them
again.
Others are permanently redirected, so adjusting them.
2024-06-19 08:40:15 +02:00
Laurence Isla and Steve Chavez
2e910e5338
docs: improve architecture diagram
...
- SVG format instead of PNG
- The components now have links to their reference in the Docs
- Supports dark mode
2024-06-16 17:31:26 -05:00
Wolfgang Walther and Wolfgang Walther
7d2d363575
docs: Fix punctuation in install.rst
2024-06-15 17:23:34 +02:00
Wolfgang Walther and Wolfgang Walther
bb96c2dc74
feat: Drop support for pg 11
...
PostgreSQL 11 is EOL since November 2023.
2024-06-15 17:23:34 +02:00
Wolfgang Walther and Wolfgang Walther
126178642b
feat: Drop support for pg 10
2024-06-15 17:23:34 +02:00
Wolfgang Walther and Wolfgang Walther
daa77d17aa
feat: Drop support for pg 9.6
2024-06-15 17:23:34 +02:00
Laurence Isla and Steve Chavez
5afa321e89
docs: add "Listener" page
...
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
2024-06-12 18:19:16 -05:00
steve-chavez
82aa58a08f
docs: deprecate EOL pg versions
2024-06-11 09:43:09 -05:00
steve-chavez
1c371d7340
docs: clarify architecture
2024-05-24 18:05:45 -05:00
steve-chavez
47e9a2d134
refactor: Listener to own module
2024-05-23 19:34:42 -05:00
Laurence Isla
70396d3f6c
docs: add dark mode
...
- Uses sphinx-rtd-dark-mode for sphinx-rtd-theme
- Adds dark mode logos for sponsors
2024-04-10 18:37:57 -05:00
steve-chavez
c9136816a2
docs: move ARCHITECTURE.md to architecture.rst
2024-04-10 15:51:08 -05:00
Wolfgang Walther and Wolfgang Walther
944b02fbb8
docs: Rename Stored Procedures to Functions consistently
...
This avoids confusing our RPCs with actual CREATE PROCEDURE, which we don't
support.
References https://github.com/PostgREST/postgrest-docs/issues/147
2024-02-21 09:40:11 +01:00
Wolfgang Walther and Wolfgang Walther
9b1ff2235a
docs: Simplify auth examples with OUT parameter
...
The jwt_token type was not created consistently in all examples, which can
be confusing when following those. To return an object with a single key
named token, it's enough to have an OUT parameter to the function.
Resolves https://github.com/PostgREST/postgrest-docs/issues/280
2024-02-21 09:40:11 +01:00
Wolfgang Walther and Wolfgang Walther
6eaaa9aa9b
docs: Remove note about possible memory leak on alpine
...
We don't have any justification to add this hint anywhere.
Resolves https://github.com/PostgREST/postgrest-docs/issues/399
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
0e7af7b77b
docs: Various formatting improvements
2024-02-19 21:54:15 +01:00
Laurence Isla and GitHub
cb5d80aff8
Remove HTTP Snippets
2024-01-17 09:07:37 -05:00
steve-chavez
4bb98225d8
docs: remove Heroku integration
2024-01-10 17:23:13 -05:00
steve-chavez
70c0d88fa7
bring back schema isolation on its own page
2023-12-01 19:03:23 -05:00
Laurence Isla and GitHub
62512268cd
Add PostgREST installation using package managers to tut0
2023-11-30 18:20:54 -05:00
steve-chavez
54bfefdb55
move heroku outside Installation
2023-08-10 08:49:55 -05:00
steve-chavez
a6f93f55b1
clear supported pg versions
...
closes #592
2023-08-10 08:49:55 -05:00
Steve Chavez
2e6ebca885
Fix link to archlinux pkg
2023-05-27 22:23:44 -05:00
steve-chavez
dec1e03a0e
add v11 release notes with docs improvs
2023-05-11 01:37:50 -03:00
steve-chavez
637a6e281d
Move part of admin to references
...
- Add integrations section with Nginx and SystemD
- Move Nginx and SystemD sections from admin on integrations
2023-05-08 13:17:33 -03:00
steve-chavez
79620396ed
remove manual inclusion of pages on index
...
* drop unavailable doc pages from release notes
* rename releases pages so they order in TOC
2023-05-08 08:58:09 -03:00