summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-044-26/+27
* 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
* Don't report sequendces in pg_tables.Bruce Momjian2003-07-221-1/+1
* Error message editing in backend/access.Tom Lane2003-07-216-16/+16
* Fix regression test broken by recent view change.Tom Lane2003-07-211-1/+1
* Error message editing in backend/executor.Tom Lane2003-07-216-59/+59
* Error message editing in backend/catalog.Tom Lane2003-07-219-85/+103
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-2013-121/+122
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-1924-158/+160
* First bits of work on error message editing.Tom Lane2003-07-184-18/+24
* It seems some case-insensitive locales sort upper case before lowerTom Lane2003-07-183-5/+381
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-153-45/+45
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-0412-109/+109
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-014-2/+884
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-012-4/+4
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-292-0/+78
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-272-32/+39
* Back out array mega-patch.Bruce Momjian2003-06-252-4/+32
* In ISO datestyle, never emit just HH:MM, always emit HH:MM:SS orTom Lane2003-06-251-78/+78
* Includes:Bruce Momjian2003-06-253-1/+70
* Back out commit.Bruce Momjian2003-06-251-43/+0
* Adjust expected output for new functions.Bruce Momjian2003-06-251-0/+43
* Array mega-patch.Bruce Momjian2003-06-242-32/+4
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-242-106/+138
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-222-9/+62
* Bring the libpq example programs into the 21st century.Tom Lane2003-06-227-244/+218
* Okay, recognize freebsd 2.* and 3.* too.Tom Lane2003-06-131-1/+1