Wolfgang Walther and Wolfgang 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 Walther and Wolfgang 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 Walther and Wolfgang 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 Walther and Wolfgang 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
Nilesh and GitHub
49ca91cc3c
Improving docs for setting response headers like content-type ( #494 )
2022-01-27 19:27:19 -05:00
Wolfgang Walther and Wolfgang Walther
0824139069
Add order of precedence for config parameters
2022-01-24 10:24:39 +01:00
Wolfgang Walther and Wolfgang 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 Walther and Wolfgang Walther
5187eadd0b
Restructure configuration reloading section
2022-01-24 10:24:39 +01:00
Steve Chavez and GitHub
9d23cfde9d
Add finer-grained event trigger ( #489 )
2022-01-12 12:52:34 -05:00
Wolfgang Walther and Wolfgang Walther
737ad76dfd
Clarify in-database configuration example regarding IN DATABASE
2022-01-08 22:25:31 +01:00
Wolfgang Walther and Wolfgang Walther
4bd090ba13
add user to logging example
2022-01-08 11:31:41 +01:00
Wolfgang Walther and Wolfgang Walther
540ef4ad9f
Update configuration page
2022-01-08 11:29:20 +01:00
Wolfgang Walther and Wolfgang Walther
62726ddcfd
force colored output in build and linkcheck tools
2022-01-08 10:50:48 +01:00
Wolfgang Walther and Wolfgang Walther
6c382c5985
replace permanently redirected URIs
2022-01-08 10:50:48 +01:00
Wolfgang Walther and Wolfgang 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 Stein and GitHub
1b24eb34ee
Add missing = in log-level docs
2021-12-10 18:08:51 -05:00
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
8b74e14c4f
Use tabs to show different installation methods
2021-11-08 12:27:22 -05:00
Laurence Isla and GitHub
7cc3d319bc
Fix broken styles
2021-10-29 15:11:39 -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
23ad30a20a
Add templates section to the ecosystem
2021-10-28 17:47:21 -05:00
Laurence Isla and GitHub
b15dd8783e
Add Retry-After header when recovering the connection
2021-10-21 21:08:29 -05:00
Laurence Isla and GitHub
8e11b6f5df
Allow escaping inside double quotes with a backslash ( #447 )
2021-10-20 16:13:49 -05:00
Wolfgang Walther and Wolfgang Walther
7e7d4df93b
docker-compose: remove optional quotes around environment variable
...
Resolves #446
2021-10-20 13:17:41 +02: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
a6a088e9f0
Specify external connection poolers
2021-09-30 17:18:58 -05:00
Boris Korzun and GitHub
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
Laurence Isla
aea3b24b31
Update example apps
2021-09-03 15:05:15 -05:00
laurenceisla and GitHub
34958e723a
Add link and explanation to download the latest unreleased builds
2021-09-03 13:04:21 -05:00
laurenceisla and GitHub
91152ebad0
Add partitioned tables in the schema cache
2021-08-13 17:31:01 -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
steve-chavez
0d23be7731
Fix logging blocks not showing on RTD
2021-08-10 00:37:25 -05:00
steve-chavez
fcabf4012b
Reorder release notes for v8.0
2021-08-10 00:26:24 -05:00
Laurence Isla
ff30d4d417
Update config.py version/release
2021-08-09 18:29:37 -05:00
laurenceisla and GitHub
98350e2941
Update docker configuration
2021-08-09 18:06:45 -05:00