| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 4 | -3/+286 |
| * | Tweak sanity_check regression test to display more tables (viz, those | Tom Lane | 2006-08-06 | 2 | -72/+142 |
| * | Add some basic tests of GUC behavior. | Tom Lane | 2006-08-04 | 4 | -4/+222 |
| * | Remove use of a regex character class in resultmap (for freebsd version | Tom Lane | 2006-08-03 | 1 | -1/+1 |
| * | A few regression tests for VALUES, from Gavin Sherry. | Tom Lane | 2006-08-03 | 6 | -0/+136 |
| * | Remove extra argument to printf(). | Bruce Momjian | 2006-08-01 | 1 | -2/+2 |
| * | have pg_regress fall back on testing with the canonical results file if an | Andrew Dunstan | 2006-08-01 | 1 | -1/+31 |
| * | Fix WIN32 wait() return value macros to be accurate, particularly | Bruce Momjian | 2006-07-30 | 1 | -22/+21 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 4 | -13/+77 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 8 | -73/+169 |
| * | Original coding of pg_regress.c made the results and log directories | Tom Lane | 2006-07-27 | 1 | -2/+2 |