aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* Back-patch fixes for CASE in WHERE join clauses.Tom Lane1999-07-29
* equal() needs a case for Aggref nodes, as shown by:Tom Lane1999-06-06
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-19
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-18
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Fix for _copyUnique() suggested by Hiroshi InoueTatsuo Ishii1999-04-27
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Repair some problems in planner's handling of HAVING clauses.Tom Lane1999-04-19
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane1999-03-03
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-01
* Add a few other parser-only nodes for debugging help.Thomas G. Lockhart1999-02-23
* Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart1999-02-23
* comments cleanup.Bruce Momjian1999-02-22
* ifdef out append().Bruce Momjian1999-02-22
* more cleanupBruce Momjian1999-02-22
* Final optimizer cleanups.Bruce Momjian1999-02-22
* fix compile problem.Bruce Momjian1999-02-22
* pathkeys.c cleanup.Bruce Momjian1999-02-21
* pathkeys fixesBruce Momjian1999-02-20
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* otherrels is now unjoined_relsBruce Momjian1999-02-15
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-12
* Fix optimizer and make faster.Bruce Momjian1999-02-12
* More optimizer speedups.Bruce Momjian1999-02-11
* Optmizer cleanupBruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-09
* Optimizer cleanup.Bruce Momjian1999-02-08
* Add equality checking for T_Query so that we don't getTom Lane1999-02-07
* Optimizer cleanup.Bruce Momjian1999-02-06
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* Optimizer cleanup.Bruce Momjian1999-02-05
* More optimizer cleanups.Bruce Momjian1999-02-04
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-04
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* SET_ARGS cleanupBruce Momjian1999-02-02
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-25