aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/update.sgml
Commit message (Expand)AuthorAge
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Document DELETE/UPDATE command tag behavior when triggers are involved.Robert Haas2011-10-10
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-19
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-16
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-15
* spell checker runPeter Eisentraut2007-11-28
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-03
* Add UPDATE tab SET ROW (col, ...) = (val, ...) for updatingBruce Momjian2006-09-02
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT.Tom Lane2006-03-08
* Improve note about not using the target table name in the SET clause.Tom Lane2006-01-22
* Allow an optional alias for the target table to be specified for UPDATENeil Conway2006-01-22
* Doc patch that adds an example of a correllated UPDATE.Bruce Momjian2006-01-19
* Fix spelling error, per Michael Fuhr.Tom Lane2005-10-12
* Some more small improvements in response to 7.4 interactive docs comments.Tom Lane2005-01-09
* More minor updates and copy-editing.Tom Lane2005-01-04
* Included is an example of using savepoints in a non-trivial example.Bruce Momjian2004-08-08
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Add a few more cross-references where appropriate, add more text aboutNeil Conway2004-03-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* More cleanup of Diagnostics sections.Tom Lane2003-09-12
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Editing of more reference pages.Peter Eisentraut2003-04-26
* > Neil Conway <nconway@klamath.dyndns.org> writes:Bruce Momjian2002-08-15
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Terminology cleanup: class -> table, instance -> row, attribute -> column,Peter Eisentraut2001-01-13
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25
* Final proofreader changes to docs.Bruce Momjian2000-10-05
* CleanupsBruce Momjian2000-07-22
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Update porting list.Thomas G. Lockhart2000-04-11
* Updated user's guide to match new psql's output formatPeter Eisentraut2000-03-26