| Age | Commit message (Expand) | Author |
| 2009-12-30 | Dept of second thoughts: recursive case in ANALYZE shouldn't emit a | Tom Lane |
| 2009-12-30 | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane |
| 2009-12-29 | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane |
| 2009-12-29 | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-12-28 | Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. | Bruce Momjian |
| 2009-12-28 | Add PGDLLIMPORT for binary_upgrade global variables so shared object | Bruce Momjian |
| 2009-12-27 | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian |
| 2009-12-24 | Binary upgrade: | Bruce Momjian |
| 2009-12-23 | Remove code that attempted to rename index columns to keep them in sync with | Tom Lane |
| 2009-12-23 | Always pass catalog id to the options validator function specified in | Heikki Linnakangas |
| 2009-12-23 | Adjust naming of indexes and their columns per recent discussion. | Tom Lane |
| 2009-12-22 | Disallow comments on columns of relation types other than tables, views, | Tom Lane |
| 2009-12-21 | More cleanups for the recent large object permissions patch. | Robert Haas |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-19 | binary migration: pg_migrator | Bruce Momjian |
| 2009-12-16 | Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). | Robert Haas |
| 2009-12-15 | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas |
| 2009-12-12 | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 2009-12-11 | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-18 | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane |
| 2009-11-16 | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-11-10 | Revert the temporary patch to work around Snow Leopard readdir() bug. | Tom Lane |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-11-06 | Keep track of language's trusted flag in InlineCodeBlock. Needed to support D... | Andrew Dunstan |
| 2009-11-05 | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-11-04 | Allow rewriting ALTER TABLE to skip WAL logging. | Heikki Linnakangas |
| 2009-10-27 | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-14 | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane |
| 2009-10-13 | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane |
| 2009-10-12 | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan |
| 2009-10-12 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
| 2009-10-10 | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane |
| 2009-10-08 | Support use of function argument names to identify which actual arguments | Tom Lane |
| 2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
| 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-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-26 | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane |
| 2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-09-21 | Define a new, more extensible syntax for COPY options. | Tom Lane |
| 2009-09-12 | Install a hopefully-temporary workaround for Snow Leopard readdir() bug. | Tom Lane |