Commit Graph
482 Commits
Author SHA1 Message Date
Steve ChavezandGitHub b209731ff3 Add admin section on file descriptors (#504) 2022-02-09 14:17:22 -05:00
ElectronoobandWolfgang Walther 9049ed1f71 updated the example config switch
replacing postgrest 2 with postgrest -e
2022-02-08 08:54:05 +01:00
Wolfgang WaltherandWolfgang Walther 6aeb5065f8 Add docs about accessing array items and fields of composite types with JSON operators.
Added in https://github.com/PostgREST/postgrest/pull/2145

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-02-04 22:31:28 +01:00
Wolfgang WaltherandWolfgang Walther 4d6909a08f Mention computed columns can be on the extra search path.
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-02-04 22:31:28 +01:00
Wolfgang WaltherandWolfgang Walther 9c0db849ce Move JSON Columns and Computed Columns sections one level up
Both of those are about select and filters - so do not belong into "Vertical Filtering" only.

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-02-04 22:31:28 +01:00
Wolfgang WaltherandWolfgang Walther 71dd891d2f fix postgrest-serve after move to docs/ folder
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-02-04 22:31:28 +01:00
Wolfgang WaltherandWolfgang Walther 43a92d4e6b ci: Only run linkcheck in pull requests to main branch
Avoids running linkcheck on back branches, where links are outdated anyway.

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-01-30 16:32:14 +01:00
Wolfgang WaltherandWolfgang Walther e7e102bc42 ci: switch to GitHub Actions
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-01-30 16:32:14 +01:00
Wolfgang WaltherandWolfgang Walther 91f1580f95 Fix warning when using docker host network
Resolves #491

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-01-30 14:24:51 +01:00
Wolfgang WaltherandWolfgang Walther a4db05aeba Improve docker install examples
Removes the PGRST_DB_SCHEMA variable which is public by default now.

Removes the PGRST_DB_ANON_ROLE variable, because using the authenticator role or even a superuser is very bad practice.

Replaces the postgres superuser with app_user, because using a superuser to connect to postgres is very bad practice.

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-01-30 14:24:51 +01:00
Wolfgang WaltherandWolfgang Walther a85dfe9558 chore: Move *.rst files to docs/ folder
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-01-30 13:35:55 +01:00
Wolfgang WaltherandWolfgang Walther 0ae86b7e74 Fix references to full documents instead of first section
Resolves #492

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
2022-01-30 13:31:20 +01:00
NileshandGitHub 49ca91cc3c Improving docs for setting response headers like content-type (#494) 2022-01-27 19:27:19 -05:00
Wolfgang WaltherandWolfgang Walther 0824139069 Add order of precedence for config parameters 2022-01-24 10:24:39 +01:00
Wolfgang WaltherandWolfgang Walther 5f938dbe1a Run PostgREST with zero config. Related to https://github.com/PostgREST/postgrest/pull/2112 2022-01-24 10:24:39 +01:00
Wolfgang WaltherandWolfgang Walther 5187eadd0b Restructure configuration reloading section 2022-01-24 10:24:39 +01:00
Steve ChavezandGitHub 9d23cfde9d Add finer-grained event trigger (#489) 2022-01-12 12:52:34 -05:00
Wolfgang WaltherandWolfgang Walther 737ad76dfd Clarify in-database configuration example regarding IN DATABASE 2022-01-08 22:25:31 +01:00
Wolfgang WaltherandWolfgang Walther 4bd090ba13 add user to logging example 2022-01-08 11:31:41 +01:00
Wolfgang WaltherandWolfgang Walther 540ef4ad9f Update configuration page 2022-01-08 11:29:20 +01:00
Wolfgang WaltherandWolfgang Walther 62726ddcfd force colored output in build and linkcheck tools 2022-01-08 10:50:48 +01:00
Wolfgang WaltherandWolfgang Walther 6c382c5985 replace permanently redirected URIs 2022-01-08 10:50:48 +01:00
Wolfgang WaltherandWolfgang Walther 0187410882 remove dead link to v5 docs 2022-01-07 20:33:06 +01:00
Wolfgang Walther cfde95b0aa remove reference to heroku app.json in main repo 2022-01-01 15:13:57 +01:00
Wolfgang Walther 04e7020ae3 fix database-configuration ALTER ROLE example, resolves #481 2021-12-24 12:06:34 +01:00
Laurence Isla 66e49f0ea2 Update config.py version/release 2021-12-23 17:08:54 -05:00
Devin SteinandGitHub 1b24eb34ee Add missing = in log-level docs 2021-12-10 18:08:51 -05:00
Laurence IslaandSteve Chavez d5fb73bf9b Fix GUC names using the old syntax 2021-11-30 18:17:40 -05:00
Laurence IslaandGitHub 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 WaltherandWolfgang 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 IslaandGitHub 35d9b98bff Remove the db-embed-default-join config 2021-11-23 22:12:29 -05:00
Laurence IslaandGitHub c946f02607 Remove partitions from the schema cache 2021-11-22 14:43:24 -05:00
Laurence IslaandGitHub d12974339a Allow unknown for is operator 2021-11-18 17:34:51 -05:00
Laurence IslaandGitHub 06c0180e4f Add the Logical Operators section to Horizontal Filtering 2021-11-15 17:36:29 -05:00
Laurence IslaandGitHub 4720cfc1d3 Add example to rpc unnamed single bytea parameter 2021-11-11 17:02:17 -05:00
Laurence IslaandGitHub 4e4458eb95 Allow POST rpc with a single unnamed parameter 2021-11-10 19:35:44 -05:00
Laurence IslaandGitHub 8b74e14c4f Use tabs to show different installation methods 2021-11-08 12:27:22 -05:00
Laurence IslaandGitHub 7cc3d319bc Fix broken styles 2021-10-29 15:11:39 -05:00
Laurence IslaandGitHub a0bdcb706c Add curl examples alongside http snippets 2021-10-28 18:06:52 -05:00
Laurence IslaandGitHub 23ad30a20a Add templates section to the ecosystem 2021-10-28 17:47:21 -05:00
Laurence IslaandGitHub b15dd8783e Add Retry-After header when recovering the connection 2021-10-21 21:08:29 -05:00
Laurence IslaandGitHub 8e11b6f5df Allow escaping inside double quotes with a backslash (#447) 2021-10-20 16:13:49 -05:00
Wolfgang WaltherandWolfgang Walther 7e7d4df93b docker-compose: remove optional quotes around environment variable
Resolves #446
2021-10-20 13:17:41 +02:00
laurenceislaandGitHub c6ef4305b1 Allow top-level resource with embed filter 2021-10-19 11:34:18 -05:00
laurenceislaandGitHub ee1ec780d2 Add nested embedding examples 2021-10-18 17:34:49 -05:00
laurenceislaandGitHub ec7ace2e73 Add compatibility with PostgreSQL v14 2021-10-13 14:31:49 -05:00
Bartłomiej SzostekandLaurence 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
laurenceislaandGitHub a6a088e9f0 Specify external connection poolers 2021-09-30 17:18:58 -05:00
Boris KorzunandGitHub 09ca21d032 Updated FreeBSD dependencies
Update FreeBSD dependencies as in bsd.default-versions.mk
2021-09-22 12:52:37 -05:00
Laurence Isla 5fb11e37a3 Add devops links to helm charts 2021-09-15 19:45:47 -05:00