| Age | Commit message (Expand) | Author |
| 2008-11-07 | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane |
| 2008-11-04 | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane |
| 2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-10-10 | Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert | Tom Lane |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-08-30 | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane |
| 2008-08-19 | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane |
| 2008-08-13 | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera |
| 2008-08-01 | Add a few more DTrace probes to the backend. | Alvaro Herrera |
| 2008-07-18 | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane |
| 2008-06-15 | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane |
| 2008-06-14 | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane |
| 2008-06-05 | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-04-15 | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian |
| 2008-04-15 | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian |
| 2008-04-02 | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane |
| 2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
| 2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
| 2008-03-19 | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane |
| 2008-03-14 | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera |
| 2008-03-12 | Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot | Tom Lane |
| 2008-03-10 | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-02-17 | Add back #include <time.h> in a couple of files that seem to need it | Tom Lane |
| 2008-01-26 | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-28 | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane |
| 2007-12-06 | Change wording of logged message when cancelling an autovacuum task, using | Alvaro Herrera |
| 2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-09 | Fix single-user mode so that interrupts (particularly SIGTERM and | Tom Lane |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-06-29 | Arrange for SIGINT in autovacuum workers to cancel the current table and | Alvaro Herrera |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
| 2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
| 2007-04-30 | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane |
| 2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
| 2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
| 2007-04-16 | Make plancache store cursor options so it can pass them to planner during | Tom Lane |
| 2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |