| Age | Commit message (Expand) | Author |
| 2010-01-01 | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane |
| 2010-01-01 | Silence compiler warning on 64-bit windows build | Magnus Hagander |
| 2009-12-31 | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane |
| 2009-12-30 | Reject invalid input in int2vectorin. | Robert Haas |
| 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-27 | Remove a couple of unnecessary calls of CreateCacheMemoryContext. These | 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-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
| 2009-12-12 | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane |
| 2009-12-11 | Add large object access control. | Itagaki Takahiro |
| 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-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-02 | Mark application_name as GUC_REPORT so that the value will be reported back | Tom Lane |
| 2009-11-29 | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane |
| 2009-11-28 | Add support for an application_name parameter, which is displayed in | Tom Lane |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-12 | The recent patch to log changes in postgresql.conf settings dumped core | Tom Lane |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-11-10 | interval_abs(): | Bruce Momjian |
| 2009-11-05 | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane |
| 2009-11-05 | Allow binary-coercible cases in ri_HashCompareOp; there are some such cases | 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-10-28 | Un-break EXPLAIN for Append plans. I messed this up a few days ago while | 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 |
| 2009-10-26 | Fix range check in date_recv that tried to limit accepted values to only | Heikki Linnakangas |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-21 | Remove regex_flavor GUC, so that regular expressions are always "advanced" | Tom Lane |
| 2009-10-21 | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane |
| 2009-10-17 | Fix typo in previous release as reported by Itagaki Takahiro, but missed | Magnus Hagander |
| 2009-10-17 | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander |
| 2009-10-14 | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane |
| 2009-10-13 | Fix ts_stat's failure on empty tsvector. | Tom Lane |
| 2009-10-13 | Add new PGC_S_DATABASE_USER enum value to several places missed by my patch | Alvaro Herrera |
| 2009-10-10 | Improve similar_escape() in two different ways: | Tom Lane |
| 2009-10-10 | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane |
| 2009-10-09 | Use pg_get_triggerdef in pg_dump | Peter Eisentraut |
| 2009-10-08 | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas |
| 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-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-10-03 | Fix a couple of issues in recent patch to print updates to postgresql.conf | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |