Commit Graph

68 Commits (4fc6e2fdcfcea34f6f4e37f3597bf8958e56a45e)

Author SHA1 Message Date
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
Joe Conway 4187adc631 Minor clarification of documentation regarding trailing whitespace. 22 years ago
Joe Conway cb50ee286d Tighened up syntax checking of array input processing considerably. Junk that 22 years ago
Joe Conway 0e13d627be Require that array literals produce "rectangular" arrays, i.e. all the 22 years ago
Tom Lane 982d005d62 Some preliminary documentation for composite-type stuff. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 1d27de4cf4 Random copy-editing. 23 years ago
Peter Eisentraut 8442a92e5a Spell checking, consistent terminology. 23 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 23 years ago
Tom Lane 432fb5b886 Updates for array documentation, from Joe Conway. 23 years ago
Tom Lane 5bfb0540b0 Update docs for 7.4 array features and polymorphic functions. 23 years ago
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's 23 years ago
Bruce Momjian 111d8e522b Back out array mega-patch. 23 years ago
Bruce Momjian 46bf651480 Array mega-patch. 23 years ago
Peter Eisentraut 706a32cdf6 Big editing for consistent content and presentation. 23 years ago
Peter Eisentraut 1b342df00a Merge documentation updates from 7.3 branch. 23 years ago
Bruce Momjian 50e726a2c3 Add documentation for array_upper/lower(). 24 years ago
Peter Eisentraut bc49968764 Add more appropriate markup. 24 years ago
Peter Eisentraut 6f4a9fb119 Add User's Guide chapters on Data Definition and Data Manipulation. 24 years ago
Tom Lane 8a25ec84e1 Improve documentation about array I/O representation. 24 years ago
Peter Eisentraut bf43bed848 Spell-check and markup police 24 years ago