| Age | Commit message (Expand) | Author |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
| 2017-06-13 | Re-run pgindent. | Tom Lane |
| 2017-06-08 | Use standard interrupt handling in logical replication launcher. | Andres Freund |
| 2017-06-06 | Unify SIGHUP handling between normal and walsender backends. | Andres Freund |
| 2017-06-02 | Fix signal handling in logical replication workers | Peter Eisentraut |
| 2017-04-10 | Improve castNode notation by introducing list-extraction-specific variants. | Tom Lane |
| 2017-04-06 | Remove dead code and fix comments in fast-path function handling. | Heikki Linnakangas |
| 2017-04-01 | Fix two undocumented parameters to functions from ENR patch. | Kevin Grittner |
| 2017-04-01 | Add infrastructure to support EphemeralNamedRelation references. | Kevin Grittner |
| 2017-03-29 | Cast result of copyObject() to correct type | Peter Eisentraut |
| 2017-03-23 | Allow for parallel execution whenever ExecutorRun() is done only once. | Robert Haas |
| 2017-03-23 | Logical replication support for initial data copy | Peter Eisentraut |
| 2017-01-27 | Use castNode() in a bunch of statement-list-related code. | Tom Lane |
| 2017-01-27 | Add castNode(type, ptr) for safe casting between NodeTag based types. | Andres Freund |
| 2017-01-20 | Avoid core dump for empty prepared statement in an aborted transaction. | Tom Lane |
| 2017-01-14 | Change representation of statement lists, and add statement location info. | Tom Lane |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
| 2016-12-12 | Add support for temporary replication slots | Peter Eisentraut |
| 2016-11-17 | Remove or reduce verbosity of some debug messages. | Robert Haas |
| 2016-11-15 | Account for catalog snapshot in PGXACT->xmin updates. | Tom Lane |
| 2016-10-19 | Make getrusage() output a little more readable | Peter Eisentraut |
| 2016-10-11 | Drop server support for FE/BE protocol version 1.0. | Tom Lane |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane |
| 2016-07-10 | Revert "Add some temporary code to record stack usage at server process exit." | Tom Lane |
| 2016-07-08 | Add more temporary code to record stack usage at server process exit. | Tom Lane |
| 2016-05-27 | Be more predictable about reporting "lock timeout" vs "statement timeout". | Tom Lane |
| 2016-03-16 | Add idle_in_transaction_session_timeout. | Robert Haas |
| 2016-02-25 | Enable parallelism for prepared statements and extended query protocol. | Robert Haas |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-12-18 | Adjust behavior of single-user -j mode for better initdb error reporting. | Tom Lane |
| 2015-11-02 | Fix problems with ParamListInfo serialization mechanism. | Robert Haas |
| 2015-10-29 | Message style improvements | Peter Eisentraut |
| 2015-10-09 | Remove set_latch_on_sigusr1 flag. | Robert Haas |
| 2015-10-02 | Add recursion depth protections to regular expression matching. | Tom Lane |
| 2015-09-16 | Determine whether it's safe to attempt a parallel plan for a query. | Robert Haas |
| 2015-08-31 | Clean up icc + ia64 situation. | Tom Lane |
| 2015-08-31 | Remove theoretically-unnecessary special case for icc. | Tom Lane |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
| 2015-04-30 | Create an infrastructure for parallel computation in PostgreSQL. | Robert Haas |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane |
| 2015-02-03 | Remove ill-conceived Assertion in ProcessClientWriteInterrupt(). | Andres Freund |
| 2015-02-03 | Remove remnants of ImmediateInterruptOK handling. | Andres Freund |
| 2015-02-03 | Don't allow immediate interrupts during authentication anymore. | Andres Freund |
| 2015-02-03 | Process 'die' interrupts while reading/writing from the client socket. | Andres Freund |
| 2015-02-03 | Introduce and use infrastructure for interrupt processing during client reads. | Andres Freund |
| 2015-02-02 | Add new function BackgroundWorkerInitializeConnectionByOid. | Robert Haas |
| 2015-02-02 | Be more careful to not lose sync in the FE/BE protocol. | Heikki Linnakangas |
| 2015-01-14 | Add a default local latch for use in signal handlers. | Andres Freund |
| 2015-01-13 | Commonalize process startup code. | Andres Freund |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |