| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 | 8 | -12/+17 |
* | This patch adds a new regression test for the UPDATE command. Right | Bruce Momjian | 2003-08-26 | 4 | -2/+47 |
* | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 | 1 | -1/+1 |
* | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 | 1 | -23/+23 |
* | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 2 | -18/+18 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 5 | -7/+5 |
* | create_unique_plan() should not discard existing output columns of the | Tom Lane | 2003-08-07 | 2 | -0/+20 |
* | Remove unnecessary use of multiple cat processes to feed psql; this | Tom Lane | 2003-08-07 | 1 | -13/+4 |
* | HPUX's horology behavior is OS-dependent, not hardware-dependent. | Tom Lane | 2003-08-04 | 1 | -1/+1 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 4 | -26/+27 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 2 | -33/+33 |
* | When using a temp installation, unset PGUSER and other variables we | Tom Lane | 2003-07-31 | 1 | -1/+5 |
* | When shutting down the regression test postmaster after 'make check', | Tom Lane | 2003-07-30 | 1 | -1/+2 |
* | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 9 | -65/+92 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 4 | -6/+6 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 | 1 | -6/+2 |
* | Fix some localizability issues with existing errcontext() calls. | Tom Lane | 2003-07-27 | 1 | -4/+4 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 35 | -126/+133 |
* | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 | 3 | -3/+3 |
* | The deferred trigger queue pushing to disk patch pointed out | Bruce Momjian | 2003-07-27 | 2 | -0/+39 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -2/+4 |
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 1 | -5/+8 |
* | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 | 3 | -33/+66 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -2/+2 |
* | Don't report sequendces in pg_tables. | Bruce Momjian | 2003-07-22 | 1 | -1/+1 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 6 | -16/+16 |
* | Fix regression test broken by recent view change. | Tom Lane | 2003-07-21 | 1 | -1/+1 |
* | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 6 | -59/+59 |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 9 | -85/+103 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 13 | -121/+122 |
* | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 24 | -158/+160 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 4 | -18/+24 |
* | It seems some case-insensitive locales sort upper case before lower | Tom Lane | 2003-07-18 | 3 | -5/+381 |
* | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane | 2003-07-15 | 3 | -45/+45 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 12 | -109/+109 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 4 | -2/+884 |
* | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut | 2003-07-01 | 2 | -4/+4 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 2 | -0/+78 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 2 | -32/+39 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 2 | -4/+32 |
* | In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS or | Tom Lane | 2003-06-25 | 1 | -78/+78 |
* | Includes: | Bruce Momjian | 2003-06-25 | 3 | -1/+70 |
* | Back out commit. | Bruce Momjian | 2003-06-25 | 1 | -43/+0 |
* | Adjust expected output for new functions. | Bruce Momjian | 2003-06-25 | 1 | -0/+43 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 | 2 | -32/+4 |
* | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 2 | -106/+138 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 2 | -9/+62 |
* | Bring the libpq example programs into the 21st century. | Tom Lane | 2003-06-22 | 7 | -244/+218 |
* | Okay, recognize freebsd 2.* and 3.* too. | Tom Lane | 2003-06-13 | 1 | -1/+1 |