Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER | Alvaro Herrera | 2010-11-09 |
| | |||
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
| | | | | | | | | | The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects. | ||
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
| | | | | | | | | | | | checked to determine whether the trigger should be fired. For BEFORE triggers this is mostly a matter of spec compliance; but for AFTER triggers it can provide a noticeable performance improvement, since queuing of a deferred trigger event and re-fetching of the row(s) at end of statement can be short-circuited if the trigger does not need to be fired. Takahiro Itagaki, reviewed by KaiGai Kohei. | ||
* | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut | 2009-09-19 |
| | |||
* | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 |
| | | | | | | | | | another section if required by the platform (instead of the old way of building them in section "l" and always transforming them to the platform-specific section). This speeds up the installation on common platforms, and it avoids some funny business with the man page tools and build process. | ||
* | Improve documentation for CREATE CONSTRAINT TRIGGER. | Tom Lane | 2007-02-10 |
| | |||
* | Fixes for CREATE CONSTRAINT manual page. | Bruce Momjian | 2006-10-17 |
| | | | | Michael Paesold | ||
* | CREATE CONSTRAINT manual page wording improvements. | Bruce Momjian | 2006-10-16 |
| | | | | Michael Paesold | ||
* | Update to CREATE CONSTRAINT manual page. | Bruce Momjian | 2006-10-16 |
| | | | | Michael Glaesemann | ||
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
| | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Make the SQL command synopses appear less random. | Peter Eisentraut | 2003-09-22 |
| | |||
* | Remove a bunch of content-free Diagnostics sections, as per previous | Tom Lane | 2003-09-09 |
| | | | | discussion. (Still have some work to do editing the remainder.) | ||
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
| | |||
* | More editing of reference pages. | Peter Eisentraut | 2003-04-22 |
| | |||
* | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut | 2002-05-18 |
| | |||
* | Update SQL-command reference pages for schema features. | Tom Lane | 2002-04-23 |
| | |||
* | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart | 2002-04-21 |
| | | | | | | | | | capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out. | ||
* | Spell-check and markup police | Peter Eisentraut | 2002-01-20 |
| | |||
* | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | 2001-12-08 |
| | | | | between Postgres and PostgreSQL. | ||
* | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut | 2001-09-03 |
| | |||
* | spell cleanups | Bruce Momjian | 2000-07-22 |
| | |||
* | Add mention of SET CONSTRAINT and CREATE CONSTRAINT TRIGGER. | Thomas G. Lockhart | 2000-04-14 |