| Age | Commit message (Expand) | Author |
| 2008-10-01 | Allow pg_regress to be run outside the build tree. Look for input files | Peter Eisentraut |
| 2008-09-25 | Establish the rule that array types should have the same typdelim as their | Tom Lane |
| 2008-09-16 | Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be | Tom Lane |
| 2008-09-11 | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane |
| 2008-09-11 | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane |
| 2008-09-10 | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane |
| 2008-09-10 | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera |
| 2008-09-08 | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane |
| 2008-09-01 | Add a variant expected-output file for the sequence regression test, to cover | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-08-28 | Extend the parser location infrastructure to include a location field in | Tom Lane |
| 2008-08-25 | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander |
| 2008-08-16 | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane |
| 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 |