summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
1999-02-21pathkeys.c cleanup.Bruce Momjian
1999-02-20pathkeys fixesBruce Momjian
1999-02-18Fix bushy plans. Cleanup.Bruce Momjian
1999-02-15otherrels is now unjoined_relsBruce Momjian
1999-02-15Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-12JoinPath -> NestPath for nested loop.Bruce Momjian
1999-02-12Fix optimizer and make faster.Bruce Momjian
1999-02-11More optimizer speedups.Bruce Momjian
1999-02-10Optmizer cleanupBruce Momjian
1999-02-10Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian
1999-02-09Rename Temp to Noname for noname tables.Bruce Momjian
1999-02-09Major optimizer improvement for joining a large number of tables.Bruce Momjian
1999-02-08Optimizer cleanup.Bruce Momjian
1999-02-07Add equality checking for T_Query so that we don't getTom Lane
1999-02-06Optimizer cleanup.Bruce Momjian
1999-02-06New alloc set code using a memory block pool for small allocations.Jan Wieck
1999-02-05Optimizer cleanup.Bruce Momjian
1999-02-04More optimizer cleanups.Bruce Momjian
1999-02-04More optimizer renaming HInfo -> HashInfo.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-03Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian
1999-02-02SET_ARGS cleanupBruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-25Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-21It seems that SPI_prepare() doesn't work well in some cases.Bruce Momjian
1999-01-21Copy RowMark node (it's for (-:)) FOR UPDATE).Vadim B. Mikheev
1999-01-21FOR UPDATE is in parser & rules.Vadim B. Mikheev
1999-01-18Hi!Bruce Momjian
1998-12-20finished cleaning up outnodes.c ...Marc G. Fournier
1998-12-18Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck
1998-12-17From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1998-12-15More cleanups ... this is one big file *sigh*Marc G. Fournier
1998-12-15Correct some typos...Marc G. Fournier
1998-12-15More cleanups of appendStringInfo() function calls...Marc G. Fournier
1998-12-14more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier
1998-12-14Many more cleanups...Marc G. Fournier
1998-12-14Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart
1998-12-04Implement CASE expression.Thomas G. Lockhart
1998-11-22Fix using indices in OR.Vadim B. Mikheev
1998-10-22Add LIMIT syntax for Jan.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-26Make attalign match type alignment.Bruce Momjian
1998-08-16Check for null pointer returned from get_opname().Thomas G. Lockhart
1998-08-04MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian
1998-08-01Allow index use with OR clauses.Bruce Momjian