summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2007-01-02Add a regression test for ALTER SET TABLESPACE; this is a whole separateTom Lane
2007-01-02Add n_live_tuples and n_dead_tuples to pg_stat_all_tables.Bruce Momjian
2007-01-02Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-28Handle content and document options in xmlparse() correctly.Peter Eisentraut
2006-12-24Code review for XML patch. Instill a bit of sanity in the location ofTom Lane
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-21Fix expected file.Peter Eisentraut
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut
2006-12-18Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane
2006-12-06Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway
2006-11-24Change pg_stat_all_tables and sister views to put the recently-addedTom Lane
2006-10-17Fix up some problems in handling of zic-style time zone names in datetimeTom Lane
2006-10-13Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane
2006-10-11Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Improve numeric overflow error message.Bruce Momjian
2006-09-29Allow assignment to array elements not contiguous with those alreadyTom Lane
2006-09-24Cause pg_regress to invoke the temporary postmaster as 'postgres' notTom Lane
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-09-06Add interval division/multiplication regression tests.Bruce Momjian
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-09-03Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane