aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Okay, I'm tired of reading gripes from OS X users ... add a regressionTom Lane2004-09-24
* Issue a CHECKPOINT just after creating the regression database. WithoutTom Lane2004-09-22
* Minor cleanup of libpq/LO examples: fix some memory leaks, update a commentNeil Conway2004-09-22
* Change some of the existing plpgsql regression test cases so that theyTom Lane2004-09-20
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Fix incorrect ordering of smgr cleanup relative to buffer pin cleanupTom Lane2004-09-06
* Whack Wisconsin benchmark around until it actually works again.Tom Lane2004-09-01
* Update copyright to 2004.Bruce Momjian2004-08-29
* Adjust regression expected file for new grant language hint.Bruce Momjian2004-08-29
* Add regression tests for ALTER INDEX.Bruce Momjian2004-08-28
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-28
* > After all that about numbering centuries and millenia correctly,Bruce Momjian2004-08-20
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-12
* Set DYLD_LIBRARY_PATH so that 'make check' works without priorTom Lane2004-08-10
* Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway2004-08-05
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Update oidjoins regression test to match current catalog structure.Tom Lane2004-08-04
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-31
* plpgsql does exceptions.Tom Lane2004-07-31
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-21
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Can't have blank lines in resultmap; some versions of expr complain.Tom Lane2004-07-13
* Add new join file.Bruce Momjian2004-07-13
* Rename join ordering named join_1.outBruce Momjian2004-07-13
* Add Win32-specific join ordering.Bruce Momjian2004-07-12
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-11
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-01
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-13
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Add regression tests for CSV COPY format.Bruce Momjian2004-06-09
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Add some regression tests for composite-type operations.Tom Lane2004-06-06
* Minor catalog cleanups for composite-type stuff. Adjust signatures shownTom Lane2004-06-06
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Win32 regression fixes:Bruce Momjian2004-06-03
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* The added aggregates are:Bruce Momjian2004-05-26
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Add $libdir to mingw and cygwin for installcheck too.Bruce Momjian2004-05-20
* Add MinGW to cases where libdir should be used for regression tests:Bruce Momjian2004-05-19