| Age | Commit message (Expand) | Author |
| 2009-06-01 | Change AdjustIntervalForTypmod to not discard higher-order field values on the | Tom Lane |
| 2009-05-24 | Fix LIKE's special-case code for % followed by _. I'm not entirely sure that | Tom Lane |
| 2009-05-19 | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane |
| 2009-05-06 | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane |
| 2009-05-05 | Make new complaint about unsafe Unicode literals include an error location. | Tom Lane |
| 2009-05-05 | Disable the use of Unicode escapes in string constants (U&'') when | Peter Eisentraut |
| 2009-04-25 | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane |
| 2009-04-23 | Change the default value of max_prepared_transactions to zero, and add | Tom Lane |
| 2009-04-21 | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian |
| 2009-04-19 | Revise plpgsql's scanner to process comments and string literals in a way | Tom Lane |
| 2009-04-16 | Fix the regression test error message for array_fill, too. | Alvaro Herrera |
| 2009-04-09 | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane |
| 2009-04-09 | Fix the plpgsql memory leak exhibited in bug #4677. That leak was introduced | Tom Lane |
| 2009-04-08 | Allow leading and trailing spaces around NaN in numeric_in. | Tom Lane |
| 2009-04-08 | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut |
| 2009-04-04 | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane |
| 2009-03-30 | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane |
| 2009-03-25 | Polish SQL/MED terminology | Peter Eisentraut |
| 2009-03-22 | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane |
| 2009-03-10 | Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled | Tom Lane |
| 2009-03-09 | Tweak the regression test case so that the ordering of numbers vs. letters | Peter Eisentraut |
| 2009-03-09 | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut |
| 2009-03-05 | Fix column privilege checking for cases where parent and child have different | Tom Lane |
| 2009-02-28 | Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay | Tom Lane |
| 2009-02-26 | Remove outdated join_1.out regression test comparison file. This has | Tom Lane |
| 2009-02-25 | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane |
| 2009-02-24 | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut |
| 2009-02-18 | Remove the special cases to prevent minus-zero results in float4 and float8 | Tom Lane |
| 2009-02-18 | Message wordsmithing | Peter Eisentraut |
| 2009-02-12 | The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, | Peter Eisentraut |
| 2009-02-12 | Unset language-related locale settings in any case, otherwise psql will | Peter Eisentraut |
| 2009-02-11 | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane |
| 2009-02-11 | Only unset the locale environment when --no-locale is used (the way it was | Peter Eisentraut |
| 2009-02-09 | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane |
| 2009-02-09 | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera |
| 2009-02-07 | Fix to_timestamp() to not require upper/lower case matching for meridian | Bruce Momjian |
| 2009-02-06 | Clean up some loose ends from the column privileges patch: add | Tom Lane |
| 2009-02-05 | Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY | Bruce Momjian |
| 2009-01-28 | Change warning-silencing code not to cast the pointer type, instead | Magnus Hagander |
| 2009-01-27 | Silence compiler warning on win32. | Magnus Hagander |
| 2009-01-27 | Revert updatable views | Peter Eisentraut |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-22 | Automatic view update rules | Peter Eisentraut |
| 2009-01-20 | Revise the permission checking on user mapping DDL commands. | Peter Eisentraut |
| 2009-01-19 | Avoid regression test cases that fail in locales that sort "v" and "w" | Peter Eisentraut |
| 2009-01-19 | Alter regression test cases that rely on the sort order of "aa". Some | Peter Eisentraut |
| 2009-01-19 | Alter the regression test cases that rely on the sort order of "ch" between | Peter Eisentraut |
| 2009-01-12 | Add ONLY support to LOCK and TRUNCATE. By default, these commands are now | Peter Eisentraut |
| 2009-01-11 | Make tests pass with or without locale. | Peter Eisentraut |
| 2009-01-09 | Remove fairly useless mixed-case identifier test that causes locale | Peter Eisentraut |