summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/select_into.sgml
AgeCommit message (Expand)Author
8 daysdoc: consistently use "structname" and "structfield" markupBruce Momjian
2025-09-29Add GROUP BY ALL.Tom Lane
2024-07-25Doc: fix misleading syntax synopses for targetlists.Tom Lane
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2021-01-30doc: Clarify status of SELECT INTO on reference pagePeter Eisentraut
2020-10-19Misc documentation fixes.Heikki Linnakangas
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2019-04-05table: docs: fix typos and grammar.Andres Freund
2019-04-04tableam: basic documentation.Andres Freund
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2014-02-24docs: remove unnecessary references to old PG versionsBruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-02-22Fix a couple of unlogged tables goofs.Robert Haas
2010-10-15Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-10-22SQL:2008 alternative syntax for LIMIT/OFFSET:Peter Eisentraut
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane
2008-02-15Allow AS to be omitted when specifying an output column name in SELECTTom Lane
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-04-30Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane
2005-08-01Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-03-13Make default_with_oids default to false -- user-created tables will nowNeil Conway
2005-01-09Some more small improvements in response to 7.4 interactive docs comments.Tom Lane
2005-01-04More minor updates and copy-editing.Tom Lane
2004-09-26Fix misstatement in docs: CREATE TABLE AS is now part of the standard.Neil Conway
2004-08-24Various minor improvements to the SGML documentation: fix some incorrectNeil Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-03-09Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway
2003-12-13This patch makes some SGML markup more consistent and makes a smallNeil Conway
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-05-04Last round of reference page editing.Peter Eisentraut
2002-11-21Fixups for man pagesPeter Eisentraut
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce Momjian
2002-04-23Update SQL-command reference pages for schema features.Tom Lane
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2002-01-20Spell-check and markup policePeter Eisentraut
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart