summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2004-12-12Add regression tests for the fix committed by Tom for casting betweenNeil Conway
2004-12-12Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing thePeter Eisentraut
2004-12-03As long as we're forcing an ORDER BY in these four join queries, we hadTom Lane
2004-12-02Make some adjustments to reduce platform dependencies in plan selection.Tom Lane
2004-12-01Change planner to use the current true disk file size as its estimate ofTom Lane
2004-11-17Force LANG=en on Windows, since system may fail to default to English.Tom Lane
2004-11-17Add installcheck-parallel regression test target. Magnus HaganderTom Lane
2004-11-17Add variant regression file to support BSDen that underflow to plus zero insteadTom Lane
2004-11-16Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-10-31Use psql -q option instead of 2>/dev/null during first invocationTom Lane
2004-10-28Fix to_number for the case of a trailing S.Tom Lane
2004-10-27When displaying a Var that is a reference to a column of an unnamed join,Tom Lane
2004-10-24Adjust message to not be misleading on Windows.Tom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-13Unbreak regression tests (Peter's recent checkin to executor/spi.c didNeil Conway
2004-10-11Fix pg_indexes view so that it shows the index's tablespace not theTom Lane
2004-10-08Update CIDR regresion tests to test for network masks inside the lastBruce Momjian
2004-10-07Remove benchmark comment.Bruce Momjian
2004-10-07Remove mention of -Q option for bench.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-10-04Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane
2004-10-03Add regression test inspired by Sebastian Böck.Tom Lane
2004-10-01Don't assume PQdb() will return a valid result from a failed connection.Tom Lane
2004-09-24Okay, I'm tired of reading gripes from OS X users ... add a regressionTom Lane
2004-09-22Issue a CHECKPOINT just after creating the regression database. WithoutTom Lane
2004-09-22Minor cleanup of libpq/LO examples: fix some memory leaks, update a commentNeil Conway
2004-09-20Change some of the existing plpgsql regression test cases so that theyTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-09-06Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane
2004-09-01Whack Wisconsin benchmark around until it actually works again.Tom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-29Adjust regression expected file for new grant language hint.Bruce Momjian
2004-08-28Add regression tests for ALTER INDEX.Bruce Momjian
2004-08-28Further tightening of the array literal parser. Prevent junkJoe Conway
2004-08-20> After all that about numbering centuries and millenia correctly,Bruce Momjian
2004-08-12Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane
2004-08-10Set DYLD_LIBRARY_PATH so that 'make check' works without priorTom Lane
2004-08-05Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Update oidjoins regression test to match current catalog structure.Tom Lane
2004-08-02Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane
2004-07-31Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-21The attached patch shows the new column "tablespace" in the mentionedBruce Momjian
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane