| Age | Commit message (Expand) | Author |
| 2015-06-13 | release notes: add two optimizer items | Bruce Momjian |
| 2015-06-12 | Fix "path" infrastructure bug affecting jsonb_set() | Andrew Dunstan |
| 2015-06-12 | Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return(). | Tom Lane |
| 2015-06-12 | Improve error message and hint for ALTER COLUMN TYPE can't-cast failure. | Tom Lane |
| 2015-06-12 | Make postmaster restart archiver soon after it dies, even during recovery. | Fujii Masao |
| 2015-06-12 | Fixed some memory leaks in ECPG. | Michael Meskes |
| 2015-06-12 | Fix intoasc() in Informix compat lib. This function used to be a noop. | Michael Meskes |
| 2015-06-12 | Fix alphabetization in catalogs.sgml. | Fujii Masao |
| 2015-06-12 | Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile. | Fujii Masao |
| 2015-06-12 | release notes: add links to doc sections | Bruce Momjian |
| 2015-06-11 | release notes: update hash item | Bruce Momjian |
| 2015-06-11 | release notes: move pg_buffercache item to the right section | Bruce Momjian |
| 2015-06-11 | release notes: implement suggestions | Bruce Momjian |
| 2015-06-11 | release notes: explain meaning of pg_stat_get_snapshot_timestamp() | Bruce Momjian |
| 2015-06-11 | release notes: update for pg_basebackup in tar format | Bruce Momjian |
| 2015-06-11 | Rename jsonb - text[] operator to #- to avoid ambiguity. | Andrew Dunstan |
| 2015-06-11 | Fix some issues in pg_rewind. | Fujii Masao |
| 2015-06-11 | First draft of 9.5 release notes | Bruce Momjian |
| 2015-06-11 | doc: Use "connections" instead of "slots" to avoid confusion | Peter Eisentraut |
| 2015-06-11 | doc: Fix typo | Peter Eisentraut |
| 2015-06-11 | Fix typo | Peter Eisentraut |
| 2015-06-10 | doc: Call xmllint for validity also in the fop build | Peter Eisentraut |
| 2015-06-10 | Fix typo in comment. | Kevin Grittner |
| 2015-06-10 | docs: update release note regex suggestions | Bruce Momjian |
| 2015-06-10 | Fix typo in comment. | Fujii Masao |
| 2015-06-09 | Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. | Tom Lane |
| 2015-06-09 | Report more information if pg_perm_setlocale() fails at startup. | Tom Lane |
| 2015-06-09 | First-draft release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. | Tom Lane |
| 2015-06-08 | Fix typos | Alvaro Herrera |
| 2015-06-08 | Refactor WAL segment copying code. | Fujii Masao |
| 2015-06-08 | Allow HotStandbyActiveInReplay() to be called in single user mode. | Andres Freund |
| 2015-06-08 | Clarify documentation of jsonb - text | Andrew Dunstan |
| 2015-06-08 | Desupport jsonb subscript deletion on objects | Andrew Dunstan |
| 2015-06-08 | doc: Fix broken links in FOP build | Peter Eisentraut |
| 2015-06-07 | Use a safer method for determining whether relcache init file is stale. | Tom Lane |
| 2015-06-05 | Get rid of a //-style comment. | Tom Lane |
| 2015-06-05 | Fix incorrect order of database-locking operations in InitPostgres(). | Tom Lane |
| 2015-06-05 | Cope with possible failure of the oldest MultiXact to exist. | Robert Haas |
| 2015-06-04 | doc: Session identifiers truncate, not round, the backend start time. | Robert Haas |
| 2015-06-04 | docs: Fix list of object types pg_table_is_visible() can handle. | Robert Haas |
| 2015-06-04 | Second try at stabilizing query plans in rowsecurity regression test. | Tom Lane |
| 2015-06-04 | Fix brin regression test so it actually tests cidr. | Tom Lane |
| 2015-06-04 | Tighten the per-operator testing done in brin regression test. | Tom Lane |
| 2015-06-04 | Fix brin "char" test to actually test what it meant to test. | Tom Lane |
| 2015-06-04 | Stabilize results of brin regression test. | Tom Lane |
| 2015-06-04 | Stabilize query plans in rowsecurity regression test. | Tom Lane |
| 2015-06-04 | Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore. | Fujii Masao |
| 2015-06-04 | Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation. | Fujii Masao |
| 2015-06-04 | doc: Fix PDF build with FOP | Peter Eisentraut |
| 2015-06-03 | Fix some questionable edge-case behaviors in add_path() and friends. | Tom Lane |