| Age | Commit message (Expand) | Author |
| 8 days | doc: consistently use "structname" and "structfield" markup | Bruce Momjian |
| 2025-09-29 | Add GROUP BY ALL. | Tom Lane |
| 2024-07-25 | Doc: fix misleading syntax synopses for targetlists. | Tom Lane |
| 2022-01-25 | Fix various typos, grammar and code style in comments and docs | Michael Paquier |
| 2021-01-30 | doc: Clarify status of SELECT INTO on reference page | Peter Eisentraut |
| 2020-10-19 | Misc documentation fixes. | Heikki Linnakangas |
| 2020-10-03 | Improve <xref> vs. <command> formatting in the documentation | Peter Eisentraut |
| 2019-04-05 | table: docs: fix typos and grammar. | Andres Freund |
| 2019-04-04 | tableam: basic documentation. | Andres Freund |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund |
| 2017-11-23 | Convert documentation to DocBook XML | Peter Eisentraut |
| 2017-10-20 | Convert SGML IDs to lower case | Peter Eisentraut |
| 2017-10-10 | Use lower-case SGML attribute values | Peter Eisentraut |
| 2014-02-24 | docs: remove unnecessary references to old PG versions | Bruce Momjian |
| 2014-02-24 | doc: Improve DocBook XML validity | Peter Eisentraut |
| 2011-08-07 | Fix a whitespace issue with the man pages | Peter Eisentraut |
| 2011-02-22 | Fix a couple of unlogged tables goofs. | Robert Haas |
| 2010-10-15 | Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs. | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-04-03 | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-11-14 | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut |
| 2008-10-22 | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-02-15 | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2006-09-16 | Remove emacs info from footer of SGML files. | Bruce Momjian |
| 2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
| 2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-03-13 | Make default_with_oids default to false -- user-created tables will now | Neil Conway |
| 2005-01-09 | Some more small improvements in response to 7.4 interactive docs comments. | Tom Lane |
| 2005-01-04 | More minor updates and copy-editing. | Tom Lane |
| 2004-09-26 | Fix misstatement in docs: CREATE TABLE AS is now part of the standard. | Neil Conway |
| 2004-08-24 | Various minor improvements to the SGML documentation: fix some incorrect | Neil Conway |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-03-09 | Refer to GUC variables using <xref> tags rather than <varname> tags, | Neil Conway |
| 2003-12-13 | This patch makes some SGML markup more consistent and makes a small | Neil Conway |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-09 | Remove a bunch of content-free Diagnostics sections, as per previous | Tom Lane |
| 2003-08-31 | Add/edit index entries. | Peter Eisentraut |
| 2003-05-04 | Last round of reference page editing. | Peter Eisentraut |
| 2002-11-21 | Fixups for man pages | Peter Eisentraut |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian |
| 2002-04-23 | Update SQL-command reference pages for schema features. | Tom Lane |
| 2002-04-21 | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart |
| 2002-01-20 | Spell-check and markup police | Peter Eisentraut |
| 2001-12-08 | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart |