aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/array.sgml
Commit message (Expand)AuthorAge
* Document that && can be used to search arrays.Robert Haas2012-06-22
* Use proper SGML doc entities rather than angle-brackets.Bruce Momjian2011-06-02
* In docs, rename "backwards compatibility" to "backward compatibility"Bruce Momjian2011-03-11
* remove tags.Bruce Momjian2011-02-06
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-12
* Since SQL:2003, the array size specification in the SQL ARRAY syntax hasPeter Eisentraut2008-10-29
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-28
* Add SGML ID attributes to the arrays subsections, and a few index entries forAlvaro Herrera2008-04-27
* Fix bad spelling and worse grammar in recent doc commits. PropagateTom Lane2008-03-26
* Improve documentation for odd array slice behavior.Bruce Momjian2008-03-26
* Fix array_dims() example to be consistent with the data previously shown.Tom Lane2007-06-07
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Fix some now-obsolete comments about the space used by various dataTom Lane2007-04-06
* Fix broken markup, improve wording.Tom Lane2007-03-02
* Spell check on array patch.Bruce Momjian2007-02-20
* Update array slice documentation to be clearer.Bruce Momjian2007-02-20
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Add missing colon.Bruce Momjian2007-01-31
* Update documentation for backslashes to mention escape string syntaxBruce Momjian2007-01-30
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-29
* Revert documentation mention of array dimension checking, in next paragraph.Bruce Momjian2006-05-09
* Mention array dimmensions are not enforced either.Bruce Momjian2006-05-09
* Removes or minimizes some documentation mentions of backwardBruce Momjian2006-04-23
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-19
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Avoid referring to a specific version of the SQL standard except whereTom Lane2005-11-04
* This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway2005-07-14
* Document array behavior for out-of-range subscripts.Tom Lane2005-02-06
* A small pass of docs review and copy-editing.Tom Lane2004-12-23
* Spell checker runPeter Eisentraut2004-12-13
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-27
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* Minor clarification of documentation regarding trailing whitespace.Joe Conway2004-08-08
* Tighened up syntax checking of array input processing considerably. Junk thatJoe Conway2004-08-08
* Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway2004-08-05
* Some preliminary documentation for composite-type stuff.Tom Lane2004-06-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Random copy-editing.Peter Eisentraut2003-11-04
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Add/edit index entries.Peter Eisentraut2003-08-31
* Updates for array documentation, from Joe Conway.Tom Lane2003-08-19
* Update docs for 7.4 array features and polymorphic functions.Tom Lane2003-08-09
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24