| Age | Commit message (Expand) | Author |
| 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-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 | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane |
| 2009-12-23 | Adjust naming of indexes and their columns per recent discussion. | Tom Lane |
| 2009-12-19 | Bump catversion to reflect the fact that HS patch changed pg_proc | Tom Lane |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-16 | Don't unblock SIGQUIT in the SIGQUIT handler | Peter Eisentraut |
| 2009-12-16 | If there is no sigdelset(), define it as a macro. | Peter Eisentraut |
| 2009-12-15 | Python 3 support in PL/Python | Peter Eisentraut |
| 2009-12-15 | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane |
| 2009-12-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
| 2009-12-15 | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas |
| 2009-12-14 | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane |
| 2009-12-12 | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander |
| 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-12-06 | Don't use a duplicate OID for aclexplode(). | Tom Lane |
| 2009-12-05 | Speed up information schema privilege views | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-12-01 | Teach the regular expression functions to do case-insensitive matching and | Tom Lane |
| 2009-12-01 | Revert due to Tom's concerns: | Bruce Momjian |
| 2009-12-01 | ProcessUtility_hook: | Bruce Momjian |
| 2009-11-29 | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane |
| 2009-11-29 | Add support for anonymous code blocks (DO blocks) to PL/Perl. | Tom Lane |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-28 | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane |
| 2009-11-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 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-15 | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane |
| 2009-11-14 | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander |
| 2009-11-13 | Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek Kotala | Tom Lane |
| 2009-11-12 | Remove pg_parse_string_token() --- not needed anymore. | Tom Lane |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-11-09 | Re-refactor the core scanner's API, in order to get out from under the problem | Tom Lane |
| 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 | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-11-01 | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane |
| 2009-11-01 | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane |
| 2009-10-31 | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane |
| 2009-10-28 | Fix AcquireRewriteLocks to be sure that it acquires the right lock strength | Tom Lane |
| 2009-10-28 | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane |