Age | Commit message (Expand) | Author |
13 days | doc: Updates for RETURNING OLD/NEW. | Dean Rasheed |
2025-01-16 | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed |
2024-07-25 | Doc: fix misleading syntax synopses for targetlists. | Tom Lane |
2024-04-07 | Doc: show how to get the equivalent of LIMIT for UPDATE/DELETE. | Tom Lane |
2022-03-29 | doc: Make UPDATE FROM examples consistent | Daniel Gustafsson |
2022-03-20 | Enforce foreign key correctly during cross-partition updates | Alvaro Herrera |
2020-05-11 | Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs. | Tom Lane |
2020-03-31 | doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM | Bruce Momjian |
2020-03-31 | Fix INSERT OVERRIDING USER VALUE behavior | Peter Eisentraut |
2019-03-10 | Fix documentation on partitioning vs. foreign tables | Alvaro Herrera |
2018-04-06 | Allow insert and update tuple routing and COPY for foreign tables. | Robert Haas |
2018-01-19 | Allow UPDATE to move rows between partitions. | Robert Haas |
2017-11-23 | Convert documentation to DocBook XML | Peter Eisentraut |
2017-10-20 | Convert SGML IDs to lower case | Peter Eisentraut |
2017-10-17 | Don't use SGML empty tags | Peter Eisentraut |
2017-10-10 | Use lower-case SGML attribute values | Peter Eisentraut |
2016-12-13 | doc: Improve documentation related to table partitioning feature. | Robert Haas |
2016-11-22 | Improve handling of "UPDATE ... SET (column_list) = row_constructor". | Tom Lane |
2016-07-08 | Docs: improve examples about not repeating table name in UPDATE ... SET. | Tom Lane |
2014-06-18 | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane |
2014-02-24 | doc: Improve DocBook XML validity | Peter Eisentraut |
2012-09-17 | Provide adequate documentation of the "table_name *" notation. | Tom Lane |
2012-06-21 | Make placeholders in SQL command help more consistent and precise | Peter Eisentraut |
2011-10-10 | Document DELETE/UPDATE command tag behavior when triggers are involved. | Robert Haas |
2011-08-07 | Fix a whitespace issue with the man pages | Peter Eisentraut |
2010-10-15 | Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. | Tom Lane |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-04-03 | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut |
2009-09-19 | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut |
2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
2008-11-14 | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut |
2008-02-15 | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane |
2007-11-28 | spell checker run | Peter Eisentraut |
2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
2007-02-01 | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian |
2007-01-31 | Update reference documentation on may/can/might: | Bruce Momjian |
2006-09-16 | Remove emacs info from footer of SGML files. | Bruce Momjian |
2006-09-03 | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane |
2006-09-02 | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian |
2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
2006-03-08 | Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT. | Tom Lane |
2006-01-22 | Improve note about not using the target table name in the SET clause. | Tom Lane |
2006-01-22 | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway |
2006-01-19 | Doc patch that adds an example of a correllated UPDATE. | Bruce Momjian |
2005-10-12 | Fix spelling error, per Michael Fuhr. | Tom Lane |
2005-01-09 | Some more small improvements in response to 7.4 interactive docs comments. | Tom Lane |
2005-01-04 | More minor updates and copy-editing. | Tom Lane |
2004-08-08 | Included is an example of using savepoints in a non-trivial example. | Bruce Momjian |
2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |