aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Run stats test separately, not as part of a parallel group, to avoidTom Lane2004-01-27
* More bogosity in alter_table test: sometimes causes prepare test to failTom Lane2003-12-23
* alter_table test sometimes failed in parallel mode, because of transientTom Lane2003-12-23
* Adjust rules output for unknown-vs-any change (affects expected contentsTom Lane2003-12-18
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-16
* Regenerate text files.Peter Eisentraut2003-11-13
* Adjust data types in some of the UNION tests to avoid potentiallyTom Lane2003-11-02
* Provide a way to run the parallel regression tests with a user-specifiedTom Lane2003-11-02
* More whitespace fixes. Do people write the expected files by hand?Peter Eisentraut2003-11-01
* Fix hidden whitespace differences between expected and result files.Peter Eisentraut2003-11-01
* Moved the recently added test for foreign key disabled by rewriteJan Wieck2003-10-31
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-31
* Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut2003-10-25
* Repair interaction between IN-join processing and subselect pullup thatTom Lane2003-10-18
* Add NULL regression tests.Bruce Momjian2003-10-10
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-02
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Fix regression error messages for platforms Peter doesn't use.Tom Lane2003-09-25
* Forget to update the real source of the regression test results afterPeter Eisentraut2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Attaching -lpq to LDFLAGS doesn't work, because the generated commandTom Lane2003-09-20
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-19
* Update regression test for message change.Tom Lane2003-09-15
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* With pg_autovacuum becoming increasingly popular it's important toBruce Momjian2003-09-13
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-27
* This patch adds a new regression test for the UPDATE command. RightBruce Momjian2003-08-26
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-24
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-19
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-07
* Remove unnecessary use of multiple cat processes to feed psql; thisTom Lane2003-08-07
* HPUX's horology behavior is OS-dependent, not hardware-dependent.Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* When using a temp installation, unset PGUSER and other variables weTom Lane2003-07-31
* When shutting down the regression test postmaster after 'make check',Tom Lane2003-07-30
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* A visit from the message-style police ...Tom Lane2003-07-28
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Fix some localizability issues with existing errcontext() calls.Tom Lane2003-07-27
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-27
* The deferred trigger queue pushing to disk patch pointed outBruce Momjian2003-07-27
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Error message editing for foreign-key triggers.Tom Lane2003-07-22