| Commit message (Expand) | Author | Age |
* | 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 |
* | Add interval division/multiplication regression tests. | Bruce Momjian | 2006-09-06 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Fix interval input parser so that fractional weeks and months are | Tom Lane | 2006-09-04 |
* | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 |
* | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 |
* | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 |
* | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 |
* | If test postmaster fails to start within 60 seconds, try to kill -9 it | Tom Lane | 2006-08-13 |
* | Extend 'guc' regression test to check manipulations of datestyle as | Tom Lane | 2006-08-13 |
* | Original coding of 'returning' regression test inadvertently chose a | Tom Lane | 2006-08-13 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Tweak sanity_check regression test to display more tables (viz, those | Tom Lane | 2006-08-06 |
* | Add some basic tests of GUC behavior. | Tom Lane | 2006-08-04 |
* | Remove use of a regex character class in resultmap (for freebsd version | Tom Lane | 2006-08-03 |
* | A few regression tests for VALUES, from Gavin Sherry. | Tom Lane | 2006-08-03 |
* | Remove extra argument to printf(). | Bruce Momjian | 2006-08-01 |
* | have pg_regress fall back on testing with the canonical results file if an | Andrew Dunstan | 2006-08-01 |
* | Fix WIN32 wait() return value macros to be accurate, particularly | Bruce Momjian | 2006-07-30 |
* | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | Original coding of pg_regress.c made the results and log directories | Tom Lane | 2006-07-27 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). | Andrew Dunstan | 2006-07-25 |
* | Remove dubious and redundant (we think) setting of libdir in PATH for non tem... | Andrew Dunstan | 2006-07-24 |
* | Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. | Andrew Dunstan | 2006-07-22 |
* | Ah, I finally realize why Magnus wanted to add a --bindir option to | Tom Lane | 2006-07-21 |
* | As a stopgap to get the Windows buildfarm members running again, hot-wire | Tom Lane | 2006-07-20 |