summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2004-07-13Can't have blank lines in resultmap; some versions of expr complain.Tom Lane
2004-07-13Add new join file.Bruce Momjian
2004-07-13Rename join ordering named join_1.outBruce Momjian
2004-07-12Add Win32-specific join ordering.Bruce Momjian
2004-07-11Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane
2004-07-02Add missing operators of the form interval-plus-datetime, as required forTom Lane
2004-07-01Further review of xact.c state machine for nested transactions. FixTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-16Represent type-specific length coercion functions as pg_cast entries,Tom Lane
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-06-10Clean up generation of default names for constraints, indexes, and serialTom Lane
2004-06-09Add regression tests for CSV COPY format.Bruce Momjian
2004-06-09Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane
2004-06-06Add some regression tests for composite-type operations.Tom Lane
2004-06-06Minor catalog cleanups for composite-type stuff. Adjust signatures shownTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-06-03Win32 regression fixes:Bruce Momjian
2004-06-02OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian
2004-06-01Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane
2004-05-26The added aggregates are:Bruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
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