steve-chavez
c820efb64a
bump version to 11.2.0
v11.2.0
2023-08-10 08:51:58 -05:00
steve-chavez
cacbbc31fe
add setof record functions
2023-08-10 08:49:55 -05:00
steve-chavez
78d9880607
add nulls=stripped
2023-08-10 08:49:55 -05:00
steve-chavez
b33bfb656d
add preference-applied for return=*
2023-08-10 08:49:55 -05:00
steve-chavez
daad21e9ec
add note to impersonated role settings
2023-08-10 08:49:55 -05:00
steve-chavez
c229bee681
add disamb error
2023-08-10 08:49:55 -05:00
steve-chavez
9ed7ff8846
clarify FK joins
2023-08-10 08:49:55 -05:00
Laurence Isla and Steve Chavez
562f699770
Revert disamb using FK instead of computed rels
2023-08-10 08:49:55 -05:00
Laurence Isla and Steve Chavez
3f112553b0
Add missing ERD/SQL tabs and fix some requests
2023-08-10 08:49:55 -05:00
steve-chavez
637165ba5b
use the foreign key join term
2023-08-10 08:49:55 -05:00
steve-chavez
095d43ff75
add dynamic schemas example
...
Closes #644
2023-08-10 08:49:55 -05:00
steve-chavez
49d4b9b7db
fix dict
2023-08-10 08:49:55 -05:00
steve-chavez
afee9b73a4
add return=minimal and organize other returns
...
Closes #624
2023-08-10 08:49:55 -05:00
steve-chavez
459f3f8173
add apache apisix tutorial
2023-08-10 08:49:55 -05:00
steve-chavez
b0aaf7afe8
mention header names are lowercased
...
Closes #627
2023-08-10 08:49:55 -05:00
steve-chavez
54bfefdb55
move heroku outside Installation
2023-08-10 08:49:55 -05:00
steve-chavez
a6f93f55b1
clear supported pg versions
...
closes #592
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
43a8745e62
link connection string from connection pool
...
Closes #647
2023-08-10 08:49:55 -05:00
steve-chavez
e82dc41a6a
add link to github discussions
...
closes #401
2023-08-10 08:49:55 -05:00
steve-chavez
1b036dfab9
release page for v11.2.0
...
Closes #644
2023-08-10 08:49:55 -05:00
steve-chavez
e30bf53afa
deprecate: target embedding disambiguation
2023-08-10 08:14:23 -05:00
steve-chavez
5ce020d5bc
fix: impersonated role applying superuser settings
2023-08-09 20:05:22 -05:00
Taimoor Zaeem and GitHub
fbf9bf21c2
feat: add optional nulls=stripped parameter for mediatypes applicatio… ( #2894 )
2023-08-09 18:49:22 -05:00
Taimoor Zaeem and Steve Chavez
d490bf09fd
feat: add Preference-Applied header in response for Prefer: return=representation/minimal/headers-only
2023-08-05 02:21:50 -05:00
Laurence Isla and GitHub
aa53623aac
fix: error when a function returns RECORD or SETOF RECORD
2023-08-03 20:09:55 -05:00
steve-chavez
0fce7ca361
refactor: Response rm Paths_postgrest dependency
...
This allows using doctests on the Response.hs module
2023-08-02 16:28:48 -05:00
Taimoor Zaeem and GitHub
d0a71de2da
chore: improve details field of the singular error response ( #2876 )
2023-08-01 19:37:54 -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
Laurence Isla and GitHub
40c2bcd4a1
fix: paramaters of type character and bit not ignoring length
...
- Fixes the error "value too long for type character(1)" when the char length of the parameter was bigger than one.
2023-07-31 18:36:37 -05:00
dependabot[bot] and GitHub
0dc67bed0b
build(deps): bump LouisBrunner/checks-action from 1.6.1 to 1.6.2 ( #2883 )
2023-07-31 00:17:36 -05:00
steve-chavez
2d00d7d248
fix: null filtering on embed when column=relation
2023-07-27 22:43:13 -05:00
Taimoor Zaeem and GitHub
2977d09779
chore: maintenance to the Nix development and build guide
2023-07-26 20:28:59 -05:00
Laurence Isla and GitHub
630e0a1691
fix: character and bit columns with fixed length not inserting/updating properly
...
Fixes the error "value too long for type character(1)" when the char length of the column was bigger than one.
2023-07-21 11:30:01 -05:00
steve-chavez
220683cef0
add HEAD optimization
2023-07-20 18:09:47 -05:00
steve-chavez
4c4a1de832
to_jsonb index no longer required on json/jsonb
2023-07-20 18:09:47 -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
steve-chavez
28d5278d62
fix: use index on jsonb/jsonb arrow filter/order
2023-07-12 14:51:21 -05:00
Steve Chavez and GitHub
c74b9c4efa
add version querying ( #657 )
2023-07-10 17:04:23 -05:00
steve-chavez
e332f038ef
fix: HEAD unnecessarily executing aggregates
2023-07-10 15:05:51 -05:00
steve-chavez
905fcb05cc
refactor: add ResultAggregate type
2023-07-10 15:05:51 -05:00
Laurence Isla and GitHub
774d015eb5
feat: add the --version CLI option to print the version information
2023-07-07 18:19:02 -05:00
Laurence Isla and GitHub
e752224f14
feat: show PostgREST version in the logs
2023-07-07 10:28:27 -05:00
steve-chavez
add10bd10c
test: doctest for addNullEmbedFilters
2023-07-06 16:52:46 -05:00
steve-chavez
52d3026133
refactor: remove unneeded FilterNullEmbed
2023-07-06 16:52:46 -05:00
Laurence Isla and GitHub
5cdafb23e7
ci: fix ARM docker containers not stopping immediately
2023-07-06 11:20:32 -05:00
steve-chavez
20b06efabe
chore: show on ReadPlan and MediaType
2023-07-05 17:35:54 -05:00
Grant and steve-chavez
4706472df9
Update connection_pool.rst typo
2023-07-05 12:13:23 -05:00
Laurence Isla and GitHub
7508230760
feat: allow to verify the PostgREST version through SQL
2023-07-03 18:31:32 -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