summaryrefslogtreecommitdiff
path: root/doc/src/sgml/features.sgml
AgeCommit message (Expand)Author
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-04-05doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut
2023-02-06doc: Fix description of SQL standard partsPeter Eisentraut
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2020-06-07doc: Clean up title case usePeter Eisentraut
2020-06-07doc: Remove line breaks after <title>Peter Eisentraut
2020-05-06Doc: remove now-redundant align specifications in colspecs.Tom Lane
2020-05-04Doc: improve PDF presentation of some tables by adjusting column widths.Tom Lane
2020-04-01Update SQL features countPeter Eisentraut
2020-03-07doc: Add information about new SQL part SQL/MDAPeter Eisentraut
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-05-14Update SQL features/conformance information to SQL:2016Peter Eisentraut
2019-04-01Improve documentation about our XML functionality.Tom Lane
2012-05-17Update SQL features/conformance information to SQL:2011Peter Eisentraut
2011-07-18Remove claim that the project is not represented in the SQL working groupPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-11-27Add that PL/Java is an implementation of SQL/JRT, and drop claim thatPeter Eisentraut
2008-10-18Update feature list for SQL:2008.Peter Eisentraut
2007-02-03Update SQL conformance information about XML features.Peter Eisentraut
2007-01-31Update documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2004-11-27Update of conformance information to SQL:2003Peter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-04Random copy-editing.Peter Eisentraut
2003-09-20Fix a batch of speling misteaks identified by Peter's spell-checker tool.Tom Lane
2003-09-11This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian
2003-03-13Big editing for consistent content and presentation.Peter Eisentraut
2003-01-15Oops, put back changes. Those were Peter's, not mine.Bruce Momjian
2003-01-15Revert my changes to features.sgml.Bruce Momjian
2003-01-14Add sql_features table to information schema. Generate the features listPeter Eisentraut
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-10Add optional drop behavior clause to REVOKE command, for SQL conformance.Peter Eisentraut
2002-12-14Initial version of the SQL information schemaPeter Eisentraut
2002-12-06Mark ALTER DOMAIN as supported, fix typo in header.Bruce Momjian
2002-11-247.4devel now supports SQL:1999's "enhanced trigger capability" (whichBruce Momjian
2002-11-17Revise SQL features list.Peter Eisentraut
2002-11-15SGML improvements.Bruce Momjian
2002-09-21Add more appropriate markup.Peter Eisentraut
2002-08-04Add IS OF type predicate.Thomas G. Lockhart
2002-07-16This fixes 2 inaccuracies in the recently added SQL99 feature list docs.Bruce Momjian
2002-07-04Move INTERSECT DISTINCT to the supported category. Error in docs.Thomas G. Lockhart
2002-06-22Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart
2002-06-19Split list of SQL99 features into "Supported" and "Unsupported" lists.Thomas G. Lockhart
2002-06-15Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart