summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2007-02-17Cleanup of to_char() patch.Bruce Momjian
2007-02-17Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian
2007-02-16Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera
2007-02-16Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera
2007-02-16Add two new format fields for use with to_char(), to_date() andBruce Momjian
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2007-02-15Add ORDER BY to a query on information_schema.views, to avoid possibleTom Lane
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-02-10Hm, seems my hack on rowtypes regression test has made its output rowTom Lane
2007-02-09Minor tweak to make rowtypes regression test run faster. We don'tTom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-08Add missing #define for mingw, per Magnus.Tom Lane
2007-02-08Win32 regression test fixes:Bruce Momjian
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-02-07Modify the stats regression test to delay until the stats file actuallyTom Lane
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-02-06Come to think of it, we should check that commutator pairs have the sameTom Lane
2007-02-06Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane
2007-02-03Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut
2007-02-01Update some of the "expected" regression test results for Bruce'sNeil Conway
2007-02-01Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Add missing Makefile dependencies for the "bigtest" and "bigcheck"Neil Conway
2007-01-31Rewrite uuid input and output routines to avoid dependency on theNeil Conway
2007-01-28Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway
2007-01-28Add a delay at the start of the stats test, to let any prior statsTom Lane
2007-01-25Various fixes in the logic of XML functions:Peter Eisentraut
2007-01-23Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-20Regression tests for large objects. Patch from Jeremy Drake.Neil Conway
2007-01-20Fix xmlconcat regression testPeter Eisentraut
2007-01-20Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut
2007-01-19Fix pg_regress breakage for PL and contrib tests, by not requiring thatAlvaro Herrera
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-19Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera
2007-01-18Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut
2007-01-17Tweak the width_bucket() regression tests to avoid an unnecessaryNeil Conway
2007-01-16Implement width_bucket() for the float8 data type.Neil Conway
2007-01-14Add support for xmlval IS DOCUMENT expression.Peter Eisentraut
2007-01-12Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane
2007-01-12Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2007-01-08Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut
2007-01-07Some fine-tuning of xmlpi in corner cases:Peter Eisentraut
2007-01-06Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan
2007-01-02Update expected result for new inet error message wording.Bruce Momjian