| Age | Commit message (Expand) | Author |
| 2007-03-23 | Fix plancache so that any required replanning is done with the same | Tom Lane |
| 2007-03-22 | Commit newest version of xmlpath(). | Bruce Momjian |
| 2007-03-22 | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian |
| 2007-03-21 | Fix some problems with selectivity estimation for partial indexes. | Tom Lane |
| 2007-03-20 | Add three new regexp functions: regexp_matches, regexp_split_to_array, | Neil Conway |
| 2007-03-19 | Further buildfarm experience shows that actually we can't run the plancache | Tom Lane |
| 2007-03-19 | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane |
| 2007-03-16 | Add new columns for tuple statistics on a database level to | Magnus Hagander |
| 2007-03-16 | Fix race condition in parallel regression tests. The new plancache test | Tom Lane |
| 2007-03-15 | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane |
| 2007-03-13 | Regression makefile now needs to make separate lists of what to clean | Tom Lane |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-03-10 | Add alternate result file for large object tests to handle Windows line ends. | Andrew Dunstan |
| 2007-03-03 | Make the newly-added regression tests for lo_truncate() consistent | Neil Conway |
| 2007-03-03 | Cosmetic patch to large object regression test. | Bruce Momjian |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-02-17 | Cleanup of to_char() patch. | Bruce Momjian |
| 2007-02-17 | Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, | Bruce Momjian |
| 2007-02-16 | Install a more correct fix in the timestamp and timestamptz regression tests: | Alvaro Herrera |
| 2007-02-16 | Fix the timestamptz test problem, by moving the tests that use the | Alvaro Herrera |
| 2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2007-02-15 | Add ORDER BY to a query on information_schema.views, to avoid possible | Tom Lane |
| 2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
| 2007-02-10 | Hm, seems my hack on rowtypes regression test has made its output row | Tom Lane |
| 2007-02-09 | Minor tweak to make rowtypes regression test run faster. We don't | Tom Lane |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2007-02-09 | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane |
| 2007-02-08 | Add missing #define for mingw, per Magnus. | Tom Lane |
| 2007-02-08 | Win32 regression test fixes: | Bruce Momjian |
| 2007-02-07 | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane |
| 2007-02-07 | Modify the stats regression test to delay until the stats file actually | Tom Lane |
| 2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut |
| 2007-02-06 | Come to think of it, we should check that commutator pairs have the same | Tom Lane |
| 2007-02-06 | Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases | Tom Lane |
| 2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
| 2007-02-01 | Update some of the "expected" regression test results for Bruce's | Neil Conway |
| 2007-02-01 | Fix plpgsql so that when a local variable has no initial-value expression, | Tom Lane |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-31 | Add missing Makefile dependencies for the "bigtest" and "bigcheck" | Neil Conway |
| 2007-01-31 | Rewrite uuid input and output routines to avoid dependency on the | Neil Conway |
| 2007-01-28 | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway |
| 2007-01-28 | Add a delay at the start of the stats test, to let any prior stats | Tom Lane |
| 2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
| 2007-01-23 | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-20 | Regression tests for large objects. Patch from Jeremy Drake. | Neil Conway |
| 2007-01-20 | Fix xmlconcat regression test | Peter Eisentraut |
| 2007-01-20 | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut |