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