Laurence Isla and Steve Chavez
d5fb73bf9b
Fix GUC names using the old syntax
2021-11-30 18:17:40 -05:00
Laurence Isla and GitHub
c46c3b7a86
Bump to PostgREST v9 ( #468 )
...
* Add highlights and modify changelog structure
* Rename upcoming page to v9.0.0
* Classify features, edit breaking changes and fixes
* Highlight top-level filtering
* Clarify PostgreSQL 14 breaking change
* Add devops to doc improvements
* Add curl snippets to doc improvements
2021-11-29 03:27:38 -05:00
Wolfgang Walther and Wolfgang Walther
9eac683e51
Drop support for PG 9.5.
...
Related: https://github.com/PostgREST/postgrest/pull/2038
2021-11-24 19:43:26 +01:00
Laurence Isla and GitHub
35d9b98bff
Remove the db-embed-default-join config
2021-11-23 22:12:29 -05:00
Laurence Isla and GitHub
c946f02607
Remove partitions from the schema cache
2021-11-22 14:43:24 -05:00
Laurence Isla and GitHub
d12974339a
Allow unknown for is operator
2021-11-18 17:34:51 -05: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
4720cfc1d3
Add example to rpc unnamed single bytea parameter
2021-11-11 17:02:17 -05:00
Laurence Isla and GitHub
4e4458eb95
Allow POST rpc with a single unnamed parameter
2021-11-10 19:35:44 -05:00
Laurence Isla and GitHub
a0bdcb706c
Add curl examples alongside http snippets
2021-10-28 18:06:52 -05:00
Laurence Isla and GitHub
8e11b6f5df
Allow escaping inside double quotes with a backslash ( #447 )
2021-10-20 16:13:49 -05:00
laurenceisla and GitHub
c6ef4305b1
Allow top-level resource with embed filter
2021-10-19 11:34:18 -05:00
laurenceisla and GitHub
ee1ec780d2
Add nested embedding examples
2021-10-18 17:34:49 -05:00
laurenceisla and GitHub
ec7ace2e73
Add compatibility with PostgreSQL v14
2021-10-13 14:31:49 -05:00
Bartłomiej Szostek and Laurence Isla
ad13e00f64
Typo in api.rst, correct ignore_privileges
...
The correct setting name is `ignore-privileges`, with dash in between the words.
2021-10-04 10:46:02 -05:00
laurenceisla and GitHub
91152ebad0
Add partitioned tables in the schema cache
2021-08-13 17:31:01 -05:00
steve-chavez
42656edfd9
Improve wording in some sections
2021-08-09 14:10:46 -05:00
Laurence Isla and Steve Chavez
6909e3435e
Add changelog for embedding views recursively
2021-07-25 14:49:42 -05:00
laurenceisla and GitHub
77faf9e9bc
Add explicit headers-only POST request using Prefer header and default the request to minimal
2021-07-23 17:15:30 -05:00
laurenceisla and GitHub
204b0ed259
Add improved error messages for RPC on a stale schema
...
Error message for a not found RPC.
Unsupported overloaded RPC with the same argument names but different types.
2021-07-20 16:40:45 -05:00
laurenceisla and GitHub
8562f48a37
Add openapi-mode configuration option
2021-07-20 16:15:17 -05:00
laurenceisla and GitHub
f7f3aadab8
Reorganize the Schema Cache information into a separate reference page ( #404 )
2021-06-18 12:10:31 -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
7447b03295
Fix broken links
2021-06-03 16:55:10 +02:00
Wolfgang Walther and Wolfgang Walther
92395eae8a
added postgrest-docs-linkcheck; clean up links
...
* removed outdated links
* updated permanent redirections
* updated postgres docs links to current version
* sort links in ecosystems by repo-name
* change http:// to https://
2021-04-06 10:19:44 +02:00
Alexis Panagiotopouos and steve-chavez
d77da6bd49
Update api.rst
...
Changed SET LOCAL to SELECT set_config( ... ) so that the value of the header can be dynamically calculated. Supported in versions 9.6 and above.
2021-03-12 10:07:56 -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 Steve Chavez
9f15044e63
Add note about embedding of view-chains and the interaction with db-extra-search-path
2020-11-22 18:10:04 -05:00
Wolfgang Walther and Steve Chavez
06dba3953f
calling variadic functions
2020-10-27 21:03:12 -05:00
Wolfgang Walther and GitHub
49bc82bfca
Clarify function volatility and location header ( #339 )
...
* clarify location header only available with PK
* clarify function volatility and GET/POST
* improve stable/immutable for post and get
* add 405 for read only transaction error
2020-08-13 10:29:32 -05:00
Steve Chavez and GitHub
a869734140
reference: Add response.status GUC ( #329 )
...
Related to https://github.com/PostgREST/postgrest/pull/1541
2020-06-05 13:01:52 -05:00
Steve Phillips and Steve Chavez
b6c03f3658
api.rst: formatting tweaks
2020-04-30 17:20:48 -05:00
steve-chavez
3af6df743b
Reorder calling func with array
2020-04-21 15:16:21 -05:00
steve-chavez
ef36ec10a1
Put warning in db-schema and clarify search_path
2020-04-21 15:16:21 -05:00
steve-chavez
6b72da38e6
Move some api notes to best practices
2020-04-21 15:16:21 -05:00
steve-chavez
c2ff7ffb62
Redorder insertions before stored procedures
2020-04-21 15:16:21 -05:00
steve-chavez
4d623986ea
Alternative to bulk call
2020-04-21 15:16:21 -05:00
steve-chavez
a5af8dc68f
Add return=rep to DELETE section
2020-04-21 15:16:21 -05:00
steve-chavez
87f883b793
Add multiple schemas feature
2020-04-21 15:16:21 -05:00
steve-chavez
33768c509c
Add reference for rpc with array literals
...
Fixes https://github.com/PostgREST/postgrest-docs/issues/258
2020-04-21 15:16:21 -05:00
steve-chavez
9f5ab4a8ba
Add reference for filtering on json column
...
Fixes https://github.com/PostgREST/postgrest-docs/issues/266
2020-04-01 11:36:28 -05:00
fiatjaf and GitHub
b7ee8f1cf0
mention that JSON operators work for row filtering ( #314 )
2020-04-01 11:00:05 -05:00
H20-17 and GitHub
66e0e88539
Clarify function privileges section ( #303 )
...
* Add best_practices.rst file
* Move function privileges to best_practices.rst
2020-02-18 17:04:17 -05:00
steve-chavez
53f35f638c
Add on_conflict query parameter
2020-02-15 13:56:38 -05:00
steve-chavez
f34a480a99
Add misc header improvements to upcoming
2020-02-15 13:56:38 -05:00
steve-chavez
87528412c0
Add overriding provided headers note
2020-02-15 13:56:38 -05:00
steve-chavez
5fd86e682b
Add setting headers via pre-request
2020-02-15 13:56:38 -05:00
steve-chavez
1f40492d64
Add request path/method GUC
2020-02-15 13:56:38 -05:00
steve-chavez
878752faee
Correct join table paragraph
2020-02-08 14:52:28 -05:00
Wouter Scherphof and Steve Chavez
f6c67ffdc1
correction url embedded resources through join tables
2020-02-08 14:40:15 -05:00