summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-012-2/+2
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-012-16/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-294-4/+4
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-2124-2/+124
* Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,Tom Lane2003-11-162-0/+837
* Regenerate text files.Peter Eisentraut2003-11-131-171/+208
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-126-46/+185
* Adjust data types in some of the UNION tests to avoid potentiallyTom Lane2003-11-022-7/+7
* Provide a way to run the parallel regression tests with a user-specifiedTom Lane2003-11-022-20/+61
* More whitespace fixes. Do people write the expected files by hand?Peter Eisentraut2003-11-011-5/+5
* Fix hidden whitespace differences between expected and result files.Peter Eisentraut2003-11-016-6/+6
* Moved the recently added test for foreign key disabled by rewriteJan Wieck2003-10-314-118/+118
* Fix for possible referential integrity violation when a qualified ON INSERTJan Wieck2003-10-312-0/+117
* Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut2003-10-252-299/+0
* Repair interaction between IN-join processing and subselect pullup thatTom Lane2003-10-182-0/+54
* Add NULL regression tests.Bruce Momjian2003-10-102-17/+90
* Remove NOTICE about foreign key creating implicit triggers, because it noPeter Eisentraut2003-10-024-62/+0
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-294-9/+9
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-1/+1
* Fix regression error messages for platforms Peter doesn't use.Tom Lane2003-09-2511-40/+40
* Forget to update the real source of the regression test results afterPeter Eisentraut2003-09-251-25/+25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-2541-409/+409
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-191-1/+1
* Update regression test for message change.Tom Lane2003-09-151-2/+4
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-155-10/+2
* With pg_autovacuum becoming increasingly popular it's important toBruce Momjian2003-09-134-2/+140
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-278-12/+17
* This patch adds a new regression test for the UPDATE command. RightBruce Momjian2003-08-264-2/+47
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-241-1/+1
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-191-23/+23
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-172-18/+18
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-175-7/+5
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-072-0/+20
* Remove unnecessary use of multiple cat processes to feed psql; thisTom Lane2003-08-071-13/+4
* HPUX's horology behavior is OS-dependent, not hardware-dependent.Tom Lane2003-08-041-1/+1
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-012-33/+33
* When using a temp installation, unset PGUSER and other variables weTom Lane2003-07-311-1/+5
* When shutting down the regression test postmaster after 'make check',Tom Lane2003-07-301-1/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-299-65/+92
* A visit from the message-style police ...Tom Lane2003-07-284-6/+6
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-271-6/+2
* Fix some localizability issues with existing errcontext() calls.Tom Lane2003-07-271-4/+4
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-2735-126/+133
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-273-3/+3
* The deferred trigger queue pushing to disk patch pointed outBruce Momjian2003-07-272-0/+39
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-2/+4
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-5/+8
* Error message editing for foreign-key triggers.Tom Lane2003-07-223-33/+66
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-2/+2