summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-26This patch adds a new regression test for the UPDATE command. RightBruce Momjian
2003-08-24Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-07create_unique_plan() should not discard existing output columns of theTom Lane
2003-08-07Remove unnecessary use of multiple cat processes to feed psql; thisTom Lane
2003-08-04HPUX's horology behavior is OS-dependent, not hardware-dependent.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-31When using a temp installation, unset PGUSER and other variables weTom Lane
2003-07-30When shutting down the regression test postmaster after 'make check',Tom Lane
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-27Fix some localizability issues with existing errcontext() calls.Tom Lane
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-07-27> Joe Conway <mail@joeconway.com> writes:Bruce Momjian
2003-07-27The deferred trigger queue pushing to disk patch pointed outBruce Momjian
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-07-22Error message editing for foreign-key triggers.Tom Lane
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-22Don't report sequendces in pg_tables.Bruce Momjian
2003-07-21Error message editing in backend/access.Tom Lane
2003-07-21Fix regression test broken by recent view change.Tom Lane
2003-07-21Error message editing in backend/executor.Tom Lane
2003-07-21Error message editing in backend/catalog.Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-19Another round of error message editing, covering backend/parser/.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-07-18It seems some case-insensitive locales sort upper case before lowerTom Lane
2003-07-15Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-07-01Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane
2003-07-01Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut
2003-06-29Support expressions of the form 'scalar op ANY (array)' andTom Lane
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane
2003-06-25Includes:Bruce Momjian
2003-06-25Back out commit.Bruce Momjian
2003-06-25Adjust expected output for new functions.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-06-22Bring the libpq example programs into the 21st century.Tom Lane
2003-06-13Okay, recognize freebsd 2.* and 3.* too.Tom Lane