| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane | 2000-04-04 | 2 | -26/+17 |
| * | ExecSubPlan needs to be able to cope with RelabelType nodes atop the | Tom Lane | 2000-03-23 | 1 | -8/+20 |
| * | Correct typo in error message. | Tom Lane | 2000-03-21 | 1 | -2/+2 |
| * | Redo permissions-checking code so that it does the right thing at APPEND | Tom Lane | 2000-03-09 | 2 | -89/+246 |
| * | Hmm, it seems nodeMaterial has been broken for a good long while; | Tom Lane | 2000-03-02 | 1 | -15/+13 |
| * | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 | 1 | -28/+36 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 2 | -2/+14 |
| * | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 | 1 | -2/+3 |
| * | Replace nth() calls in inner loops with traversal of the list via | Tom Lane | 2000-02-05 | 1 | -28/+32 |
| * | Repair relation refcount leakage caused by SELECT FOR UPDATE. | Tom Lane | 2000-02-03 | 1 | -15/+26 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 3 | -265/+181 |
| * | Add: | Bruce Momjian | 2000-01-26 | 26 | -52/+78 |
| * | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 | 11 | -63/+93 |
| * | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane | 2000-01-17 | 1 | -9/+4 |
| * | Update subquery error message. | Bruce Momjian | 2000-01-17 | 1 | -4/+4 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -3/+3 |
| * | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 | 1 | -7/+7 |
| * | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 | 3 | -8/+8 |
| * | Improve subquery error message, now says "More than one tuple returned | Bruce Momjian | 1999-12-29 | 1 | -3/+3 |
| * | Required catalog changes for extended LONG attribute storage. | Jan Wieck | 1999-12-20 | 1 | -1/+2 |
| * | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | 1 | -3/+1 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 9 | -25/+49 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 | 1 | -198/+364 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 6 | -15/+15 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -4/+4 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 5 | -6/+593 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 2 | -4/+4 |
| * | Clean up possible memory leakage in nodeSubplan | Tom Lane | 1999-11-15 | 1 | -11/+28 |
| * | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 | 1 | -25/+45 |
| * | Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine | Tom Lane | 1999-11-12 | 2 | -105/+145 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 5 | -17/+16 |
| * | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue | 1999-11-04 | 1 | -2/+2 |
| * | Don't call ExecOpenIndices if pg_class relhasindex shows there are no | Tom Lane | 1999-11-01 | 2 | -38/+28 |
| * | Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing | Tom Lane | 1999-10-30 | 3 | -47/+38 |
| * | Ooops ... 6.5 coding wasn't quite right anymore. Should learn | Tom Lane | 1999-10-30 | 1 | -6/+10 |
| * | Put back code in nodeAgg to generate a dummy all-nulls input tuple | Tom Lane | 1999-10-30 | 1 | -16/+35 |
| * | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 | 1 | -63/+90 |
| * | Actually, nodeMergejoin shouldn't include psort.h at all... | Tom Lane | 1999-10-17 | 1 | -2/+1 |
| * | nodeMergejoin was depending on an inclusion from psort.h... | Tom Lane | 1999-10-16 | 1 | -1/+2 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 2 | -17/+6 |
| * | Remove a no-longer-needed kluge for degenerate aggregate cases, | Tom Lane | 1999-10-08 | 2 | -23/+12 |
| * | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 | 1 | -3/+2 |
| * | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 | 1 | -7/+4 |
| * | Fix nodeAgg coredump in case where lower-level plan has | Tom Lane | 1999-09-28 | 1 | -27/+14 |
| * | Modify nodeAgg.c so that no rows are returned for a GROUP BY | Tom Lane | 1999-09-26 | 2 | -393/+418 |
| * | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 | 1 | -106/+67 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 10 | -204/+257 |
| * | Fix CASE bug identified by Keith Parks: CASE didn't reliably | Tom Lane | 1999-09-18 | 1 | -31/+16 |