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