Laurence Isla and Wolfgang Walther
c7152787b9
docs: clarify usage of upsert with surrogate primary keys
2024-11-16 13:16:35 +01:00
Wolfgang Walther
5b755b2877
docs: Remove broken link
...
https://github.com/PostgREST/postgrest/actions/runs/11136795565/job/30949162312
2024-10-04 16:02:33 +02:00
renovate[bot] and Wolfgang Walther
9100ba3b70
chore(deps): update dependency urllib3 to v2.2.3
2024-09-12 21:01:08 +02:00
Jason Close and GitHub
1fff248c78
docs: rpc example for array of json objects
...
This change adds an explanation of how to handle an array of JSON objects within an RPC call. To pass multiple objects, an array of JSON objects must be the JSON value, with the key being the json or jsonb variable name of the Postgres function.
For people who want to perform multiple tasks/inserts/updates within a single API call, this is a needed explanation for that use-case.
2024-08-23 13:00:19 -05:00
steve-chavez and Wolfgang Walther
e451700d5d
chore: remove links to gitter
...
We'll now use github discussions for support.
2024-07-13 17:11:06 +02:00
steve-chavez and Wolfgang Walther
8715e426c0
chore: remove paypal links
...
It was tied to a personal account and donations there have been too rare.
2024-07-10 21:13:23 +02:00
Sandro Bauer and Wolfgang Walther
521acf61cb
docs: fix rendering for inline code block in operator list
2024-07-02 12:28:24 +02:00
Laurence Isla and Steve Chavez
5a1e9b01e4
nix: remove texlive dependencies from postgrest-docs-render
2024-06-27 14:08:16 -05:00
Laurence Isla and Steve Chavez
d3292d42de
docs: use PlantUML instead of Latex to generate Schema Isolation image
2024-06-27 14:08:16 -05:00
Laurence Isla and Steve Chavez
572581cbb6
chore: organize diagrams in different folders
2024-06-27 14:08:16 -05:00
steve-chavez
9daddb549c
docs: add listener recovery
2024-06-27 14:08:16 -05:00
Laurence Isla and Steve Chavez
5b62501ce7
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-27 14:08:16 -05:00
Wolfgang Walther and Steve Chavez
7860e7287f
docs: Fix punctuation in install.rst
2024-06-27 14:08:16 -05:00
Michal Kleczek and Steve Chavez
c958f94753
docs: add pg-notify-stdout to ecosystem
2024-06-27 14:08:16 -05:00
Wolfgang Walther
9657d46c42
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:58 +02:00
renovate[bot] and Wolfgang Walther
70e07ccbc6
chore(deps): update dependency urllib3 to v2.2.2
2024-06-17 21:04:03 +02:00
Laurence Isla
d4e7d23268
docs: fix example of listener failure on read replicas
2024-06-12 19:46:23 -05:00
Laurence Isla
4e084b664c
docs: clarify what is logged when "log-level=debug"
2024-06-12 18:30:19 -05:00
Laurence Isla
91024b6eab
docs: add missing logs to stderr
...
- Schema cache stats are now logged to stderr
- Log when the LISTEN channel gets a notification
2024-06-12 18:30:19 -05:00
Laurence Isla and Steve Chavez
0e4fcd7387
docs: add "Listener" page
...
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
2024-06-12 18:30:19 -05:00
Wolfgang Walther
49a7aa9933
bump docs version to 12.2
2024-06-12 07:47:17 +02:00
steve-chavez
82aa58a08f
docs: deprecate EOL pg versions
2024-06-11 09:43:09 -05:00
Laurence Isla
db85faf3ed
docs: wrap in double quotes the filters with reserved characters in logical operators
2024-06-05 17:59:44 -05:00
Laurence Isla
aaf2d2e430
docs: add example for double embedding when doing OR filtering across embeds
2024-06-04 16:51:28 -05:00
Laurence Isla
50b2d302d0
docs: use "curl --get" for better readability when necessary
2024-05-31 20:24:06 -05:00
steve-chavez
a51a74b3c1
docs: shorten CLI
2024-05-24 18:05:45 -05:00
steve-chavez
1c371d7340
docs: clarify architecture
2024-05-24 18:05:45 -05:00
steve-chavez
30ca64d849
docs: improve observability
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
f5767b8d86
docs: add "config" and "schema_cache" endpoints to the admin server
2024-05-22 19:16:01 -05:00
Taimoor Zaeem and Steve Chavez
8cbcf9867b
feat: add config db-hoisted-tx-settings to allow only hoisted function settings
2024-05-21 19:50:03 -05:00
Laurence Isla and Steve Chavez
1ca5b6f6ba
docs: ignore linkcheck for blog.frankel.ch
2024-05-21 17:23:11 -05:00
Taimoor Zaeem and Steve Chavez
5cc32c7f87
fix: fix incorrect 413 error on pg 54* errors
2024-05-20 18:59:33 -05:00
steve-chavez
c8ba505b99
docs: linkcheck ignore patreon
2024-05-19 13:44:23 -05:00
steve-chavez
d25df459ea
feat: add metric label for scache load
...
localhost:3001/metrics now includes:
pgrst_schema_cache_loads_total{status="FAIL"} 352.0
pgrst_schema_cache_loads_total{status="SUCCESS"} 3.0
This allows testing the failure case on:
https://github.com/PostgREST/postgrest/issues/3424#issuecomment-2104904910
2024-05-14 17:57:21 -05:00
Wolfgang Walther
aef29d49ba
docs: Mark db_tx_end as db-configurable
2024-05-12 11:53:59 +02:00
Taimoor Zaeem and Wolfgang Walther
7a5079542c
docs: update docs for pg error 53400
2024-05-12 11:47:05 +02:00
steve-chavez
0060abeb01
feat: /live and /ready respond with 500 on failure
...
503 is still used by /ready to indicate a transient state
that can be recovered from.
2024-05-08 17:19:48 -05:00
steve-chavez
df9b373465
docs: better place for application_name
2024-05-06 11:12:45 -05:00
steve-chavez
7e91e5311d
fix: not adding application_name on all URIs
2024-05-06 11:12:45 -05:00
Taimoor Zaeem and Steve Chavez
7e5fd317e6
docs: add docs page for CLI
2024-04-29 12:51:54 -05:00
Laurence Isla
85a4e35a2d
docs: fix http status for PGRST121 error
2024-04-24 15:04:35 -05:00
steve-chavez
3eff4670f0
docs: metrics for schema cache and connection pool
2024-04-23 19:08:37 -05:00
steve-chavez
3e615bd0d9
feat: add log-level=debug
2024-04-22 21:36:29 -05:00
Taimoor Zaeem and Steve Chavez
88abf600c4
fix: fix wrong http status on pg error 42P17 infinite recursion
2024-04-22 13:40:07 -05:00
steve-chavez
b88191299f
docs: remove schema cache dep from Query
2024-04-10 19:35:23 -05:00
Laurence Isla
4bcd6725fe
chore: update sponsor logos
2024-04-10 18:37:57 -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
steve-chavez
4428253efe
docs: move health_check.rst to admin_server.rst
2024-04-10 15:51:08 -05:00