Laurence Isla and Steve Chavez
64d02d7375
fix: regression that rejects URI connection strings with certain unescaped characters in the password
2023-10-04 00:07:09 -03:00
Laurence Isla and Steve Chavez
5c822b7ec4
fix: RPCs not embedding correctly when using overloaded functions for computed relationships
2023-10-04 00:07:09 -03:00
steve-chavez
de97f646a4
ci: fix MacOS CI
2023-10-04 00:07:09 -03:00
steve-chavez
a45c639a97
fix: arrow filter on RPC returning TABLE+composite
2023-10-04 00:07:09 -03:00
steve-chavez
1e711051da
fix: unnecessary set default_transaction_isolation
2023-10-04 00:07:09 -03:00
steve-chavez
79077c873f
test: adjust memory test
2023-10-04 00:07:09 -03:00
Laurence Isla and Steve Chavez
2ed163945b
Add test option for PostgreSQL 16
2023-10-04 00:07:09 -03:00
Laurence Isla and Steve Chavez
cf3cd4b8d0
Add missing changelog entries
2023-10-04 00:07:09 -03:00
Laurence Isla and Steve Chavez
38ea4378da
fix: error when requesting "Prefer: count=<type>" with null filters on embedded resources
2023-10-04 00:07:09 -03:00
Laurence Isla and Steve Chavez
226f1caa24
fix: bug when Null Filtering on embedded resources
...
When doing Null Filtering, the to-one embed resources were not included if they had a NULL value in any of the selected fields.
2023-10-04 00:07:09 -03:00
steve-chavez
6475f254f7
fix: inconsistent Preference-Applied
...
* Don't apply `tx=commit` if the transaction doesn't commit
* Apply `count=exact`
* Also simplifies the Preference-Applied logic, removing the need for
some functions.
2023-10-04 00:07:09 -03:00
dependabot[bot] and Steve Chavez
d6cd5d0fb4
build(deps): bump cachix/install-nix-action ( #2935 )
2023-10-04 00:07:09 -03:00
dependabot[bot] and Steve Chavez
c73282c3f0
build(deps): bump actions/checkout from 3 to 4 ( #2936 )
2023-10-04 00:07:09 -03:00
Taimoor Zaeem and Steve Chavez
d7dfdaa03f
fix: range request with first position same as length return status 206
2023-10-04 00:07:09 -03:00
Taimoor Zaeem and Steve Chavez
6c8ce3929c
fix: duplicate headers in response
2023-10-04 00:07:09 -03:00
Diogo Biazus and Steve Chavez
f84bc6a0ff
fix: schema cache and configuration reloading with NOTIFY not working on Windows
2023-10-04 00:07:09 -03:00
Taimoor Zaeem and Steve Chavez
82ecf836c4
fix: application/vnd.pgrst.array not accepted as a valid mediatype
2023-10-04 00:07:09 -03:00
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