| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut | 2007-01-18 | 1 | -2/+1 |
| * | Tweak the width_bucket() regression tests to avoid an unnecessary | Neil Conway | 2007-01-17 | 2 | -23/+23 |
| * | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 | 2 | -57/+96 |
| * | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 | 3 | -0/+44 |
| * | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane | 2007-01-12 | 2 | -28/+28 |
| * | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut | 2007-01-12 | 3 | -5/+55 |
| * | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 | 12 | -24/+279 |
| * | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut | 2007-01-08 | 3 | -1/+6 |
| * | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 | 3 | -0/+24 |
| * | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut | 2007-01-06 | 3 | -3/+38 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 6 | -12/+12 |
| * | Call setrlimit if possible in pg_regress to allow core file generation, and p... | Andrew Dunstan | 2007-01-05 | 1 | -1/+34 |
| * | Update expected result for new inet error message wording. | Bruce Momjian | 2007-01-02 | 1 | -4/+4 |
| * | Add a regression test for ALTER SET TABLESPACE; this is a whole separate | Tom Lane | 2007-01-02 | 2 | -0/+26 |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian | 2007-01-02 | 7 | -38/+62 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 7 | -0/+129 |
| * | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 | 3 | -2/+38 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 2 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 6 | -654/+735 |
| * | Fix expected file. | Peter Eisentraut | 2006-12-21 | 1 | -0/+5 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 9 | -29/+332 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 2 | -8/+6 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+1 |
| * | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 1 | -3/+3 |
| * | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 | 5 | -46/+44 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 1 | -3/+3 |
| * | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane | 2006-10-11 | 1 | -3/+3 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 3 | -3/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -144/+149 |
| * | Improve numeric overflow error message. | Bruce Momjian | 2006-10-03 | 1 | -2/+2 |
| * | Allow assignment to array elements not contiguous with those already | Tom Lane | 2006-09-29 | 2 | -0/+146 |
| * | Cause pg_regress to invoke the temporary postmaster as 'postgres' not | Tom Lane | 2006-09-24 | 1 | -8/+10 |
| * | Fix shared library creation to work properly on AIX. Albe Laurenz | Tom Lane | 2006-09-19 | 1 | -4/+6 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 1 | -2/+3 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 16 | -99/+103 |
| * | Add interval division/multiplication regression tests. | Bruce Momjian | 2006-09-06 | 2 | -0/+101 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 3 | -29/+15 |
| * | Fix interval input parser so that fractional weeks and months are | Tom Lane | 2006-09-04 | 2 | -0/+14 |
| * | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 | 2 | -30/+75 |
| * | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 | 1 | -1/+1 |
| * | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 | 2 | -2/+210 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 4 | -3/+212 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 2 | -0/+90 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 5 | -5/+20 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+1 |
| * | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 | 2 | -0/+256 |
| * | If test postmaster fails to start within 60 seconds, try to kill -9 it | Tom Lane | 2006-08-13 | 1 | -3/+19 |
| * | Extend 'guc' regression test to check manipulations of datestyle as | Tom Lane | 2006-08-13 | 2 | -12/+347 |
| * | Original coding of 'returning' regression test inadvertently chose a | Tom Lane | 2006-08-13 | 2 | -10/+10 |