summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
Commit message (Expand)AuthorAgeFilesLines
* Update this branch to match CVS head, includes WIN32 improvements.Bruce Momjian2003-09-074-7/+24
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-071-0/+8
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-293-6/+14
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-271-1/+1
* The deferred trigger queue pushing to disk patch pointed outBruce Momjian2003-07-271-0/+20
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-0/+367
* Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut2003-07-011-2/+2
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-0/+16
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-6/+16
* Back out array mega-patch.Bruce Momjian2003-06-251-2/+6
* Includes:Bruce Momjian2003-06-251-0/+23
* Array mega-patch.Bruce Momjian2003-06-241-6/+2
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-241-2/+6
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-4/+29
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-061-0/+13
* Add a regression test to catch future silliness in the index-buildingTom Lane2003-05-291-0/+8
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-282-1/+17
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-263-65/+94
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-5/+5
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-146-11/+16
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-121-0/+18
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-091-1/+3
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-2/+8
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-082-0/+42
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-2/+2
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-171-1/+1
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-083-10/+78
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-25/+75
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-201-0/+8
* Todo items:Bruce Momjian2003-03-203-26/+39
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-201-4/+4
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-111-9/+33
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-051-0/+23
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-191-0/+4
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-131-2/+2
* Code for WITHOUT OIDS.Bruce Momjian2003-02-131-0/+33
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-101-0/+39
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-0/+20
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-312-5/+4
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-3/+4
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-231-0/+28
* Back out ORDER BY addition to Inet, for Tom.Bruce Momjian2003-01-151-2/+2
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-152-3/+15
* Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian2003-01-151-7/+7
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-0/+21
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-051-0/+18
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-022-1/+9
* Initial version of the SQL information schemaPeter Eisentraut2002-12-142-2/+2
* Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane2002-12-131-0/+22
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-061-0/+18