summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-316-26/+70
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-283-8/+10
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-4/+4
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-251-800/+800
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-232-2/+71
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-6/+6
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-162-6/+6
* Back out ORDER BY addition to Inet, for Tom.Bruce Momjian2003-01-152-4/+4
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-154-6/+32
* Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian2003-01-152-14/+14
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-102-0/+49
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-052-0/+46
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-041-5/+5
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-024-7/+33
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-301-1/+1
* Initial version of the SQL information schemaPeter Eisentraut2002-12-146-8/+10
* Admit defeat on the prospect of keeping straight exactly which platformsTom Lane2002-12-132-10/+0
* Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane2002-12-132-0/+93
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-2/+2
* Reverse out unintended resultmap change.Tom Lane2002-12-101-2/+2
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-062-0/+64
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-063-6/+145
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-063-145/+6
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-063-6/+145
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-041-1/+1
* Fix regression test breakage from triggers patch.Tom Lane2002-11-231-1/+3
* Update regression for new patches. Bump up catversion.Bruce Momjian2002-11-232-2/+2
* Transaction safe TruncateBruce Momjian2002-11-232-0/+22
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-232-2/+106
* Wups, stuck ORDER BY on wrong query while trying to eliminate randomTom Lane2002-11-212-4/+4
* NetBSD versions 1.6 and (we hope) later can use the standard geometryTom Lane2002-11-211-1/+2
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-2115-58/+89
* Update regression for ALL missing from CLUSTER.Bruce Momjian2002-11-192-2/+2
* Fix CLUSTER regression failure caused by new patch, from Neil ConwayBruce Momjian2002-11-161-0/+15
* New version attached. The following is implemented:Bruce Momjian2002-11-152-0/+120
* Add DOMAIN check constraints.Bruce Momjian2002-11-152-19/+34
* Use cat instead of echo or awk, to avoid portability problems with backslashes.Tom Lane2002-11-131-5/+11
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-3/+2
* Update AIX resultmap for horology tests, per Andreas.Tom Lane2002-11-121-2/+6
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-121-1/+3
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-112-14/+97
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-2/+3
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-3/+2
* This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian2002-11-102-0/+96
* Revise geometry regression testing to eliminate most cross-platformTom Lane2002-11-0819-7128/+199
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-228/+228
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-012-8/+8
* Update to match expected results on OS X 10.2.Tom Lane2002-11-011-1/+1
* Correct ordering of geometry/freebsd entries, add one for freebsd5.Tom Lane2002-11-011-1/+2
* Update for test changes.Tom Lane2002-11-012-2/+68