OSDN Git Service

Keep the contents of ItemPointerData not the pointers so that
[pg-rex/syncrep.git] / src / include / nodes / execnodes.h
2001-09-29 Hiroshi InoueKeep the contents of ItemPointerData not the pointers...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-27 Tom LaneWhen using a junkfilter, the output tuple should NOT...
2001-05-15 Tom LaneEvalPlanQual was thoroughly broken for concurrent updat...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-22 Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-06 Tom LaneClean up inefficiency in ExecRelCheck, and cause it...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-09-26 Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-18 Tom LaneRemove no-longer-used fields in Hash and HashJoin nodes.
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-02-28 Tom LaneFix executor to work correctly with mergejoins where...
1999-02-23 Thomas G. LockhartDefine JoinExpr structure for outer join syntax.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Jan WieckChanged ExecConstraints() and ExecRelCheck() to cache...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-03 Bruce MomjianUpdate mark/reset index code for multiple indexes,...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-18 Vadim B. MikheevGroupState changed.
1998-02-13 Vadim B. MikheevNew SubPlan node for subselects.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-27 Vadim B. MikheevNumber of tuples inserted/affected by INSERT/UPDATE...
1997-08-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1996-11-04 Marc G. Fournieranother pass through.
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-20 Marc G. FournierMore include files cleaned up
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-08-28 Marc G. FournierMore cleanups of the include files