| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update this branch to match CVS head, includes WIN32 improvements. | Bruce Momjian | 2003-09-07 | 4 | -7/+24 |
| * | create_unique_plan() should not discard existing output columns of the | Tom Lane | 2003-08-07 | 1 | -0/+8 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 3 | -6/+14 |
| * | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 | 1 | -1/+1 |
| * | The deferred trigger queue pushing to disk patch pointed out | Bruce Momjian | 2003-07-27 | 1 | -0/+20 |
| * | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 1 | -0/+367 |
| * | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut | 2003-07-01 | 1 | -2/+2 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -0/+16 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -6/+16 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -2/+6 |
| * | Includes: | Bruce Momjian | 2003-06-25 | 1 | -0/+23 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -6/+2 |
| * | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 1 | -2/+6 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -4/+29 |
| * | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane | 2003-06-06 | 1 | -0/+13 |
| * | Add a regression test to catch future silliness in the index-building | Tom Lane | 2003-05-29 | 1 | -0/+8 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 2 | -1/+17 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 3 | -65/+94 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -5/+5 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 6 | -11/+16 |
| * | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 | 1 | -0/+18 |
| * | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 | 1 | -1/+3 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 1 | -2/+8 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 2 | -0/+42 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -2/+2 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 1 | -1/+1 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 3 | -10/+78 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -25/+75 |
| * | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian | 2003-03-20 | 1 | -0/+8 |
| * | Todo items: | Bruce Momjian | 2003-03-20 | 3 | -26/+39 |
| * | Attached is a patch that limits the range tested by horology to | Bruce Momjian | 2003-03-20 | 1 | -4/+4 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 1 | -9/+33 |
| * | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 | 1 | -0/+23 |
| * | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 | 1 | -0/+4 |
| * | The "random" regression test uses a function called oidrand(), which | Bruce Momjian | 2003-02-13 | 1 | -2/+2 |
| * | Code for WITHOUT OIDS. | Bruce Momjian | 2003-02-13 | 1 | -0/+33 |
| * | Fix thinko in new logic about pushing down non-nullability constraints: | Tom Lane | 2003-02-10 | 1 | -0/+39 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -0/+20 |
| * | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane | 2003-01-31 | 2 | -5/+4 |
| * | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane | 2003-01-28 | 1 | -3/+4 |
| * | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 1 | -0/+28 |
| * | Back out ORDER BY addition to Inet, for Tom. | Bruce Momjian | 2003-01-15 | 1 | -2/+2 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 2 | -3/+15 |
| * | Add ORDER BY for inet regression, pointed out by Rod Taylor. | Bruce Momjian | 2003-01-15 | 1 | -7/+7 |
| * | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -0/+21 |
| * | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane | 2003-01-05 | 1 | -0/+18 |
| * | Enforces NOT NULL constraints to be applied against new PRIMARY KEY | Tom Lane | 2003-01-02 | 2 | -1/+9 |
| * | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 2 | -2/+2 |
| * | Add a basic regression test for IS DISTINCT FROM, which has spent way too | Tom Lane | 2002-12-13 | 1 | -0/+22 |
| * | Attached are two small patches to expose md5 as a user function -- including | Bruce Momjian | 2002-12-06 | 1 | -0/+18 |