Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-03Document strange jsonb sort order for empty top level arraysAndrew Dunstan
2024-04-24doc: Correct jsonpath string literal escapes descriptionPeter Eisentraut
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-01-25Doc: improve documentation for jsonpath behavior.Tom Lane
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-07-11doc: Fix inconsistent quotes in some jsonb fieldsMichael Paquier
2022-06-08Doc: copy-edit "jsonb Indexing" section.Tom Lane
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-03-08plpython: Adjust docs after removal of Python 2 support.Andres Freund
2021-07-16doc: Spell checkingPeter Eisentraut
2021-04-16doc: Fix typo in example query of SQL/JSONMichael Paquier
2021-03-09Fix vague comment in jsonb documentationAlexander Korotkov
2021-01-31Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov
2021-01-31Filling array gaps during jsonb subscriptingAlexander Korotkov
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2020-12-01docs: ulink all references to RFC'sHeikki Linnakangas
2020-05-06Doc: further fooling-about with rendering of tables in PDF output.Tom Lane
2020-04-30Doc: update sections 9.14 - 9.16 for new function table layout.Tom Lane
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2019-09-26doc: Update a confusing sentence about SQL/JSONPeter Eisentraut
2019-09-19Doc: improve documentation around jsonpath regular expressions.Tom Lane
2019-09-13Documentation improvements to jsonpathAlexander Korotkov
2019-09-08doc: effective -> efficientPeter Eisentraut
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-07-10Assorted fixes for jsonpath documentationAlexander Korotkov
2019-07-05doc: Spell checkingPeter Eisentraut
2019-06-19Fix description for $varname jsonpath variableAlexander Korotkov
2019-05-19Improve documentation for array subscription in jsonpathAlexander Korotkov
2019-05-19Document jsonpath .** accessor with nesting level filterAlexander Korotkov
2019-04-08doc: Fix whitespacePeter Eisentraut
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2018-04-03Transforms for jsonb to PL/PerlPeter Eisentraut
2018-03-28Transforms for jsonb to PL/PythonPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-08-17doc: Update RFC URLsPeter Eisentraut
2015-10-29Docs: add example clarifying use of nested JSON containment.Tom Lane
2015-10-07docs: add JSONB containment example of a key and empty objectBruce Momjian
2015-10-07docs: Map operator @> to the proper SGML escape for '>'Bruce Momjian
2015-10-07docs: clarify JSONB operator descriptionsBruce Momjian
2015-05-15docs: consistently uppercase index method and add spacingBruce Momjian
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2014-10-11Improve documentation about JSONB array containment behavior.Tom Lane
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-07-17doc: Spell checkingPeter Eisentraut
2014-07-08doc: Fix spacing in verbatim environmentsPeter Eisentraut
2014-06-21doc: adjust JSONB GIN index descriptionBruce Momjian