Age | Commit message (Expand) | Author |
2023-11-13 | Improve readability and error detection of array_in(). | Tom Lane |
2020-06-25 | Doc: correct nitpicky mistakes in array_position/array_positions examples. | Tom Lane |
2018-09-21 | docs: remove use of escape strings and use bytea hex output | Bruce Momjian |
2017-11-23 | Convert documentation to DocBook XML | Peter Eisentraut |
2017-10-17 | Don't use SGML empty tags | Peter Eisentraut |
2017-09-30 | Support arrays over domains. | Tom Lane |
2017-09-06 | Escape < and & in SGML | Peter Eisentraut |
2015-12-23 | Allow omitting one or both boundaries in an array slice specifier. | Tom Lane |
2015-12-18 | Revert 9246af6799819847faa33baf441251003acbb8fe because | Teodor Sigaev |
2015-12-18 | Allow to omit boundaries in array subscript | Teodor Sigaev |
2015-07-09 | Improve documentation about array concat operator vs. underlying functions. | Tom Lane |
2015-03-30 | Change array_offset to return subscripts, not offsets | Alvaro Herrera |
2015-03-18 | array_offset() and array_offsets() | Alvaro Herrera |
2014-01-21 | Add a cardinality function for arrays. | Robert Haas |
2012-06-22 | Document that && can be used to search arrays. | Robert Haas |
2011-06-02 | Use proper SGML doc entities rather than angle-brackets. | Bruce Momjian |
2011-03-11 | In docs, rename "backwards compatibility" to "backward compatibility" | Bruce Momjian |
2011-02-06 | remove tags. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-06-17 | Proofreading for Bruce's recent round of documentation proofreading. | Tom Lane |
2009-04-27 | Proofreading adjustments for first two parts of documentation (Tutorial | Bruce Momjian |
2008-11-12 | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut |
2008-10-29 | Since SQL:2003, the array size specification in the SQL ARRAY syntax has | Peter Eisentraut |
2008-04-28 | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera |
2008-04-27 | Add SGML ID attributes to the arrays subsections, and a few index entries for | Alvaro Herrera |
2008-03-26 | Fix bad spelling and worse grammar in recent doc commits. Propagate | Tom Lane |
2008-03-26 | Improve documentation for odd array slice behavior. | Bruce Momjian |
2007-06-07 | Fix array_dims() example to be consistent with the data previously shown. | Tom Lane |
2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
2007-04-06 | Fix some now-obsolete comments about the space used by various data | Tom Lane |
2007-03-02 | Fix broken markup, improve wording. | Tom Lane |
2007-02-20 | Spell check on array patch. | Bruce Momjian |
2007-02-20 | Update array slice documentation to be clearer. | Bruce Momjian |
2007-02-01 | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian |
2007-01-31 | Update documentation on may/can/might: | Bruce Momjian |
2007-01-31 | Add missing colon. | Bruce Momjian |
2007-01-30 | Update documentation for backslashes to mention escape string syntax | Bruce Momjian |
2006-09-29 | Allow assignment to array elements not contiguous with those already | Tom Lane |
2006-05-09 | Revert documentation mention of array dimension checking, in next paragraph. | Bruce Momjian |
2006-05-09 | Mention array dimmensions are not enforced either. | Bruce Momjian |
2006-04-23 | Removes or minimizes some documentation mentions of backward | Bruce Momjian |
2005-11-19 | Change array_push and array_cat so that they retain the lower bound of | Tom Lane |
2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
2005-11-04 | Spellchecking run, final cleanups | Peter Eisentraut |
2005-11-04 | Avoid referring to a specific version of the SQL standard except where | Tom Lane |
2005-07-14 | This doc patch replaces all inappropriate references to SQL:1999 when it | Neil Conway |
2005-02-06 | Document array behavior for out-of-range subscripts. | Tom Lane |
2004-12-23 | A small pass of docs review and copy-editing. | Tom Lane |
2004-12-13 | Spell checker run | Peter Eisentraut |
2004-11-27 | Update of conformance information to SQL:2003 | Peter Eisentraut |