| Commit message (Expand) | Author | Age |
* | Fix thinko in description of table_name parameter | Alvaro Herrera | 2016-06-07 |
* | Add POLICY to COMMENT documentation | Stephen Frost | 2015-09-15 |
* | doc: Spell checking | Peter Eisentraut | 2015-09-10 |
* | Add transforms feature | Peter Eisentraut | 2015-04-26 |
* | get_object_address: separate domain constraints from table constraints | Alvaro Herrera | 2014-12-23 |
* | doc: Various typo/grammar fixes | Kevin Grittner | 2014-08-30 |
* | doc: Improve DocBook XML validity | Peter Eisentraut | 2014-02-23 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 |
* | Allow aggregate functions to be VARIADIC. | Tom Lane | 2013-09-03 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Syntax support and documentation for event triggers. | Robert Haas | 2012-07-18 |
* | Fix a whitespace issue with the man pages | Peter Eisentraut | 2011-08-07 |
* | Fix typo. | Robert Haas | 2011-07-27 |
* | Clarify which relkinds accept column comments. | Robert Haas | 2011-07-26 |
* | Sort COMMENT synopsis and add more examples | Peter Eisentraut | 2011-06-03 |
* | Support comments on FOREIGN DATA WRAPPER and SERVER objects. | Robert Haas | 2011-04-01 |
* | Adjust the permissions required for COMMENT ON ROLE. | Tom Lane | 2011-03-09 |
* | DDL support for collations | Peter Eisentraut | 2011-02-12 |
* | Core support for "extensions", which are packages of SQL objects. | Tom Lane | 2011-02-08 |
* | Basic foreign table support. | Robert Haas | 2011-01-01 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | 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 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | First rough cut at text search documentation: bare bones reference | Tom Lane | 2007-08-21 |
* | Update reference documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 |
* | Spellchecking and such | Peter Eisentraut | 2006-10-23 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 |
* | Document that utility commands such as DROP FUNCTION allow argument names | Tom Lane | 2005-05-26 |
* | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 |
* | More minor updates and copy-editing. | Tom Lane | 2005-01-04 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Remove a bunch of content-free Diagnostics sections, as per previous | Tom Lane | 2003-09-09 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Bring SQL ref pages to consistent format, part 1. | Peter Eisentraut | 2003-04-15 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Make operators have their own comments separate from those of the | Tom Lane | 2002-05-13 |
* | 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 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |
* | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 |
* | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 |
* | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 |