aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-23
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane2003-03-21
* Update for new serial functionality.Bruce Momjian2003-03-20
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* Todo items:Bruce Momjian2003-03-20
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-20
* This trivial cleans up a little bit of the code inBruce Momjian2003-03-20
* Add start time to pg_stat_activityBruce Momjian2003-03-20
* Arrange to print the relevant key values when reporting a foreign-keyTom Lane2003-03-15
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-11
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-05
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-19
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Arrange to give error when a SetOp member statement refers to a variableTom Lane2003-02-13
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-10
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-31
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-27
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16
* Back out ORDER BY addition to Inet, for Tom.Bruce Momjian2003-01-15
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian2003-01-15
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-05
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-04
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30
* Initial version of the SQL information schemaPeter Eisentraut2002-12-14
* Admit defeat on the prospect of keeping straight exactly which platformsTom Lane2002-12-13
* Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Reverse out unintended resultmap change.Tom Lane2002-12-10
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-06
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-04
* Fix regression test breakage from triggers patch.Tom Lane2002-11-23
* Update regression for new patches. Bump up catversion.Bruce Momjian2002-11-23
* Transaction safe TruncateBruce Momjian2002-11-23
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23