| Age | Commit message (Expand) | Author |
| 2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
| 2007-01-23 | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-20 | 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-19 | 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-18 | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut |
| 2007-01-17 | Tweak the width_bucket() regression tests to avoid an unnecessary | Neil Conway |
| 2007-01-16 | Implement width_bucket() for the float8 data type. | Neil Conway |
| 2007-01-14 | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut |
| 2007-01-12 | 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-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2007-01-08 | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut |
| 2007-01-07 | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut |
| 2007-01-06 | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut |
| 2007-01-05 | 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-02 | 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 |
| 2006-12-30 | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane |
| 2006-12-28 | Handle content and document options in xmlparse() correctly. | Peter Eisentraut |
| 2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-12-21 | Fix expected file. | Peter Eisentraut |
| 2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |
| 2006-12-18 | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane |
| 2006-12-06 | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway |
| 2006-11-24 | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane |
| 2006-10-17 | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-11 | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane |
| 2006-10-06 | Message style improvements | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Improve numeric overflow error message. | Bruce Momjian |
| 2006-09-29 | Allow assignment to array elements not contiguous with those already | Tom Lane |
| 2006-09-24 | Cause pg_regress to invoke the temporary postmaster as 'postgres' not | Tom Lane |
| 2006-09-19 | Fix shared library creation to work properly on AIX. Albe Laurenz | Tom Lane |
| 2006-09-16 | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane |
| 2006-09-10 | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane |
| 2006-09-06 | Add interval division/multiplication regression tests. | Bruce Momjian |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-09-04 | Fix interval input parser so that fractional weeks and months are | Tom Lane |
| 2006-09-03 | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane |