| Age | Commit message (Expand) | Author |
| 2014-01-05 | Cache catalog lookup data across groups in ordered-set aggregates. | Tom Lane |
| 2014-01-04 | Fix header comment for bitncmp(). | Tom Lane |
| 2014-01-02 | Rename walLogHints to wal_log_hints for easier grepping. | Robert Haas |
| 2013-12-29 | Update grammar | Peter Eisentraut |
| 2013-12-27 | Properly detect invalid JSON numbers when generating JSON. | Andrew Dunstan |
| 2013-12-27 | Fix misplaced right paren bugs in pgstatfuncs.c. | Kevin Grittner |
| 2013-12-24 | Fix inadequately-tested code path in tuplesort_skiptuples(). | Tom Lane |
| 2013-12-24 | Fix ANALYZE failure on a column that's a domain over a range. | Tom Lane |
| 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-18 | Allow on-detach callbacks for dynamic shared memory segments. | Robert Haas |
| 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 | Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c | Heikki Linnakangas |
| 2013-12-13 | Fix more instances of "the the" in comments. | Heikki Linnakangas |
| 2013-12-13 | Don't let timeout interrupts happen unless ImmediateInterruptOK is set. | Tom Lane |
| 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 new wal_level, logical, sufficient for logical decoding. | Robert Haas |
| 2013-12-10 | Rename TABLE() to ROWS FROM(). | Noah Misch |
| 2013-12-07 | SSL: Support ECDH key exchange | Peter Eisentraut |
| 2013-12-07 | SSL: Add configuration option to prefer server cipher order | Peter Eisentraut |
| 2013-12-05 | Avoid resetting Xmax when it's a multi with an aborted update | Alvaro Herrera |
| 2013-12-02 | Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len". | Robert Haas |
| 2013-12-02 | Avoid out-of-bounds read in errfinish if error_stack_depth < 0. | Robert Haas |
| 2013-11-30 | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid | 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 | Implement information_schema.parameters.parameter_default column | Peter Eisentraut |
| 2013-11-26 | Add missing entry for session_preload_libraries in sample config. | Jeff Davis |
| 2013-11-26 | Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior | Bruce Momjian |
| 2013-11-24 | Lessen library-loading log level. | Jeff Davis |
| 2013-11-23 | Fix thinko in SPI_execute_plan() calls | Peter Eisentraut |
| 2013-11-23 | Avoid potential buffer overflow crash | Peter Eisentraut |
| 2013-11-22 | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane |
| 2013-11-18 | Use cstring_to_text_with_len when length is known. | Robert Haas |
| 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-13 | Fix relfilenodemap.c's handling of cache invalidations. | Robert Haas |
| 2013-11-13 | Move variable closer to where it is used | Peter Eisentraut |
| 2013-11-11 | Fix failure with whole-row reference to a subquery. | Tom Lane |
| 2013-11-11 | Fix ruleutils pretty-printing to not generate trailing whitespace. | Tom Lane |
| 2013-11-10 | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut |
| 2013-11-08 | Add the notion of REPLICA IDENTITY for a table. | Robert Haas |
| 2013-11-07 | Silence benign warnings from clang version 3.0-6ubuntu3. | Kevin Grittner |
| 2013-11-07 | Add #ifdef guards for some POSIX error symbols that Windows doesn't like. | Tom Lane |
| 2013-11-06 | Be more robust when strerror() doesn't give a useful result. | Tom Lane |
| 2013-11-06 | Support default arguments and named-argument notation for window functions. | Tom Lane |
| 2013-11-03 | Get rid of more cases of the "must detoast before output function" meme. | Tom Lane |