summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2004-05-20Add $libdir to mingw and cygwin for installcheck too.Bruce Momjian
2004-05-19Add MinGW to cases where libdir should be used for regression tests:Bruce Momjian
2004-05-14Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway
2004-05-11Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-03More PWD adjustments for win32.Bruce Momjian
2004-05-02Use $build_platform for PWD flag test, per suggestion from Peter.Bruce Momjian
2004-05-02Revert patch --- needs more generalized solution.Bruce Momjian
2004-05-02Set PWDFLAGS based on test platform, not target platform.Bruce Momjian
2004-05-02this patch makes sure that:Bruce Momjian
2004-04-26Please find attached a small patch against current cvs head, so thatBruce Momjian
2004-04-26Please find a attached a small patch that adds accessor functionsBruce Momjian
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-04-10Please find a small patch to fix the brain damage "century" andBruce Momjian
2004-04-08Magnus says new Win32 timezone library will not need special horology:Bruce Momjian
2004-04-05Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian
2004-04-01Adjust expected regression outputs for plan changes caused by recentTom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-03-24Update the float8 regression tests: they should now pass on FreeBSD 4.xNeil Conway
2004-03-23Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-17Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane
2004-03-15float8-small-is-zero and float8-exp-three-digits will likely needBruce Momjian
2004-03-15Improve random regression tests to fail less frequently.Bruce Momjian
2004-03-15Remove grotty special-case code in coerce_to_target_type() thatTom Lane
2004-03-14Teach psql to show the location of syntax errors visually, per recentTom Lane
2004-03-14Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane
2004-03-13Generate a WARNING when the column types in a foreign key constraint areTom Lane
2004-03-12Fixes recent changes to test. For immediate application.Bruce Momjian
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2004-03-09Add ALSO keyword to CREATE RULE.Bruce Momjian
2004-03-05Per a brief conversation with Tom, I've created a patch for addingBruce Momjian
2004-03-04Emit a warning when an empty string is input to the oid, float4, andNeil Conway
2004-03-03Adds the -W flag to the pwd call under Win32. This allows directories,Bruce Momjian
2004-02-29"Corrects" the int8/float4/float8 tests under win32.Bruce Momjian
2004-02-18Improve the consistency of the error message emitted when rejectingNeil Conway
2004-01-27Run stats test separately, not as part of a parallel group, to avoidTom Lane
2004-01-11Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway
2004-01-10Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway
2004-01-08Fix a spelling mistake in a comment.Neil Conway
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-12-23More bogosity in alter_table test: sometimes causes prepare test to failTom Lane
2003-12-23alter_table test sometimes failed in parallel mode, because of transientTom Lane
2003-12-18Adjust rules output for unknown-vs-any change (affects expected contentsTom Lane
2003-12-03Added new group of read-only GUC variables to allow simple accessJoe Conway