| Commit message (Expand) | Author | Age |
* | Hm, seems my hack on rowtypes regression test has made its output row | Tom Lane | 2007-02-10 |
* | 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-09 |
* | Add missing #define for mingw, per Magnus. | Tom Lane | 2007-02-08 |
* | Win32 regression test fixes: | Bruce Momjian | 2007-02-08 |
* | 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-07 |
* | 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-06 |
* | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 |
* | 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-02-01 |
* | 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-31 |
* | 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-28 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 |
* | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut | 2007-01-23 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | 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 | 2007-01-20 |
* | Fix pg_regress breakage for PL and contrib tests, by not requiring that | Alvaro Herrera | 2007-01-19 |
* | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut | 2007-01-19 |
* | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 |
* | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut | 2007-01-18 |
* | Tweak the width_bucket() regression tests to avoid an unnecessary | Neil Conway | 2007-01-17 |
* | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 |
* | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 |
* | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane | 2007-01-12 |
* | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut | 2007-01-12 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut | 2007-01-08 |
* | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 |
* | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut | 2007-01-06 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Call setrlimit if possible in pg_regress to allow core file generation, and p... | Andrew Dunstan | 2007-01-05 |
* | Update expected result for new inet error message wording. | Bruce Momjian | 2007-01-02 |
* | Add a regression test for ALTER SET TABLESPACE; this is a whole separate | Tom Lane | 2007-01-02 |
* | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 |
* | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian | 2007-01-02 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 |
* | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Fix expected file. | Peter Eisentraut | 2006-12-21 |