| Age | Commit message (Expand) | Author |
| 2008-08-07 | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane |
| 2008-08-07 | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane |
| 2008-08-05 | Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results. | Tom Lane |
| 2008-08-05 | Fix some message style guideline violations in pg_regress, as well as | Tom Lane |
| 2008-08-05 | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane |
| 2008-08-03 | Fix copy-and-pasteo that's causing pg_regress to lie about which file it can't | Tom Lane |
| 2008-07-30 | Flip the default typispreferred setting from true to false. This affects | Tom Lane |
| 2008-07-30 | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane |
| 2008-07-21 | Code review for array_fill patch: fix inadequate check for array size overflow | Tom Lane |
| 2008-07-18 | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane |
| 2008-07-16 | Add a "provariadic" column to pg_proc to eliminate the remarkably expensive | Tom Lane |
| 2008-07-16 | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane |
| 2008-07-16 | Add array_fill() to create arrays initialized with a value. | Bruce Momjian |
| 2008-07-14 | Create a type-specific typanalyze routine for tsvector, which collects stats | Tom Lane |
| 2008-07-11 | Multi-column GIN indexes. Teodor Sigaev | Tom Lane |
| 2008-07-10 | Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in | Tom Lane |
| 2008-07-03 | Don't refer to the database name "regression" inside the regression test | Peter Eisentraut |
| 2008-07-03 | Don't print the name of the database in psql \z. | Peter Eisentraut |
| 2008-07-03 | Clean up weird whitespace. Separate patch to simplifiy the next change. | Peter Eisentraut |
| 2008-06-27 | Consider a clause to be outerjoin_delayed if it references the nullable side | Tom Lane |
| 2008-06-14 | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane |
| 2008-06-11 | Improve reporting of dependencies in DROP to work like the scheme that we | Tom Lane |
| 2008-06-09 | Fix an ALTER TABLE test case so that it actually tests what the comment says it | Tom Lane |
| 2008-06-08 | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane |
| 2008-05-30 | Copy refint.so and autoinc.so into the src/test/regress directory during | Tom Lane |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-25 | Adjust timestamp regression tests to prevent two low-probability failure | Tom Lane |
| 2008-05-17 | Improve pg_regress so that it reports the fact if any test process | Tom Lane |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-16 | Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a | Tom Lane |
| 2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-05-15 | Support SQL/PSM-compatible CASE statement in plpgsql. | Tom Lane |
| 2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
| 2008-05-13 | Improve plpgsql's RAISE command. It is now possible to attach DETAIL and | Tom Lane |
| 2008-05-10 | Update alternative output regression files for new float8 test of power(). | Bruce Momjian |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-05-09 | Fix bogus expected output that should have made it quite clear that | Tom Lane |
| 2008-05-08 | Add regression test for various power expressions with a zero base, and | Bruce Momjian |
| 2008-05-08 | Have psql output tab as the proper number of spaces, rather than \x09. | Bruce Momjian |
| 2008-05-08 | Fix rules regression test for recent pg_stat_activity change. | Tom Lane |
| 2008-05-07 | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander |
| 2008-05-05 | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan |
| 2008-05-03 | Support RETURN QUERY EXECUTE in plpgsql. | Tom Lane |
| 2008-04-28 | Increase the statement_timeout value used in the prepared_xacts regression | Tom Lane |
| 2008-04-28 | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera |
| 2008-04-24 | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane |
| 2008-04-21 | Fix convert_IN_to_join to properly handle the case where the subselect's | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
| 2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |