Commit Graph
260 Commits
Author SHA1 Message Date
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
steve-chavez 367b259bd4 Further clarify db-extra-search-path 2019-01-06 20:58:07 -05:00
steve-chavez 4119538ab7 Add section for table/columns with spaces 2019-01-06 20:58:07 -05:00
steve-chavez 2dcb5ee746 Fix #180, note about volatility marker 2019-01-06 20:58:07 -05:00
steve-chavez 474b8e6426 Add chinese translation link 2019-01-06 20:58:07 -05:00
steve-chavez 9e9f913c9e Fix #150, add example for url encoded payload 2019-01-06 20:58:07 -05:00
steve-chavez 24a5a27977 Fix #183, change immediate revocation request to PATCH 2019-01-06 20:58:07 -05:00
steve-chavez 14cb86d147 Fix #182, change default port of tutorials to 5433 2019-01-06 20:58:07 -05:00
steve-chavez ff74567473 Fix #145, add authenticator role to tutorials 2019-01-06 20:58:07 -05:00
steve-chavez a163828c6c Fix #192, Add section for quoting filters.
Also reorder the Unicode Support section.
2019-01-06 20:58:07 -05:00