Commit Graph

88 Commits (0778eb79b1e2957743bbd577fc3d862a3dc007cf)

Author SHA1 Message Date
Tom Lane 463b808e75 Doc: correct nitpicky mistakes in array_position/array_positions examples. 6 years ago
Bruce Momjian f77de4b0c0 docs: remove use of escape strings and use bytea hex output 7 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Peter Eisentraut c29c578908 Don't use SGML empty tags 8 years ago
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Peter Eisentraut 1c53f612bc Escape < and & in SGML 8 years ago
Tom Lane 6efbded6e4 Allow omitting one or both boundaries in an array slice specifier. 10 years ago
Teodor Sigaev bbbd807097 Revert 9246af6799 because 10 years ago
Teodor Sigaev 9246af6799 Allow to omit boundaries in array subscript 10 years ago
Tom Lane e4f29ce323 Improve documentation about array concat operator vs. underlying functions. 11 years ago
Alvaro Herrera 97690ea6e8 Change array_offset to return subscripts, not offsets 11 years ago
Alvaro Herrera 13dbc7a824 array_offset() and array_offsets() 11 years ago
Robert Haas 01f7808b3e Add a cardinality function for arrays. 12 years ago
Robert Haas 6ef5baf8b1 Document that && can be used to search arrays. 14 years ago
Bruce Momjian a20bc9c866 Use proper SGML doc entities rather than angle-brackets. 15 years ago
Bruce Momjian 7a8f43968a In docs, rename "backwards compatibility" to "backward compatibility" 15 years ago
Bruce Momjian ad76242633 remove tags. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Tom Lane c30446b9c9 Proofreading for Bruce's recent round of documentation proofreading. 17 years ago
Bruce Momjian ba36c48e39 Proofreading adjustments for first two parts of documentation (Tutorial 17 years ago
Peter Eisentraut f98f6ee064 array_length() function, and for SQL compatibility also cardinality() 17 years ago
Peter Eisentraut f7ad874ca8 Since SQL:2003, the array size specification in the SQL ARRAY syntax has 17 years ago
Alvaro Herrera 1fcb977a13 Add generate_subscripts, a series-generation function which generates an 18 years ago
Alvaro Herrera a1d479f518 Add SGML ID attributes to the arrays subsections, and a few index entries for 18 years ago
Tom Lane 2d013c41a3 Fix bad spelling and worse grammar in recent doc commits. Propagate 18 years ago
Bruce Momjian 9469d083e5 Improve documentation for odd array slice behavior. 18 years ago
Tom Lane 04d919a11a Fix array_dims() example to be consistent with the data previously shown. 19 years ago
Tom Lane bc8036fc66 Support arrays of composite types, including the rowtypes of regular tables 19 years ago
Tom Lane 146c83c045 Fix some now-obsolete comments about the space used by various data 19 years ago
Tom Lane 50acd427a5 Fix broken markup, improve wording. 19 years ago
Bruce Momjian ff0d71e263 Spell check on array patch. 19 years ago
Bruce Momjian 1b52359d90 Update array slice documentation to be clearer. 19 years ago
Bruce Momjian 09a9f10e7f Consistenly use colons before '<programlisting>' blocks, where 19 years ago
Bruce Momjian a134ee3379 Update documentation on may/can/might: 19 years ago
Bruce Momjian 1a62813464 Add missing colon. 19 years ago
Bruce Momjian 4ed9f1d9b7 Update documentation for backslashes to mention escape string syntax 19 years ago
Tom Lane 352a56ba68 Allow assignment to array elements not contiguous with those already 20 years ago
Bruce Momjian 12049d343e Revert documentation mention of array dimension checking, in next paragraph. 20 years ago
Bruce Momjian 0c9fab6c3b Mention array dimmensions are not enforced either. 20 years ago
Bruce Momjian efe3de07e9 Removes or minimizes some documentation mentions of backward 20 years ago
Tom Lane 1e9a1a70ad Change array_push and array_cat so that they retain the lower bound of 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Peter Eisentraut 39dfbe5791 Spellchecking run, final cleanups 20 years ago
Tom Lane 03381695c6 Avoid referring to a specific version of the SQL standard except where 20 years ago
Neil Conway c3f1b0f4dd This doc patch replaces all inappropriate references to SQL:1999 when it 21 years ago
Tom Lane e507399790 Document array behavior for out-of-range subscripts. 21 years ago
Tom Lane f8ffb60492 A small pass of docs review and copy-editing. 21 years ago
Peter Eisentraut 5ec30faee6 Spell checker run 21 years ago
Peter Eisentraut 49cbef7947 Update of conformance information to SQL:2003 21 years ago
Neil Conway ec7a6bd9a2 Replace "--" and "---" with "&mdash;" as appropriate, for better-looking 21 years ago