| Age | Commit message (Expand) | Author |
| 2014-01-05 | Cache catalog lookup data across groups in ordered-set aggregates. | Tom Lane |
| 2014-01-03 | Fix calculation of maximum statistics-message size. | Tom Lane |
| 2014-01-02 | Handle wraparound during truncation in multixact/members | Alvaro Herrera |
| 2014-01-02 | Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. | Robert Haas |
| 2014-01-02 | Rename walLogHints to wal_log_hints for easier grepping. | Robert Haas |
| 2013-12-30 | Remove dead code now that orindxpath.c is history. | Tom Lane |
| 2013-12-30 | Extract restriction OR clauses whether or not they are indexable. | Tom Lane |
| 2013-12-29 | Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE. | Tom Lane |
| 2013-12-27 | Fix whitespace | Peter Eisentraut |
| 2013-12-23 | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane |
| 2013-12-22 | Change the way we mark tuples as frozen. | Robert Haas |
| 2013-12-20 | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao |
| 2013-12-19 | Move pg_upgrade_support global variables to their own include file | Bruce Momjian |
| 2013-12-19 | Upgrade to Autoconf 2.69 | Peter Eisentraut |
| 2013-12-18 | Allow on-detach callbacks for dynamic shared memory segments. | Robert Haas |
| 2013-12-18 | Fix incorrect error message reported for non-existent users | Bruce Momjian |
| 2013-12-18 | Don't ignore tuple locks propagated by our updates | Alvaro Herrera |
| 2013-12-18 | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii |
| 2013-12-16 | Rework tuple freezing protocol | Alvaro Herrera |
| 2013-12-13 | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas |
| 2013-12-12 | New autovacuum_work_mem parameter | Simon Riggs |
| 2013-12-11 | Add a new reloption, user_catalog_table. | Robert Haas |
| 2013-12-11 | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas |
| 2013-12-10 | Rename TABLE() to ROWS FROM(). | Noah Misch |
| 2013-12-03 | Don't include unused space in LOG_NEWPAGE records. | Heikki Linnakangas |
| 2013-11-30 | Remove use of obsolescent Autoconf macros | Peter Eisentraut |
| 2013-11-30 | Truncate pg_multixact/'s contents during crash recovery | Alvaro Herrera |
| 2013-11-30 | Fix full-table-vacuum request mechanism for MultiXactIds | Alvaro Herrera |
| 2013-11-29 | Fix assorted race conditions in the new timeout infrastructure. | Tom Lane |
| 2013-11-29 | Refine our definition of what constitutes a system relation. | Robert Haas |
| 2013-11-27 | Fix stale-pointer problem in fast-path locking logic. | Tom Lane |
| 2013-11-27 | Get rid of the post-recovery cleanup step of GIN page splits. | Heikki Linnakangas |
| 2013-11-27 | More GIN refactoring. | Heikki Linnakangas |
| 2013-11-27 | Implement information_schema.parameters.parameter_default column | Peter Eisentraut |
| 2013-11-26 | Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior | Bruce Momjian |
| 2013-11-24 | Fix array slicing of int2vector and oidvector values. | Tom Lane |
| 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 |