aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane1999-09-26
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-18
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Fix executor to work correctly with mergejoins where left andTom Lane1999-02-28
* Define JoinExpr structure for outer join syntax.Thomas G. Lockhart1999-02-23
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-07
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* SELECT FOR UPDATE is implemented...Vadim B. Mikheev1999-01-25
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian1998-08-03
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* GroupState changed.Vadim B. Mikheev1998-02-18
* New SubPlan node for subselects.Vadim B. Mikheev1998-02-13
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-27
* Allow internal sorts to be stored in memory rather than in files.Bruce Momjian1997-08-06
* another pass through.Marc G. Fournier1996-11-04
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-03
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* More include files cleaned upMarc G. Fournier1996-10-20
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-19
* More cleanups of the include filesMarc G. Fournier1996-08-28