aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Wups, didn't mean to commit that just yet.Tom Lane2002-08-31
* The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane2002-08-31
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-23
* Tom Lane wrote:Bruce Momjian2002-08-15
* Fix permission checking for temp-table namespace.Tom Lane2002-08-07
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* Change messages like this:Bruce Momjian2002-08-04
* Remove _deadcode.Peter Eisentraut2002-07-24
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-20
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-18
* Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian2002-07-11
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* Fix compile error in assert coded added by new DISTINCT ON patch.Bruce Momjian2002-07-04
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* Restore error message I accidentally changed.Bruce Momjian2002-06-26
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-26
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-25
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-25
* It seems that ExecInit/EndIndexScan is leaking some memory...Bruce Momjian2002-06-23
* Update copyright to 2002.Bruce Momjian2002-06-20
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-21
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Enforce EXECUTE privilege for aggregate functions.Tom Lane2002-04-29
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11