| Age | Commit message (Expand) | Author |
| 2013-11-22 | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane |
| 2013-11-20 | Refactor the internal GIN B-tree interface for forming a downlink. | Heikki Linnakangas |
| 2013-11-20 | Further GIN refactoring. | Heikki Linnakangas |
| 2013-11-17 | Add make_date() and make_time() functions. | Tom Lane |
| 2013-11-16 | Improve performance of numeric sum(), avg(), stddev(), variance(), etc. | Tom Lane |
| 2013-11-16 | Allow aggregates to provide estimates of their transition state data size. | Tom Lane |
| 2013-11-15 | Compute correct em_nullable_relids in get_eclass_for_sort_expr(). | Tom Lane |
| 2013-11-10 | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut |
| 2013-11-08 | Fix race condition in GIN posting tree page deletion. | Heikki Linnakangas |
| 2013-11-08 | Add the notion of REPLICA IDENTITY for a table. | Robert Haas |
| 2013-11-06 | Fix missing argument and function prototypes. | Heikki Linnakangas |
| 2013-11-06 | Misc GIN refactoring. | Heikki Linnakangas |
| 2013-11-01 | Remove CTimeZone/HasCTZSet, root and branch. | Tom Lane |
| 2013-11-01 | Fix some odd behaviors when using a SQL-style simple GMT offset timezone. | Tom Lane |
| 2013-10-29 | Fix old typo in comment. | Tom Lane |
| 2013-10-28 | Modify dynamic shared memory code to use Size rather than uint64. | Robert Haas |
| 2013-10-28 | Add large object functions catering to SQL callers. | Noah Misch |
| 2013-10-25 | Use improved vsnprintf calling logic in more places. | Tom Lane |
| 2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane |
| 2013-10-22 | Get rid of use of asprintf() in favor of a more portable implementation. | Tom Lane |
| 2013-10-21 | Consistently use unsigned arithmetic for alignment calculations. | Noah Misch |
| 2013-10-18 | Allow only some columns of a view to be auto-updateable. | Robert Haas |
| 2013-10-18 | Provide a reliable mechanism for terminating a background worker. | Robert Haas |
| 2013-10-18 | Fix for lack of va_copy() on certain Windows versions | Peter Eisentraut |
| 2013-10-18 | Remove IRIX port. | Robert Haas |
| 2013-10-17 | Remove spinlock support for SINIX, Sun3, and NS32K. | Robert Haas |
| 2013-10-13 | Add use of asprintf() | Peter Eisentraut |
| 2013-10-11 | Rework SSL renegotiation code | Alvaro Herrera |
| 2013-10-11 | Remove maintainer-check target, fold into normal build | Peter Eisentraut |
| 2013-10-11 | Replace duplicate_oids with Perl implementation | Peter Eisentraut |
| 2013-10-10 | json_typeof function. | Andrew Dunstan |
| 2013-10-10 | Revive line type | Peter Eisentraut |
| 2013-10-10 | Allow dynamic allocation of shared memory segments. | Robert Haas |
| 2013-10-09 | Add record_image_ops opclass for matview concurrent refresh. | Kevin Grittner |
| 2013-10-08 | Auto-tune effective_cache size to be 4x shared buffers | Bruce Momjian |
| 2013-10-07 | TYPEALIGN doesn't work on int64 on 32-bit platforms. | Heikki Linnakangas |
| 2013-10-07 | Eliminate xmin from hash tag for predicate locks on heap tuples. | Kevin Grittner |
| 2013-10-04 | Issue error on SET outside transaction block in some cases | Bruce Momjian |
| 2013-10-03 | Add DISCARD SEQUENCES command. | Robert Haas |
| 2013-10-03 | Minor GIN code refactoring. | Heikki Linnakangas |
| 2013-10-01 | Add WaitForLockers in lmgr, refactoring index.c code | Alvaro Herrera |
| 2013-09-17 | Remove `proc` argument from LockCheckConflicts | Alvaro Herrera |
| 2013-09-16 | Rename various "freeze multixact" variables | Alvaro Herrera |
| 2013-09-11 | Add comment for VARSIZE_ANY_EXHDR macro | Bruce Momjian |
| 2013-09-10 | Remove leftover function prototype. | Fujii Masao |
| 2013-09-09 | Introduce InvalidCommandId. | Robert Haas |
| 2013-09-05 | Eliminate pg_rewrite.ev_attr column and related dead code. | Kevin Grittner |
| 2013-09-05 | Make catalog cache hash tables resizeable. | Heikki Linnakangas |
| 2013-09-05 | Revert WAL posix_fallocate() patches. | Jeff Davis |
| 2013-09-04 | Keep heavily-contended fields in XLogCtlInsert on different cache lines. | Heikki Linnakangas |