| Commit message (Expand) | Author | Age |
* | 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 |
* | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Add commentary to show that even though ExecInitIndexScan() | Tom Lane | 1999-08-12 |
* | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 |
* | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Fix incorrect declaration of rtentry as 'ResTarget' where it | Tom Lane | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |