aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Hm, seems my hack on rowtypes regression test has made its output rowTom Lane2007-02-10
* Minor tweak to make rowtypes regression test run faster. We don'tTom Lane2007-02-09
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-09
* Add missing #define for mingw, per Magnus.Tom Lane2007-02-08
* Win32 regression test fixes:Bruce Momjian2007-02-08
* Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane2007-02-07
* Modify the stats regression test to delay until the stats file actuallyTom Lane2007-02-07
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-07
* Come to think of it, we should check that commutator pairs have the sameTom Lane2007-02-06
* Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane2007-02-06
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Update some of the "expected" regression test results for Bruce'sNeil Conway2007-02-01
* Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane2007-02-01
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Add missing Makefile dependencies for the "bigtest" and "bigcheck"Neil Conway2007-01-31
* Rewrite uuid input and output routines to avoid dependency on theNeil Conway2007-01-31
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Add a delay at the start of the stats test, to let any prior statsTom Lane2007-01-28
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut2007-01-23
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Regression tests for large objects. Patch from Jeremy Drake.Neil Conway2007-01-20
* Fix xmlconcat regression testPeter Eisentraut2007-01-20
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-20
* Fix pg_regress breakage for PL and contrib tests, by not requiring thatAlvaro Herrera2007-01-19
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-19
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-19
* Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut2007-01-18
* Tweak the width_bucket() regression tests to avoid an unnecessaryNeil Conway2007-01-17
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-16
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-12
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-12
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut2007-01-08
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-07
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-05
* Update expected result for new inet error message wording.Bruce Momjian2007-01-02
* Add a regression test for ALTER SET TABLESPACE; this is a whole separateTom Lane2007-01-02
* Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian2007-01-02
* Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian2007-01-02
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-28
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Fix expected file.Peter Eisentraut2006-12-21