aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/syntax.sgml
Commit message (Expand)AuthorAge
* Avoid mathematical inconsistency in example about avoiding division byTom Lane2008-01-23
* Typo pointed out by Erwin Brandstetter. Remove the whole makes it evenMagnus Hagander2007-12-11
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Comment-out documentation for IS OF because it doesn't conform to theBruce Momjian2007-02-20
* Document IS [NOT] OF, which was added in 7.3.Bruce Momjian2007-02-20
* Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. ItPeter Eisentraut2007-02-06
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Some desultory copy-editing.Tom Lane2006-10-22
* Rewrite discussion of string constant syntax to bring it into line withTom Lane2006-10-21
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane2006-06-26
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* A bit of minor copy-editing.Tom Lane2005-10-23
* Change standard_compliant_strings to standard_conforming_strings.Peter Eisentraut2005-08-14
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Add support for \x hex escapes in backend strings. Octal was alreadyBruce Momjian2005-06-02
* A small pass of docs review and copy-editing.Tom Lane2004-12-23
* Spell checker runPeter Eisentraut2004-12-13
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* Document IS DISTINCT FROM in a more obvious place, and add some moreTom Lane2004-10-26
* Some editorializing on the docs for the dollar-quoting feature: fixTom Lane2004-09-20
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Some preliminary documentation for composite-type stuff.Tom Lane2004-06-07
* Add documentation for the new "dollar quoting" feature, and update existingNeil Conway2004-05-16
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Minor copy-editing.Tom Lane2003-11-06
* Give the full syntax rules for subscripting and field selection in theTom Lane2003-11-04
* 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
* Minor copy-editing.Tom Lane2003-08-14
* Update docs for 7.4 array features and polymorphic functions.Tom Lane2003-08-09
* Add a note that AND and OR are commutative. Apparently, they are not inPeter Eisentraut2003-08-04
* Disallow dollar sign in operator names, instead allow it as a non-firstTom Lane2003-06-19
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Big editing for consistent content and presentation.Peter Eisentraut2003-03-13
* This patch includes more SGML markup fixes as well as a few minorBruce Momjian2003-02-19
* SGML improvements.Bruce Momjian2002-11-15
* Merge documentation updates from 7.3 branch.Peter Eisentraut2002-11-11
* Add introductory sections explaining what each book is about. Remove Y2KPeter Eisentraut2002-10-24