summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/insert.sgml
Commit message (Expand)AuthorAgeFilesLines
* doc: clarify that "excluded" ON CONFLICT is a single rowBruce Momjian2022-07-141-2/+2
* doc: mention that INSERT can block because of unique indexesBruce Momjian2022-07-141-0/+5
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-1/+10
* Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane2020-05-111-6/+5
* Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut2020-03-311-9/+22
* doc: Fix whitespace in syntax.Thomas Munro2019-11-251-1/+1
* docs: Fix small copy & paste mistake.Andres Freund2019-04-301-1/+1
* docs: cleanup/remove/update references to OID column.Andres Freund2019-04-171-8/+6
* Revert MERGE patchSimon Riggs2018-04-121-10/+1
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-1/+10
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-10/+1
* Modified files for MERGESimon Riggs2018-04-021-1/+10
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-261-0/+8
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-231-4/+4
* Convert SGML IDs to lower casePeter Eisentraut2017-10-201-4/+4
* Don't use SGML empty tagsPeter Eisentraut2017-10-171-43/+43
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-101-43/+43
* Clarify documentationPeter Eisentraut2017-08-271-2/+3
* doc: Whitespace fixes in man pagesPeter Eisentraut2017-06-141-2/+1
* Identity columnsPeter Eisentraut2017-04-061-0/+41
* Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.Tom Lane2017-02-151-4/+4
* doc: Remove some trailing whitespacePeter Eisentraut2016-12-171-1/+1
* doc: Improve documentation related to table partitioning feature.Robert Haas2016-12-131-0/+11
* doc: Whitespace fixes in man pagesPeter Eisentraut2016-08-021-2/+1
* Docs: improve examples about not repeating table name in UPDATE ... SET.Tom Lane2016-07-081-2/+2
* Remove redundant sentence.Robert Haas2015-12-091-2/+1
* doc: Fix markup and improve placeholder namesPeter Eisentraut2015-12-031-14/+14
* Improve ON CONFLICT documentation.Andres Freund2015-11-191-365/+378
* doc: Spell checkingPeter Eisentraut2015-09-101-2/+2
* doc: Whitespace and formatting fixesPeter Eisentraut2015-08-201-20/+20
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-231-14/+7
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-081-2/+2
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-18/+385
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-231-4/+4
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-221-8/+7
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-071-2/+1
* Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT ref page.Tom Lane2011-04-081-0/+14
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-151-1/+24
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-031-4/+4
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-5/+8
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-1/+2
* Allow AS to be omitted when specifying an output column name in SELECTTom Lane2008-02-151-2/+2
* Update reference documentation on may/can/might:Bruce Momjian2007-01-311-3/+3
* Spellchecking and suchPeter Eisentraut2006-10-231-2/+2
* Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane2006-09-181-5/+16
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-161-18/+1
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-6/+59
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-4/+4