| Commit message (Expand) | Author | Age |
* | Support CREATE TABLE (LIKE ...) with foreign tables and views | Peter Eisentraut | 2012-01-10 |
* | Rename the internal structures of the CREATE TABLE (LIKE ...) facility | Peter Eisentraut | 2012-01-07 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane | 2011-12-17 |
* | Fix a whitespace issue with the man pages | Peter Eisentraut | 2011-08-07 |
* | Remove collation information from TypeName, where it does not belong. | Tom Lane | 2011-03-09 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Properly capitalize hyphenated words in documentation titles. | Bruce Momjian | 2011-02-01 |
* | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian | 2011-01-29 |
* | Basic foreign table support. | Robert Haas | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax. | Tom Lane | 2010-12-28 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Spell and markup checking | Peter Eisentraut | 2010-08-17 |
* | Remove tabs from sgml file. | Bruce Momjian | 2010-07-26 |
* | CREATE TABLE IF NOT EXISTS. | Robert Haas | 2010-07-25 |
* | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro | 2010-06-07 |
* | Use "TOAST table" in place of the vague, not-used-elsewhere phrase | Tom Lane | 2010-05-13 |
* | Document that autovacuum cannot vacuum or analyze temporary tables. | Bruce Momjian | 2010-04-16 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Improve 9.0 release notes by removing extra parentheses and linking to a | Bruce Momjian | 2010-04-01 |
* | Entity-ify a few new uses of literal <, >, and &. | Tom Lane | 2010-02-27 |
* | Remove long-commented-out paragraph in documentation about function | Bruce Momjian | 2010-02-22 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Fix documentation on the toast.fillfactor reloption: it doesn't exist. | Alvaro Herrera | 2009-10-27 |
* | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Easier to translate psql help | Peter Eisentraut | 2009-09-18 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Remove tabs from SGML. | Bruce Momjian | 2009-02-12 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 |
* | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update reference documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Documentation fixes for FILLFACTOR patch. Minor other editorialization. | Tom Lane | 2006-07-04 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Editorialization for the additions to the CREATE TABLE reference page | Neil Conway | 2006-06-28 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | Improve constraint_name wording. | Bruce Momjian | 2006-01-16 |
* | Add markup for new constraint_name mention. | Bruce Momjian | 2006-01-16 |
* | Add documentaiotn mention that constraint names can be sentences that | Bruce Momjian | 2006-01-16 |
* | Make an editorial pass over the reference pages. | Tom Lane | 2005-11-01 |
* | Mention in the docs that temporary/non-temp tables can not share | Bruce Momjian | 2005-10-31 |