summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2006-06-01Pre-8.0 branches need to cope with possibility that the system libc knowsTom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-07-17Make pg_regress accept a command-line option for the temporary installation'sTom Lane
2005-07-16Back-patch 8.0's tightening of ORDER BY clauses in join regression test,Tom Lane
2005-07-16The geometry_2 variant appears to be needed in 7.4 branch as well asTom Lane
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2004-01-27Run stats test separately, not as part of a parallel group, to avoidTom Lane
2003-12-23More bogosity in alter_table test: sometimes causes prepare test to failTom Lane
2003-12-23alter_table test sometimes failed in parallel mode, because of transientTom Lane
2003-12-18Adjust rules output for unknown-vs-any change (affects expected contentsTom Lane
2003-11-16Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane
2003-11-13Regenerate text files.Peter Eisentraut
2003-11-02Adjust data types in some of the UNION tests to avoid potentiallyTom Lane
2003-11-02Provide a way to run the parallel regression tests with a user-specifiedTom Lane
2003-11-01More whitespace fixes. Do people write the expected files by hand?Peter Eisentraut
2003-11-01Fix hidden whitespace differences between expected and result files.Peter Eisentraut
2003-10-31Moved the recently added test for foreign key disabled by rewriteJan Wieck
2003-10-31Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck
2003-10-25Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut
2003-10-18Repair interaction between IN-join processing and subselect pullup thatTom Lane
2003-10-10Add NULL regression tests.Bruce Momjian
2003-10-02Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut
2003-09-29Improve context display for failures during COPY IN, as recentlyTom Lane
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Fix regression error messages for platforms Peter doesn't use.Tom Lane
2003-09-25Forget to update the real source of the regression test results afterPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-20Attaching -lpq to LDFLAGS doesn't work, because the generated commandTom Lane
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-09-15Update regression test for message change.Tom Lane
2003-09-15Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut
2003-09-13With pg_autovacuum becoming increasingly popular it's important toBruce Momjian
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