summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-2/+2
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-172-0/+88
* Can't have blank lines in resultmap; some versions of expr complain.Tom Lane2004-07-131-1/+0
* Add new join file.Bruce Momjian2004-07-131-0/+2149
* Rename join ordering named join_1.outBruce Momjian2004-07-132-2150/+0
* Add Win32-specific join ordering.Bruce Momjian2004-07-122-0/+2151
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-112-6/+6
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-022-15/+0
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-012-0/+91
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-014-4/+152
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-186-5/+99
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-162-12/+52
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-132-0/+17
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-1011-76/+76
* Add regression tests for CSV COPY format.Bruce Momjian2004-06-092-0/+32
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-094-34/+37
* Add some regression tests for composite-type operations.Tom Lane2004-06-064-2/+191
* Minor catalog cleanups for composite-type stuff. Adjust signatures shownTom Lane2004-06-062-16/+25
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-033-76/+76
* Win32 regression fixes:Bruce Momjian2004-06-031-17/+14
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-022-0/+19
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-011-3/+3
* The added aggregates are:Bruce Momjian2004-05-262-0/+254
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-215-6175/+0
* Add $libdir to mingw and cygwin for installcheck too.Bruce Momjian2004-05-201-2/+13
* Add MinGW to cases where libdir should be used for regression tests:Bruce Momjian2004-05-191-2/+2
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-142-0/+97
* Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane2004-05-112-0/+139
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-103-2/+52
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-056-3/+196