| Age | Commit message (Expand) | Author |
| 2018-08-05 | Doc: fix incorrectly stated argument list for pgcrypto's hmac() function. | Tom Lane |
| 2018-07-29 | Document security implications of qualified names. | Noah Misch |
| 2018-07-13 | Fix crash in contrib/ltree's lca() function for empty input array. | Tom Lane |
| 2018-07-13 | docs: Remove "New" description of the libpqxx interface | Bruce Momjian |
| 2018-07-12 | Doc: minor improvement in pl/pgsql FETCH/MOVE documentation. | Tom Lane |
| 2018-07-01 | Fix libpq example programs | Peter Eisentraut |
| 2018-06-29 | Replace search.cpan.org with metacpan.org | Michael Paquier |
| 2018-06-26 | Fix documentation bug related to backup history file. | Fujii Masao |
| 2018-06-26 | Add PGTYPESchar_free() to avoid cross-module problems on Windows. | Thomas Munro |
| 2018-06-24 | doc: adjust order of NUMERIC arguments to match syntax | Bruce Momjian |
| 2018-06-24 | doc: show how interval's 3 unit buckets behave using EXTRACT() | Bruce Momjian |
| 2018-06-20 | Fix typo | Magnus Hagander |
| 2018-06-10 | Fix grammar in REVOKE documentation | Michael Paquier |
| 2018-05-28 | doc: mark 'replaceable' parameter for backup program listing | Bruce Momjian |
| 2018-05-28 | doc: adjust DECLARE docs to mention FOR UPDATE behavior | Bruce Momjian |
| 2018-05-25 | Remove incorrect statement about IPC configuration on OpenBSD | Magnus Hagander |
| 2018-05-21 | Fix SQL:2008 FETCH FIRST syntax to allow parameters. | Andrew Gierth |
| 2018-05-20 | printf("%lf") is not portable, so omit the "l". | Tom Lane |
| 2018-05-07 | Last-minute updates for release notes. | Tom Lane |
| 2018-05-06 | Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23. | Tom Lane |
| 2018-04-26 | docs: remove "III" version text from pgAdmin link | Bruce Momjian |
| 2018-04-08 | Doc: clarify explanation of pg_dump usage. | Tom Lane |
| 2018-04-05 | doc: remove mention of the DMOZ catalog in ltree docs | Bruce Momjian |
| 2018-04-04 | docs: update ltree URL for the DMOZ catalog | Bruce Momjian |
| 2018-04-02 | doc: document "IS NOT DOCUMENT" | Bruce Momjian |
| 2018-03-30 | docs: add parameter with brackets around varbit() | Bruce Momjian |
| 2018-03-25 | Doc: add example of type resolution in nested UNIONs. | Tom Lane |
| 2018-03-25 | Doc: remove extra comma in syntax summary for array_fill(). | Tom Lane |
| 2018-03-24 | Don't qualify type pg_catalog.text in extend-extensions-example. | Noah Misch |
| 2018-03-21 | Fix typo. | Tatsuo Ishii |
| 2018-03-18 | Doc: note that statement-level view triggers require an INSTEAD OF trigger. | Tom Lane |
| 2018-03-16 | Doc: explicitly point out that enum values can't be dropped. | Tom Lane |
| 2018-02-26 | Last-minute updates for release notes. | Tom Lane |
| 2018-02-26 | Document security implications of search_path and the public schema. | Noah Misch |
| 2018-02-25 | Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. | Tom Lane |
| 2018-02-23 | Synchronize doc/ copies of src/test/examples/. | Noah Misch |
| 2018-02-15 | Doc: fix minor bug in CREATE TABLE example. | Tom Lane |
| 2018-02-07 | Change default git repo URL to https | Magnus Hagander |
| 2018-02-05 | Last-minute updates for release notes. | Tom Lane |
| 2018-02-04 | Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. | Tom Lane |
| 2018-01-31 | doc: in contrib-spi, mention and link to the meaning of SPI | Bruce Momjian |
| 2018-01-31 | pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 | Robert Haas |
| 2018-01-29 | psql documentation fixes | Peter Eisentraut |
| 2018-01-23 | doc: simplify intermediate certificate mention in libpq docs | Bruce Momjian |
| 2018-01-21 | doc: update intermediate certificate instructions | Bruce Momjian |
| 2018-01-10 | Fix sample INSTR() functions in the plpgsql documentation. | Tom Lane |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 2017-12-08 | doc: Add advice about systemd RemoveIPC | Peter Eisentraut |
| 2017-11-21 | Provide for forward compatibility with future minor protocol versions. | Robert Haas |
| 2017-11-10 | Add -wnet to SP invocations | Peter Eisentraut |