summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-141-117/+212
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-141-2/+3
* Tweak a few of the most heavily used function call points to zero outTom Lane2002-10-041-3/+13
* Make the world at least somewhat safe for zero-column tables, andTom Lane2002-09-282-23/+16
* Further thinking about heap_mark4update: in HeapTupleSelfUpdated case,Tom Lane2002-09-231-1/+6
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-2/+2
* pgindent run.Bruce Momjian2002-09-0414-159/+170
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-023-6/+3
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-027-42/+52
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-46/+45
* Wups, didn't mean to commit that just yet.Tom Lane2002-08-311-45/+46
* The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane2002-08-312-47/+47
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-302-13/+13
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-302-188/+312
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-291-1/+7
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-294-68/+60
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-2/+2
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-11/+14
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-19/+33
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-231-25/+20
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+5
* Fix permission checking for temp-table namespace.Tom Lane2002-08-071-11/+7
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-2/+2
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-052-7/+6
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-042-39/+92
* Change messages like this:Bruce Momjian2002-08-041-3/+3
* Remove _deadcode.Peter Eisentraut2002-07-241-499/+0
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-201-1/+71
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-207-17/+43
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-110/+2
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-2/+110
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-181-9/+6
* Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian2002-07-111-4/+4
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-1/+46
* Fix compile error in assert coded added by new DISTINCT ON patch.Bruce Momjian2002-07-041-2/+2
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-041-1/+82
* Restore error message I accidentally changed.Bruce Momjian2002-06-261-2/+2
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-262-40/+36
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-252-39/+43
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-252-43/+39
* It seems that ExecInit/EndIndexScan is leaking some memory...Bruce Momjian2002-06-231-1/+5
* Update copyright to 2002.Bruce Momjian2002-06-2030-60/+60
* Here is a patch for Composite and Set returning function support. I madeBruce Momjian2002-06-201-2/+122
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-243-14/+14
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-211-18/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-213-55/+35
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-202-83/+44
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-172-8/+7
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-123-253/+3
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-129-20/+673