summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.Tom Lane2004-12-231-0/+1
* exec_eval_simple_expr() needs to do CommandCounterIncrement() not justTom Lane2004-12-212-0/+14
* plpgsql's exec_eval_simple_expr() now has to take responsibility forTom Lane2004-12-192-0/+100
* Add regression tests for the fix committed by Tom for casting betweenNeil Conway2004-12-122-2/+48
* Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing thePeter Eisentraut2004-12-121-7/+11
* As long as we're forcing an ORDER BY in these four join queries, we hadTom Lane2004-12-032-8/+8
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-027-1461/+1463
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-015-3026/+877
* Force LANG=en on Windows, since system may fail to default to English.Tom Lane2004-11-171-1/+9
* Add installcheck-parallel regression test target. Magnus HaganderTom Lane2004-11-171-1/+7
* Add variant regression file to support BSDen that underflow to plus zero insteadTom Lane2004-11-171-0/+396
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-162-0/+48
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-052-20/+8
* Use psql -q option instead of 2>/dev/null during first invocationTom Lane2004-10-311-13/+13
* Fix to_number for the case of a trailing S.Tom Lane2004-10-282-2/+2
* When displaying a Var that is a reference to a column of an unnamed join,Tom Lane2004-10-271-3/+3
* Adjust message to not be misleading on Windows.Tom Lane2004-10-241-2/+9
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-5/+3
* Unbreak regression tests (Peter's recent checkin to executor/spi.c didNeil Conway2004-10-132-3/+3
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-111-2/+2
* Update CIDR regresion tests to test for network masks inside the lastBruce Momjian2004-10-082-15/+15
* Remove benchmark comment.Bruce Momjian2004-10-071-7/+2
* Remove mention of -Q option for bench.Bruce Momjian2004-10-071-2/+2
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-3/+3
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-0411-379/+143
* Add regression test inspired by Sebastian Böck.Tom Lane2004-10-032-0/+83
* Don't assume PQdb() will return a valid result from a failed connection.Tom Lane2004-10-015-13/+13
* Okay, I'm tired of reading gripes from OS X users ... add a regressionTom Lane2004-09-241-0/+532
* Issue a CHECKPOINT just after creating the regression database. WithoutTom Lane2004-09-221-1/+5
* Minor cleanup of libpq/LO examples: fix some memory leaks, update a commentNeil Conway2004-09-223-9/+11
* Change some of the existing plpgsql regression test cases so that theyTom Lane2004-09-202-46/+38
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-132-0/+121
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-103-0/+123
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-062-0/+28
* Whack Wisconsin benchmark around until it actually works again.Tom Lane2004-09-015-30/+26
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Adjust regression expected file for new grant language hint.Bruce Momjian2004-08-291-0/+1
* Add regression tests for ALTER INDEX.Bruce Momjian2004-08-282-4/+4
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-282-0/+83
* > After all that about numbering centuries and millenia correctly,Bruce Momjian2004-08-202-0/+183
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-122-52/+52
* Set DYLD_LIBRARY_PATH so that 'make check' works without priorTom Lane2004-08-101-3/+11
* Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway2004-08-053-35/+35
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-048-12/+12
* Update oidjoins regression test to match current catalog structure.Tom Lane2004-08-042-0/+24
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-022-0/+52
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-312-2/+145
* plpgsql does exceptions.Tom Lane2004-07-312-0/+90
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-272-98/+296
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-211-2/+2