summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2003-02-13Arrange to give error when a SetOp member statement refers to a variableTom Lane
2003-02-13The "random" regression test uses a function called oidrand(), whichBruce Momjian
2003-02-13Code for WITHOUT OIDS.Bruce Momjian
2003-02-10Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane
2003-02-03Determine the set of constraints applied to a domain at executorTom Lane
2003-01-31Allow a time zone to be specified (and silently ignored) in the inputTom Lane
2003-01-28Extend join-selectivity API (oprjoin interface) so that join type isTom Lane
2003-01-27Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane
2003-01-25Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane
2003-01-23Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut
2003-01-20IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-15Back out ORDER BY addition to Inet, for Tom.Bruce Momjian
2003-01-15Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane
2003-01-15Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-05Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane
2003-01-04Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane
2003-01-02Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-14Initial version of the SQL information schemaPeter Eisentraut
2002-12-13Admit defeat on the prospect of keeping straight exactly which platformsTom Lane
2002-12-13Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane
2002-12-12Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane
2002-12-10Reverse out unintended resultmap change.Tom Lane
2002-12-06Attached are two small patches to expose md5 as a user function -- includingBruce Momjian
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-12-04Make usesysid consistently int4, not oid.Bruce Momjian
2002-11-23Fix regression test breakage from triggers patch.Tom Lane
2002-11-23Update regression for new patches. Bump up catversion.Bruce Momjian
2002-11-23Transaction safe TruncateBruce Momjian
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-21Wups, stuck ORDER BY on wrong query while trying to eliminate randomTom Lane
2002-11-21NetBSD versions 1.6 and (we hope) later can use the standard geometryTom Lane
2002-11-21Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane
2002-11-19Update regression for ALL missing from CLUSTER.Bruce Momjian
2002-11-16Fix CLUSTER regression failure caused by new patch, from Neil ConwayBruce Momjian
2002-11-15New version attached. The following is implemented:Bruce Momjian
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-11-13Use cat instead of echo or awk, to avoid portability problems with backslashes.Tom Lane
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-12Update AIX resultmap for horology tests, per Andreas.Tom Lane
2002-11-12Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-11-10This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian
2002-11-08Revise geometry regression testing to eliminate most cross-platformTom Lane