| Commit message (Expand) | Author | Age |
* | Clean up sloppy coding of _outAExpr(). | Tom Lane | 2000-05-25 |
* | Tweak outUnique to include uniqColIdx[] field in the printout. This does | Tom Lane | 2000-04-26 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add copyObject logic for TruncateStmt and a few other utility-statement | Tom Lane | 2000-04-08 |
* | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane | 2000-04-04 |
* | outfuncs.c was missing a print routine for Material plan nodes, leading | Tom Lane | 2000-03-24 |
* | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane | 2000-03-22 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | equalAttr() had its strcmp test backwards :-( | Tom Lane | 2000-03-01 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 |
* | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 |
* | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 |
* | Hmm, equalfuncs didn't know about SortClause or GroupClause | Tom Lane | 2000-01-31 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 |
* | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 |
* | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane | 2000-01-14 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | Clean up handling of explicit NULL constants. Cases like | Tom Lane | 1999-12-24 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Teach grammar and parser about aggregate(DISTINCT ...). No implementation | Tom Lane | 1999-12-10 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Clean up possible memory leakage in nodeSubplan | Tom Lane | 1999-11-15 |
* | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 |
* | Eliminate some unbelievably cheesy code in _copyConst(). | Tom Lane | 1999-11-01 |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 |
* | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 |
* | Minor improvements to stringinfo package to make it more | Tom Lane | 1999-08-31 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | LispUnion routine didn't generate a proper union: anytime | Tom Lane | 1999-08-14 |
* | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 |
* | Add equal() funcs for Case nodes ... amazing we had not | Tom Lane | 1999-07-29 |
* | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 |
* | Remove 'restrictinfojoinid' field from RestrictInfo nodes. | Tom Lane | 1999-07-25 |
* | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 |
* | Fix typo in _outArrayRef(). | Tom Lane | 1999-07-18 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |