Commit Graph
269 Commits
Author SHA1 Message Date
steve-chavez 0d4b1d8f92 Add release notes for v6.0.2
Also add relase notes section at index.
2019-08-26 10:28:03 -05:00
steve-chavez b9c9aee645 Reorder configuration section 2019-08-26 10:28:03 -05:00
steve-chavez 5942db7fa7 Collapse index sections and improve the wording 2019-08-26 10:28:03 -05:00
steve-chavez 7805b99d57 Fix #213, reorganize index 2019-08-26 10:28:03 -05:00
steve-chavez 8271885bb2 Remove some elements of the index page
As mentioned in https://github.com/PostgREST/postgrest-docs/issues/249,
the embracing the relational model sectin would better fit in a
page about our REST style.

The shared improvements section no longer seems relevant since
we're already an established open source project.

Release notes are not removed but hidden from the index page.
2019-08-26 10:28:03 -05:00
steve-chavez 4fe34079d8 Reorganize ecosystem section 2019-08-26 10:28:03 -05:00
steve-chavez 2d6c16c2a6 Fix #234, reference for raw-media-types 2019-08-26 10:28:03 -05:00
steve-chavez b38e29c3d1 Add text/plain reference
Also move binary output to a top heading.
2019-08-26 10:28:03 -05:00
steve-chavez afff7a00a4 Put accessing and setting headers together 2019-08-26 10:28:03 -05:00
steve-chavez 51c0ad3e0c Add specify columns reference 2019-08-26 10:28:03 -05:00
steve-chavez 2414c7f7f0 Add bulk call reference 2019-08-26 10:28:03 -05:00
steve-chavez a8b2ed313e Add db-pool-timeout config 2019-08-26 10:28:03 -05:00
steve-chavez eca325c11b Add materialized views mention 2019-08-26 10:28:03 -05:00
steve-chavez f5868bc277 Add server-unix-socket config 2019-08-26 10:28:03 -05:00
steve-chavez abdc2ac2a9 Remove integrations section 2019-08-26 10:28:03 -05:00
steve-chavez bed1013ecd Fix #235, casting type to json object 2019-08-26 10:28:03 -05:00
steve-chavez cb2bf809a7 Fix #219, how-to for embedding table from other schema 2019-08-26 10:28:03 -05:00
steve-chavez 396b0468ce Refine embedding views section 2019-08-26 10:28:03 -05:00
steve-chavez 5c22846e12 Fix #172, add section on embedding views 2019-08-26 10:28:03 -05:00
steve-chavez aba2f43c10 Fix #230, make clear FKs are needed for embedding 2019-08-26 10:28:03 -05:00
steve-chavez 664604e6ca Fix #212, note about view with complex RULEs 2019-08-26 10:28:03 -05:00
steve-chavez a1509dc731 Fix #170, remove no performance penalty claim 2019-08-26 10:28:03 -05:00
steve-chavez e9712b0aff Fix #200, anon permissions on auth section 2019-08-26 10:28:03 -05:00
steve-chavez 91e44f12ec Fix #216, remove HUP reference 2019-08-26 10:28:03 -05:00
steve-chavez 7ccc8c4610 Fix #197, add note about axios url encoding 2019-08-26 10:28:03 -05:00
steve-chavez 3babff99b9 Fix #198, add note about nginx config location 2019-08-26 10:28:03 -05:00
steve-chavez 1fd06ff65d Fix #199, db-extra-search-path clarification 2019-08-26 10:28:03 -05:00
steve-chavez 03905a584e Fix #224, remove STRICT from example rpc 2019-08-26 10:28:03 -05:00
steve-chavez b07d07f17d Fix #231, add note about assuming text in rpc calls 2019-08-26 10:28:03 -05:00
steve-chavez f983e0af34 Fix #196, add virtual columns a.k.a. 2019-08-26 10:28:03 -05:00
steve-chavez 0b5e168c8d Fix #205, operators table with heading 2019-08-26 10:28:03 -05:00
Erwan ThomasandSteve Chávez f759b8bfc6 Fix miscellaneous Sphinx warnings (#244)
* /index.rst:24: WARNING: Line block ends without a blank line.

* /install.rst:300: WARNING: Explicit markup ends without a blank line; unexpected unindent.

* /admin.rst:273: WARNING: Could not lex literal_block as "http". Highlighting skipped.

* /tutorials/tut1.rst:150: WARNING: Could not lex literal_block as "json". Highlighting skipped.

* Remove extra newline

* Use integer value as epoch in JSON snippet

Even though using a string value is convenient (due to the lack of JSON
comments), it is confusing since the value should actually be an
integer. A slightly more verbose documentation is therefore preferable.
2019-08-18 16:32:08 -05:00
stefan8888andSteve Chávez ca456ecc51 Updated Docker section (#236)
* Updated Docker section

On macOS, it is also necessary to add the IP address in  pg_hba.conf
2019-07-29 18:15:00 +00:00
Eduardo JorgeandSteve Chávez 5ad1afbf73 Add websearch_to_tsquery doc (#226) 2019-07-24 16:02:58 +00:00
Eduardo JorgeandSteve Chávez 59816e6576 Add missing doc for the ov operator in array types (#225) 2019-07-04 15:14:18 -05:00
steve-chavez ecb4f15de0 Add CYBERTEC as Sponsor 2019-06-19 21:11:46 -05:00
steve-chavez c21e98c9ae Correct url 2019-06-16 15:09:49 -05:00
steve-chavez 2cc48151dd Add 2ndQuadrant as Sponsor 2019-06-15 18:10:37 -05:00
Anupam GargandSteve Chávez 93e457cd89 add Datrium client library and testimonial
we've been using PostgREST in internal production
infrastructure at Datrium for a few years now.
so, we're giving thanks in the form of a testimonial,
and providing a link to a python-based postgrest client
we developed and use.
2019-06-01 23:05:26 -05:00
steve-chavez 3dde972d31 Add Nimbus - In Production 2019-05-27 11:28:19 -05:00
Steve ChávezandGitHub 7d8bceea10 Update README.md 2019-05-23 17:55:07 -05:00
krasergeandsteve-chavez 3b8ec49fba SQL inside pgjwt (#207)
Correct url https://github.com/michelp/pgjwt/blob/master/pgjwt--0.1.0.sql
2019-04-14 11:13:06 -05:00
Hao Wuandsteve-chavez b77149d48e update doc based on postgrest/issues/1253 (#206) 2019-03-15 08:54:05 -05:00
Paulo VieiraandSteve Chávez 3d734c44cf clarify the usage of upsert when the table uses a surrogate key 2019-03-14 09:55:41 -05:00
steve-chavez f32c9c7967 Remove Explicit Qualification section 2019-03-06 10:30:41 -05:00
steve-chavez c0fe0a5ce1 Add repo in default.nix 2019-03-05 11:36:14 -05:00
steve-chavez a8d209cd1c Add translations section 2019-03-05 10:42:06 -05:00
Steve ChávezandGitHub 1c357179fd Add TimescaleDB tutorial (#201)
* Add TimescaleDB sponsorship
2019-03-01 16:18:20 -05:00
steve-chavez 44b825b939 Add Simply Connected Systems 2019-01-24 19:07:54 -05:00
steve-chavez a106edc5d0 Add release notes 2019-01-06 20:58:07 -05:00