| Age | Commit message (Expand) | Author |
| 2010-02-02 | CLUSTER specified the wrong namespace when renaming toast tables of temporary | Tom Lane |
| 2010-01-24 | Fix assorted core dumps and Assert failures that could occur during | Tom Lane |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-12-23 | Always pass catalog id to the options validator function specified in | Heikki Linnakangas |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-10-27 | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane |
| 2009-10-07 | Fix snapshot management, take two. | Alvaro Herrera |
| 2009-10-06 | Change CREATE TABLE so that column default expressions coming from different | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-08-24 | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane |
| 2009-08-12 | Fix old bug in log_autovacuum_min_duration code: it was relying on being able | Tom Lane |
| 2009-08-07 | Fix some omissions in the dependency-object-class support for SQL/MED objects. | Tom Lane |
| 2009-06-18 | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane |
| 2009-06-11 | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
| 2009-06-03 | Improve comment about 'if (1)' hack in copy.c macros. | Tom Lane |
| 2009-06-03 | Add comment about why "((void) 0)" is used in copy macros. | Bruce Momjian |
| 2009-05-29 | Change macros to make gcc quiet when parsing. | Michael Meskes |
| 2009-05-20 | Silence a gcc compiler warning about non-literal format string with no args | Heikki Linnakangas |
| 2009-05-19 | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas |
| 2009-05-12 | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane |
| 2009-05-12 | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane |
| 2009-05-12 | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane |
| 2009-05-07 | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane |
| 2009-05-06 | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane |
| 2009-05-05 | Tweak a comment to agree a bit better with the new dispensation that | Tom Lane |
| 2009-05-05 | Avoid integer overflow in the loop that extracts histogram entries from | Tom Lane |
| 2009-04-23 | Don't use the result of strcmp as if it were a boolean. | Tom Lane |
| 2009-04-19 | Fix de-escaping checks so that we will reject \000 as well as other invalidly | Tom Lane |
| 2009-04-15 | Add missing periods. | Alvaro Herrera |
| 2009-04-06 | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas |
| 2009-04-05 | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane |
| 2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
| 2009-04-04 | A session that does not have any live snapshots does not have to be waited for | Tom Lane |
| 2009-03-31 | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane |
| 2009-03-26 | Adjust phrasing of complaints about multi-byte COPY delimiter strings. | Tom Lane |
| 2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
| 2009-03-04 | Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow | Heikki Linnakangas |
| 2009-02-27 | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas |
| 2009-02-24 | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut |
| 2009-02-24 | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane |
| 2009-02-13 | Fix UNLISTEN to fall out quickly if the current backend has never executed | Tom Lane |
| 2009-02-11 | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane |
| 2009-02-06 | Clean up some loose ends from the column privileges patch: add | Tom Lane |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-30 | Check that connection limit is within valid range. IOW, not < -1. | Heikki Linnakangas |
| 2009-01-27 | Revert updatable views | Peter Eisentraut |