summaryrefslogtreecommitdiff
path: root/doc/src/sgml/array.sgml
AgeCommit message (Expand)Author
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
2004-11-15Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway
2004-08-08Minor clarification of documentation regarding trailing whitespace.Joe Conway
2004-08-08Tighened up syntax checking of array input processing considerably. Junk thatJoe Conway
2004-08-05Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway
2004-06-07Some preliminary documentation for composite-type stuff.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-04Random copy-editing.Peter Eisentraut
2003-11-01Spell checking, consistent terminology.Peter Eisentraut
2003-08-31Add/edit index entries.Peter Eisentraut
2003-08-19Updates for array documentation, from Joe Conway.Tom Lane
2003-08-09Update docs for 7.4 array features and polymorphic functions.Tom Lane
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-03-13Big editing for consistent content and presentation.Peter Eisentraut