Commit Graph
66 Commits
Author SHA1 Message Date
Laurence IslaandGitHub e2f3a862be Fix version to v10.2 2023-04-25 14:55:56 -05:00
Steve ChavezandGitHub 291da1a41f Clarify pool connection features 2023-04-21 19:20:46 -05:00
d5a9e5d41f Add documentation for v10.2.0
Co-authored-by: Steve Chavez <stevechavezast@gmail.com>
2023-04-21 18:52:56 -05:00
Laurence IslaandLaurence Isla 1b218a97f4 Add a warning when working with computed relationships 2023-04-21 18:52:56 -05:00
Steve ChavezandLaurence Isla 0a3a20347b snippet for computed rel overload 2023-04-21 18:52:56 -05:00
Steve ChavezandLaurence Isla 49cd1f3447 Remove public from schema cache event trigger 2023-04-21 18:52:56 -05:00
Steve ChavezandLaurence Isla 593b8bf385 remove wrong claim about CSV being faster (#595) 2023-04-21 18:52:56 -05:00
Steve ChavezandLaurence Isla 1139031858 fix: PGRST003 status code to 504 (#594) 2023-04-21 18:52:56 -05:00
Laurence IslaandLaurence Isla a74552a1c4 Add HTTP status codes to PGRST errors (#590) 2023-04-21 18:52:56 -05:00
Laurence IslaandLaurence Isla bd11334df7 Add db-pool-acquisition-timeout configuration parameter 2023-04-21 18:52:56 -05:00
Franz-Josef FärberandLaurence Isla 1e353dc4d2 Minor improvements to sql-user-management-using-postgres-users-and-passwords.rst 2023-04-21 18:52:56 -05:00
fjf2002andLaurence Isla 1a03ece441 how-to: SQL User Management using postgres’ users and passwords (#581) 2023-04-21 18:52:56 -05:00
Laurence IslaandLaurence Isla 9c075e5e52 Fix info on updates without filters 2023-04-13 19:04:16 -05:00
Steve Chavez df2cde81ca Add db-plan-enabled recommendation (#588)
* fix broken links
2023-01-28 20:37:16 -05:00
Laurence Islaandsteve-chavez 1e09b9f06d Fix broken links and dictcheck 2023-01-28 20:37:08 -05:00
Laurence Islaandsteve-chavez 08228fa2fc Fix auth page due to anonymous requests not allowed when db-anon-role is not set 2023-01-28 20:36:25 -05:00
Laurence Islaandsteve-chavez aecb7910de Fix step 3 of the tutorial 0 2023-01-28 20:34:48 -05:00
Laurence Islaandsteve-chavez 0a5ae531a4 Add information on preflight requests in CORS subsection 2023-01-28 20:31:24 -05:00
Laurence Islaandsteve-chavez 45ba35657b Shorten explanations for the working with types section 2023-01-28 20:30:30 -05:00
mdr1384andsteve-chavez a65d387a31 Fix example code in computed relationships
Looks like a copy-paste error - the `films.id` column should be associated with the `premieres.film_id` column.
2023-01-28 20:28:50 -05:00
Andrea BernicchiaandGitHub e7413f3aea Update heroku installation docs
* Heroku installation docs aligned with https://github.com/PostgREST/postgrest-heroku/pull/40
* Update install.rst
2022-10-27 10:58:17 -05:00
Steve ChavezandGitHub 9128c8602a Refine docs for v10
* shorten release page

* shorten explain docs

* add limited update/delete to release page

* refine relationships

* refine disambiguation

* refine release page

* remove migration guide

* add author to WWT how-to
2022-08-26 16:08:08 -05:00
Laurence IslaandGitHub a0c463b998 Add missing changes/fixes/features for v10 2022-08-23 21:59:48 -05:00
steve-chavez eb100cc746 clarify * as an alias of % for LIKE 2022-08-05 18:36:25 -05:00
Laurence IslaandGitHub 2592639d1b Reword and clarify embedding on views 2022-07-19 10:51:36 -05:00
steve-chavez bba960d4c6 new m2m relationship detection 2022-07-12 00:02:09 -05:00
Laurence IslaandGitHub b37bacb19a Add Limezest/postgrest-cloud-run to ecosystem 2022-07-08 12:27:14 -05:00
fjf2002andGitHub 06ece64cb0 HOW-TO for SOAP (#554) 2022-06-29 10:11:15 -05:00
Laurence IslaandGitHub 65c2754719 Modify GeoJSON examples from views to functions (#551) 2022-06-21 17:38:29 -05:00
Steve ChavezandGitHub 360cfa3fbd clarify errors (#550) 2022-06-20 13:50:47 -05:00
steve-chavez 13ce0f3354 add bulk update 2022-06-16 11:11:37 -05:00
steve-chavez 5305998a95 disallowed full table update 2022-06-16 11:11:37 -05:00
steve-chavez a9baa5bc9f lowercase upsert 2022-06-16 11:11:37 -05:00
Laurence IslaandGitHub 580184532b Add 9.0.1 changelog 2022-06-14 10:40:10 -05:00
Franz-Josef FärberandSteve Chavez 48783087de RPC POST for function w/single unnamed XML param, postgrest-PR #2300 2022-06-03 11:53:38 -05:00
Laurence IslaandGitHub 96c169e593 Add bytea to working with types and improve img example (#542) 2022-05-27 17:12:47 -05:00
Laurence IslaandGitHub 209b70cbfc Add disclaimer on $ usage in jwt-secret values (#543) 2022-05-25 17:29:52 -05:00
Laurence IslaandSteve Chavez 06956c1994 Add explicit use of special timestamp values 2022-05-24 23:06:46 -05:00
Laurence IslaandGitHub 06ab9fbd67 Add how to work with array columns (#538) 2022-05-20 03:37:27 +02:00
Laurence IslaandGitHub 340c96883e Fix main explanation on views with joins (#537)
* Fix indentation and example view
* Change films.id to just id
2022-05-19 23:44:31 +02:00
Laurence IslaandGitHub 496a1734ec Add documentation on embedding views containing joins 2022-05-18 20:50:06 -05:00
Franz-Josef FärberandSteve Chavez 6e24e23b4b Allow returning XML 2022-05-05 10:57:38 -05:00
Laurence IslaandGitHub 9c23ac2f39 Reorganize error groups 2022-05-02 23:14:24 -05:00
steve-chavez 5f3284eed0 fix broken links 2022-05-02 19:42:02 -05:00
steve-chavez 72bffddbf1 Add limited updates/deletions
Also move updates to its own section
2022-05-02 19:42:02 -05:00
Michael Kane JunckerandWolfgang Walther 6f79b41bc1 feat(api): add match/imatch operators for regular expression support - refs PostgREST/postgrest#2236 2022-04-11 08:56:45 +02:00
Christopher AhlersandSteve Chavez 06156eb797 Update ecosystem.rst
Fixed incorrect link for the swift library in Client-Side Libraries section. It now links properly to: https://github.com/supabase-community/postgrest-swift
2022-04-04 20:14:05 -05:00
Laurence IslaandGitHub e1c987dc5f Add latest page (#521)
* better highlight for composite/array reference
2022-03-27 17:54:48 +02:00
Laurence IslaandGitHub 5688bc1521 Add JSON, Composite and Ranges types to the working with types how-to 2022-03-24 17:48:43 -05:00
Laurence IslaandGitHub a8034df2bf Add how to on PostGIS and hstore data types (#516) 2022-03-22 11:30:45 +01:00