| Age | Commit message (Expand) | Author |
| 2015-02-02 | Be more careful to not lose sync in the FE/BE protocol. | Heikki Linnakangas |
| 2014-05-06 | Remove tabs after spaces in C comments | Bruce Momjian |
| 2014-02-17 | Avoid repeated name lookups during table and index DDL. | Robert Haas |
| 2013-04-01 | Fix insecure parsing of server command-line switches. | Tom Lane |
| 2012-11-26 | Revert patch for taking fewer snapshots. | Tom Lane |
| 2012-03-20 | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-12-21 | Take fewer snapshots. | Robert Haas |
| 2011-09-04 | Clean up the #include mess a little. | Tom Lane |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-04-07 | Revise the API for GUC variable assign hooks. | Tom Lane |
| 2011-03-01 | Rearrange snapshot handling to make rule expansion more consistent. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-16 | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-15 | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane |
| 2009-12-01 | Revert due to Tom's concerns: | Bruce Momjian |
| 2009-12-01 | ProcessUtility_hook: | Bruce Momjian |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-09-01 | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-13 | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane |
| 2008-12-09 | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas |
| 2008-12-09 | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas |
| 2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
| 2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-03-10 | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |
| 2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-07 | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-10-07 | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-08 | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane |
| 2006-09-07 | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane |
| 2006-09-03 | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian |
| 2006-09-02 | Change FETCH/MOVE to use int8. | Bruce Momjian |
| 2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
| 2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-07-13 | More include file adjustments. | Bruce Momjian |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |