aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ddl.sgml
Commit message (Expand)AuthorAge
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Document that dependency tracking doesn't consider function bodies.Tom Lane2016-06-21
* Improve documentation about PRIMARY KEY constraints.Tom Lane2016-02-07
* doc: Add IDs to link targets used by phpPgAdminPeter Eisentraut2013-05-07
* Support writable foreign tables.Tom Lane2013-03-10
* doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 andBruce Momjian2013-01-25
* doc: adjust search_path secondary index mentionBruce Momjian2013-01-25
* doc: split search_path index entries into separate secondariesBruce Momjian2013-01-25
* doc: Improve search_path mentions in indexPeter Eisentraut2012-12-13
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-17
* Remove overly-pessimistic statement about constraint exclusion.Tom Lane2012-08-22
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-18
* Clarify wording of foreign key documentation to mention null entries asBruce Momjian2011-10-12
* Improvements to SQL/MED documentation.Robert Haas2011-07-25
* Fix grammatical mistake introduced by previous commitAlvaro Herrera2011-06-14
* Mention DROP TABLE as well as ALTER TABLE NO INHERITAlvaro Herrera2011-06-14
* Markup fix.Robert Haas2011-06-13
* More foreign table documentation improvements.Robert Haas2011-06-13
* Remove redundant privilege doc sentences.Bruce Momjian2011-05-16
* Merge two documentation permission chapters into a single chapter.Bruce Momjian2011-02-20
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Make title capitalization consistent with surroundingsPeter Eisentraut2010-10-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Explain automatic creation (or lack of it) of indexes for the various typesTom Lane2010-08-26
* Make an editorial pass over the 9.0 release notes.Tom Lane2010-08-23
* Avoid saying "random" when randomness is not actually meant.Tom Lane2010-08-20
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Reword exclusion constriants to mention that the operator can returnBruce Momjian2010-04-06
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Add contraint exclusion section to contraint docs.REL9_0_ALPHA5Bruce Momjian2010-04-01
* Revert removal of pre-7.4 documenation behavior mentions.Bruce Momjian2010-02-24
* Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldestBruce Momjian2010-02-24
* When querying a table with child tables, do not check permissions on thePeter Eisentraut2009-10-23
* Proofreading for Bruce's recent round of documentation proofreading.Tom Lane2009-06-17
* Proofreading adjustments for first two parts of documentation (TutorialBruce Momjian2009-04-27
* Add note that not all SQL commands support ONLY in the same way.Peter Eisentraut2009-01-08
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-07
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Add note pointing out that read-only commands no longer consumeTom Lane2008-01-13
* Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane2007-12-03
* Improve partitioning example, per Itagaki Takahiro.Tom Lane2007-12-03
* Improve the manual's discussion of partitioning. Recommend using aTom Lane2007-12-02
* spell checker runPeter Eisentraut2007-11-28
* Add a caveat pointing out that constraint exclusion doesn't work withTom Lane2007-06-20
* Fix a bunch of bad grammar in the docs: "<link>, which see for moreNeil Conway2007-05-15
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-03
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Clarify wording on when ctid is modified by VACUUM FULL.Bruce Momjian2006-12-30