steve-chavez
1c15d3d35b
remove note and put it at the start
2023-05-28 10:23:37 -05:00
steve-chavez
232c6dc702
dry config settings
...
Environment variables names and in-db configs on the table.
2023-05-28 10:23:37 -05:00
steve-chavez
14be3fb671
feat: add pre-config function
...
Allows using the in-database configuration without SUPERUSER
2023-05-28 10:21:13 -05:00
steve-chavez
8a3686d86b
refactor: whitelist in-db config settings
2023-05-28 10:21:13 -05:00
steve-chavez
8d706a342c
fix broken links
2023-05-27 22:23:44 -05:00
steve-chavez
fff0eae77e
Fix in-db config settings
2023-05-27 22:23:44 -05:00
steve-chavez
5e19594ea4
auth: explain why jwt is used
2023-05-27 22:23:44 -05:00
steve-chavez
281d7a9223
remove db functions section on index
2023-05-27 22:23:44 -05:00
Steve Chavez
2e6ebca885
Fix link to archlinux pkg
2023-05-27 22:23:44 -05:00
steve-chavez
009250006e
feat: add db-pool-timeout alias
...
For db-pool-max-idletime
2023-05-22 18:34:18 -03:00
steve-chavez
38ad8c04e1
nix: withTmpDb set search_path to test
...
It gets repetitive to set the search_path every time you go in the test
db with psql.
2023-05-22 13:46:24 -03:00
dependabot[bot] and GitHub
54cbf147e3
build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 ( #2794 )
2023-05-22 11:34:18 -05:00
Robert and GitHub
f9f0f79fa9
feat: use hasql-pool-0.10, add db-pool-max-idletime ( #2786 )
...
- new option db-pool-max-idletime limits the maximal idle time of a
postgresql connection, defaults to 30 seconds
- this essentially restores the db-pool-timeout option from versions
<=10, with more specific name
2023-05-16 23:00:40 +02:00
Laurence Isla and GitHub
05bd033539
Add JavaScript redirect from the old api.html to new pages and sections
...
Uses the hashtag in the url to redirect to the sections where the content was moved to
2023-05-12 21:48:01 -05:00
Laurence Isla and GitHub
ce82b0c79b
Re-add missing legacy gucs information
2023-05-12 21:27:12 -05:00
steve-chavez
911634ed32
move impersonated settings
2023-05-12 01:14:19 -03:00
steve-chavez
946b113912
add function inlining
2023-05-11 21:57:54 -03:00
steve-chavez
d7907f4aa4
pin version to 11.0.1
2023-05-11 01:37:50 -03:00
steve-chavez
ed147ce5c8
add bug fixes
...
simply link to github releases page.
bug fixes do not add anything for docs.
2023-05-11 01:37:50 -03:00
steve-chavez
789cedff08
add isolation level
2023-05-11 01:37:50 -03:00
steve-chavez
e0b0e98816
add impersonated settings
2023-05-11 01:37:50 -03:00
steve-chavez
ea7a2bd531
add bulk insert defaults
2023-05-11 01:37:50 -03:00
steve-chavez
84b01dea99
add recursive m2m disamb
2023-05-11 01:37:50 -03:00
steve-chavez
f02be3fb76
add spread embed
2023-05-11 01:37:50 -03:00
steve-chavez
9595ed845e
add null filtering embeds
2023-05-11 01:37:50 -03:00
steve-chavez
d15dc680af
add top-level ordering
2023-05-11 01:37:50 -03:00
steve-chavez
8ae6b012f4
add empty embed filter
2023-05-11 01:37:50 -03:00
steve-chavez
7832ddba52
add any/all modifiers
2023-05-11 01:37:50 -03:00
steve-chavez
e813375c7d
openapi title override
2023-05-11 01:37:50 -03:00
steve-chavez
1de06f5332
add openapi overriding
2023-05-11 01:37:50 -03:00
steve-chavez
cb7d70c197
add trace header
2023-05-11 01:37:50 -03:00
steve-chavez
0bd43663fc
add isdistinct
2023-05-11 01:37:50 -03:00
steve-chavez
c56108b8a9
add breaking changes
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
Laurence Isla and Laurence Isla
d593bcff80
Fix remaining info about pg-safeupdate in nginx docs
2023-05-10 15:35:22 -05: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
c82b23940b
add missing mention to cache reload on recovery
2023-05-10 12:52:39 -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 and GitHub
36300da16d
connection pool reference ( #616 )
...
* add link in index to external jwt
* change pgrst errors location for better reading
2023-05-07 10:25:12 -05:00
steve-chavez
a867d79c42
nix: withTmpDb psql notice can't mutate the db
...
Use the postgres role instead of the authenticator on the notice
2023-05-05 20:03:09 -03:00
steve-chavez
082e9b14e9
transactions reference doesn't consider anon reqs
...
Change authenticated to user impersonation.
2023-05-05 12:04:46 -03:00
steve-chavez
2e1dc0738a
readthedocs doesn't build anymore
...
Pin the python version to solve it.
2023-05-05 12:04:46 -03:00
steve-chavez
9a3973be35
add transactions reference
2023-05-05 12:04:46 -03:00
steve-chavez
560ec79a90
clarify schema cache and errors page
2023-05-05 12:04:46 -03:00
steve-chavez
9de94274cf
shorten some paragraphs in errors page
2023-05-03 17:47:54 -03:00
steve-chavez
837df8b045
schema cache title is redundant on navbar
...
Use a raw html title for correcting this
2023-05-03 17:47:54 -03:00
steve-chavez
4fb13ebae6
add tables to db authz
2023-05-03 17:47:54 -03:00