summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/insert.sgml
AgeCommit message (Expand)Author
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2024-07-25Doc: fix misleading syntax synopses for targetlists.Tom Lane
2022-07-14doc: clarify that "excluded" ON CONFLICT is a single rowBruce Momjian
2022-07-14doc: mention that INSERT can block because of unique indexesBruce Momjian
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2019-11-24doc: Fix whitespace in syntax.Thomas Munro
2019-04-30docs: Fix small copy & paste mistake.Andres Freund
2019-04-18docs: cleanup/remove/update references to OID column.Andres Freund
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-08-28Clarify documentationPeter Eisentraut
2017-06-14doc: Whitespace fixes in man pagesPeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut
2017-02-15Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.Tom Lane
2016-12-17doc: Remove some trailing whitespacePeter Eisentraut
2016-12-13doc: Improve documentation related to table partitioning feature.Robert Haas
2016-08-02doc: Whitespace fixes in man pagesPeter Eisentraut
2016-07-08Docs: improve examples about not repeating table name in UPDATE ... SET.Tom Lane
2015-12-09Remove redundant sentence.Robert Haas
2015-12-03doc: Fix markup and improve placeholder namesPeter Eisentraut
2015-11-19Improve ON CONFLICT documentation.Andres Freund
2015-09-11doc: Spell checkingPeter Eisentraut
2015-08-21doc: Whitespace and formatting fixesPeter Eisentraut
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-04-08Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT ref page.Tom Lane
2010-10-15Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-02-15Allow AS to be omitted when specifying an output column name in SELECTTom Lane
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-10-23Spellchecking and suchPeter Eisentraut
2006-09-18Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian