| Age | Commit message (Expand) | Author |
| 2016-04-08 | Use quicksort, not replacement selection, for external sorting. | Robert Haas |
| 2016-04-08 | Fix a couple of places in doc that implied there was only one sync standby. | Fujii Masao |
| 2016-04-07 | Detect SSI conflicts before reporting constraint violations | Kevin Grittner |
| 2016-04-07 | Phrase full text search. | Teodor Sigaev |
| 2016-04-07 | Use GRANT system to manage access to sensitive functions | Stephen Frost |
| 2016-04-07 | In pg_dump, include pg_catalog and extension ACLs, if changed | Stephen Frost |
| 2016-04-07 | Add new catalog called pg_init_privs | Stephen Frost |
| 2016-04-06 | Add jsonb_insert | Teodor Sigaev |
| 2016-04-06 | Generic Messages for Logical Decoding | Simon Riggs |
| 2016-04-06 | Support multiple synchronous standby servers. | Fujii Masao |
| 2016-04-05 | Fix broken ALTER INDEX documentation | Alvaro Herrera |
| 2016-04-05 | Support ALTER THING .. DEPENDS ON EXTENSION | Alvaro Herrera |
| 2016-04-05 | Fix parallel-safety code for parallel aggregation. | Robert Haas |
| 2016-04-05 | Implement backup API functions for non-exclusive backups | Magnus Hagander |
| 2016-04-04 | Add a \gexec command to psql for evaluation of computed queries. | Tom Lane |
| 2016-04-04 | fix typo | Teodor Sigaev |
| 2016-04-03 | Add psql \errverbose command to see last server error at full verbosity. | Tom Lane |
| 2016-04-03 | Add libpq support for recreating an error message with different verbosity. | Tom Lane |
| 2016-04-02 | Copyedit comments and documentation. | Noah Misch |
| 2016-04-01 | Fix English in bloom module documentation | Teodor Sigaev |
| 2016-04-01 | Bloom index contrib module | Teodor Sigaev |
| 2016-04-01 | Fix typo in generic wal docs | Teodor Sigaev |
| 2016-04-01 | Add Generic WAL interface | Teodor Sigaev |
| 2016-03-30 | Introduce SP-GiST operator class over box. | Teodor Sigaev |
| 2016-03-30 | Introduce traversalValue for SP-GiST scan | Teodor Sigaev |
| 2016-03-30 | Remove TZ environment-variable entry from postgres reference page. | Tom Lane |
| 2016-03-30 | Add new replication mode synchronous_commit = 'remote_apply'. | Robert Haas |
| 2016-03-29 | Allow to_timestamp(float8) to convert float infinity to timestamp infinity. | Tom Lane |
| 2016-03-29 | Allow aggregate transition states to be serialized and deserialized. | Robert Haas |
| 2016-03-29 | Improve pgbench docs regarding per-transaction logging. | Robert Haas |
| 2016-03-29 | Fix pgbench documentation error. | Robert Haas |
| 2016-03-29 | pgbench: allow a script weight of zero | Alvaro Herrera |
| 2016-03-29 | pgbench: Remove \setrandom. | Robert Haas |
| 2016-03-29 | pgbench: Support double constants and functions. | Robert Haas |
| 2016-03-28 | Mention BRIN as able to do multi-column indexes | Alvaro Herrera |
| 2016-03-28 | Document errhidecontext() where it ought to be documented. | Tom Lane |
| 2016-03-28 | Last-minute updates for release notes. | Tom Lane |
| 2016-03-28 | Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45. | Tom Lane |
| 2016-03-27 | Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. | Tom Lane |
| 2016-03-26 | First-draft release notes for 9.5.2. | Tom Lane |
| 2016-03-25 | Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. | Tom Lane |
| 2016-03-25 | In PL/Tcl, make database errors return additional info in the errorCode. | Tom Lane |
| 2016-03-24 | Improve documentation for combine functions. | Robert Haas |
| 2016-03-24 | Support CREATE ACCESS METHOD | Alvaro Herrera |
| 2016-03-22 | Improve docs of pg_trgm changes | Teodor Sigaev |
| 2016-03-22 | Fix typo in docs. | Fujii Masao |
| 2016-03-21 | Improve header output from psql's \watch command. | Tom Lane |
| 2016-03-20 | SQL commands in pgbench scripts are now ended by semicolons, not newlines. | Tom Lane |
| 2016-03-19 | pgbench: Allow changing weights for scripts | Alvaro Herrera |
| 2016-03-19 | Allow SSL server key file to have group read access if owned by root | Peter Eisentraut |