| Commit message (Expand) | Author | Age |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Fix regression error messages for platforms Peter doesn't use. | Tom Lane | 2003-09-25 |
* | Forget to update the real source of the regression test results after | Peter Eisentraut | 2003-09-25 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Attaching -lpq to LDFLAGS doesn't work, because the generated command | Tom Lane | 2003-09-20 |
* | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane | 2003-09-19 |
* | Update regression test for message change. | Tom Lane | 2003-09-15 |
* | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 |
* | With pg_autovacuum becoming increasingly popular it's important to | Bruce Momjian | 2003-09-13 |
* | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 |
* | This patch adds a new regression test for the UPDATE command. Right | Bruce Momjian | 2003-08-26 |
* | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 |
* | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 |
* | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 |
* | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 |
* | create_unique_plan() should not discard existing output columns of the | Tom Lane | 2003-08-07 |
* | Remove unnecessary use of multiple cat processes to feed psql; this | Tom Lane | 2003-08-07 |
* | HPUX's horology behavior is OS-dependent, not hardware-dependent. | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | When using a temp installation, unset PGUSER and other variables we | Tom Lane | 2003-07-31 |
* | When shutting down the regression test postmaster after 'make check', | Tom Lane | 2003-07-30 |
* | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | Fix some localizability issues with existing errcontext() calls. | Tom Lane | 2003-07-27 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 |
* | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 |
* | The deferred trigger queue pushing to disk patch pointed out | Bruce Momjian | 2003-07-27 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 |
* | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | Don't report sequendces in pg_tables. | Bruce Momjian | 2003-07-22 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Fix regression test broken by recent view change. | Tom Lane | 2003-07-21 |
* | Error message editing in backend/executor. | Tom Lane | 2003-07-21 |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | It seems some case-insensitive locales sort upper case before lower | Tom Lane | 2003-07-18 |
* | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane | 2003-07-15 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 |
* | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut | 2003-07-01 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |