steve-chavez
49d4b9b7db
fix dict
2023-08-10 08:49:55 -05:00
steve-chavez
291b6f3587
add different ways to specify the connection string
...
Closes #576
2023-08-10 08:49:55 -05:00
steve-chavez
fefd0e2e83
dry config and make it responsive
...
* shorten connection pool
* move securing execution plan
* shorten config intro page
2023-07-31 19:22:26 -05:00
a6aa2adf04
Remove embedding disambiguation in favor of computed rels ( #660 )
...
* Add SQL snippets for ERDs
---------
Co-authored-by: steve-chavez <stevechavezast@gmail.com >
2023-07-20 09:02:33 -05:00
ab8ccf43a6
add domain representations ( #655 )
...
* add domain representations
* Update docs/references/api/domain_representations.rst
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
* Update docs/references/api/domain_representations.rst
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
* Update docs/references/api/domain_representations.rst
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
* Update docs/references/api/domain_representations.rst
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
* Update docs/references/api/domain_representations.rst
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
* Update docs/references/api/domain_representations.rst
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
* add custom domain subheading and TOC
this way it can be seen at the beggining there are advantages over views
and computed fields.
* important note for scache reloading
* clarify advantages
* why not create a type?
---------
Co-authored-by: Alexander Ljungberg <aljungberg@wireload.net >
2023-07-02 14:51:47 -05:00
Laurence Isla and GitHub
772046242e
Add postgrest-docs-dictcheck to CI
2023-06-14 14:55:28 -05:00
Laurence Isla and GitHub
396afa106e
Remove old or unmaintained links from the ecosystem page
2023-06-12 19:36:06 -05:00
steve-chavez
fb59b82c35
references: updated automatic recovery
...
* use bullets were possible and join paragraphs.
* add bug fixes to the unreleased page
2023-06-07 19:56:05 -05:00
steve-chavez
d59e2498be
add pre-config function
2023-05-28 10:23:37 -05:00
steve-chavez
5e19594ea4
auth: explain why jwt is used
2023-05-27 22:23:44 -05:00
steve-chavez
946b113912
add function inlining
2023-05-11 21:57:54 -03:00
steve-chavez
0bd43663fc
add isdistinct
2023-05-11 01:37:50 -03:00
steve-chavez
dec1e03a0e
add v11 release notes with docs improvs
2023-05-11 01:37:50 -03:00
steve-chavez
c5d6526d99
move pg-safeupdate to own integration
2023-05-10 14:21:31 -03:00
steve-chavez
fc635d18ae
split the API reference
2023-05-10 14:21:31 -03:00
steve-chavez
a530030b71
add integrations
...
* Move Nginx and systemd to integration
* Move External JWT Generatio to integration
* greenplum short notice
2023-05-08 14:33:29 -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
steve-chavez
638aa8369d
fix broken link
2023-05-03 00:06:17 -03:00
Ian Eyberg and GitHub
6089a46235
adding link to ops unikernel package ( #586 )
2023-02-09 18:43:11 -05:00
Laurence Isla and GitHub
6b65a5b151
Add HTTP status codes to PGRST errors ( #590 )
2023-02-09 16:48:17 -05:00
fjf2002 and GitHub
f6e3b77643
how-to: SQL User Management using postgres’ users and passwords ( #581 )
2022-11-16 17:10:18 -05:00
Laurence Isla and Steve Chavez
f3831427e5
Fix broken links and dictcheck
2022-11-14 22:14:04 -05:00
Laurence Isla and GitHub
fdb975c87c
Add information on preflight requests in CORS subsection
2022-09-21 19:09:50 -05:00
Laurence Isla and GitHub
a0c463b998
Add missing changes/fixes/features for v10
2022-08-23 21:59:48 -05:00
steve-chavez
13ce0f3354
add bulk update
2022-06-16 11:11:37 -05:00
Laurence Isla and GitHub
580184532b
Add 9.0.1 changelog
2022-06-14 10:40:10 -05:00
Laurence Isla and GitHub
96c169e593
Add bytea to working with types and improve img example ( #542 )
2022-05-27 17:12:47 -05:00
Laurence Isla and GitHub
9c23ac2f39
Reorganize error groups
2022-05-02 23:14:24 -05:00
Michael Kane Juncker and Wolfgang Walther
6f79b41bc1
feat(api): add match/imatch operators for regular expression support - refs PostgREST/postgrest#2236
2022-04-11 08:56:45 +02:00
Laurence Isla and GitHub
e1c987dc5f
Add latest page ( #521 )
...
* better highlight for composite/array reference
2022-03-27 17:54:48 +02:00
Laurence Isla and GitHub
a8034df2bf
Add how to on PostGIS and hstore data types ( #516 )
2022-03-22 11:30:45 +01:00
Laurence Isla and GitHub
8f98948078
Add Errors reference ( #430 )
...
* Adds PostgREST' error codes
* Move error information to a dedicated reference page
* Organize errors into tables
2022-03-14 21:03:01 +01:00
Laurence Isla and GitHub
98976e4d57
Add how-to for working with PostgreSQL data types
2022-03-04 20:04:49 -05:00
Steve Chavez and GitHub
b209731ff3
Add admin section on file descriptors ( #504 )
2022-02-09 14:17:22 -05:00
Wolfgang Walther and Wolfgang Walther
540ef4ad9f
Update configuration page
2022-01-08 11:29:20 +01:00
Laurence Isla and GitHub
06c0180e4f
Add the Logical Operators section to Horizontal Filtering
2021-11-15 17:36:29 -05:00
Laurence Isla and GitHub
8b74e14c4f
Use tabs to show different installation methods
2021-11-08 12:27:22 -05:00
Laurence Isla and GitHub
b15dd8783e
Add Retry-After header when recovering the connection
2021-10-21 21:08:29 -05:00
laurenceisla and GitHub
ec7ace2e73
Add compatibility with PostgreSQL v14
2021-10-13 14:31:49 -05:00
Laurence Isla
5fb11e37a3
Add devops links to helm charts
2021-09-15 19:45:47 -05:00
Laurence Isla
aea3b24b31
Update example apps
2021-09-03 15:05:15 -05:00
Laurence Isla
f7108e8612
Add example apps to ecosystem
...
Add postgres-postgrest-cloudflared-example and svelte-postgrest-template
2021-08-11 20:13:04 -05:00
Laurence Isla and Steve Chavez
12f8852183
Add fixes and sponsors to upcoming page
2021-08-09 14:10:46 -05:00
laurenceisla and GitHub
5cbabe4a21
Add database notification functionality and configuration variables for schema reloading
2021-07-24 16:27:02 -05:00
laurenceisla and GitHub
41325fd9ba
Add db-prepared-statements config option
2021-07-23 11:41:47 -05:00
laurenceisla and GitHub
f5c5094d7d
Add db-tx-end config option
2021-07-21 19:49:41 -05:00
laurenceisla and GitHub
326019cca2
Add reference for OPTIONS on the API page ( #407 )
...
* Add CORS documentation
* Add options requests to upcoming page
2021-06-14 19:30:22 -05:00
Wolfgang Walther and Wolfgang Walther
634a0c70b7
Fix spelling to satisfy postgrest-docs-spellcheck
2020-11-29 23:54:48 +01:00
Wolfgang Walther and Wolfgang Walther
84e5597091
Add postgrest-docs-dictcheck to remove obsolete words from postgrest.dict
2020-11-29 23:54:48 +01:00