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