aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-18
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-06
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-24
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-17
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-13
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-11
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Improve numeric overflow error message.Bruce Momjian2006-10-03
* Allow assignment to array elements not contiguous with those alreadyTom Lane2006-09-29
* Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane2006-09-24
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-19
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10