aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/syntax.sgml
Commit message (Expand)AuthorAge
* 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 "—" 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
* Update description of numeric constants to match 7.3 reality.Tom Lane2002-10-20
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Add more information about schemas. Combines some previously existingPeter Eisentraut2002-09-12
* Not sure how I fixed it the first time, but here's a fix for anotherBruce Momjian2002-08-23
* > > I had great difficulty in finding how to change the search path, so hereBruce Momjian2002-08-22
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* Allow schema-qualified operator names to be used in the optionalTom Lane2002-08-10
* Add User's Guide chapters on Data Definition and Data Manipulation.Peter Eisentraut2002-08-05
* Ooops, fix busted markup.Tom Lane2002-06-15
* Add a little more material to the new section about evaluation order.Tom Lane2002-06-15
* Add section explaining unspecified expression evaluation order.Peter Eisentraut2002-06-01
* Updates for schema features.Tom Lane2002-04-25
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Spell-check and markup policePeter Eisentraut2002-01-20
* Describe type casts under the heading of Value Expressions, and explainTom Lane2002-01-09
* Editorial reviewPeter Eisentraut2002-01-07