Commits

DateSubjectAuthorReleases
2000-06-29 Remove freefuncs.c, which hasn't been used in a long time and is not Tom Lane 7.1.1
2000-06-18 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the Tom Lane 7.1.1
2000-05-28 First round of changes for new fmgr interface. fmgr itself and the Tom Lane 7.1.1
2000-04-12 Ye-old pgindent run. Same 4-space tabs. Bruce Momjian 7.1.1
2000-03-14 Implement column aliases on views "CREATE VIEW name (collist)". Thomas G. Lockhart 7.1.1
2000-02-21 Change parse-time representation of float literals (which include oversize Tom Lane 7.1.1
2000-02-20 Create a new expression node type RelabelType, which exists solely to Tom Lane 7.1.1
2000-02-15 New cost model for planning, incorporating a penalty for random page Tom Lane 7.1.1
2000-02-15 Carry column aliases from the parser frontend. Enables queries like Thomas G. Lockhart 7.1.1
2000-02-07 Repair planning bugs caused by my misguided removal of restrictinfo link Tom Lane 7.1.1
2000-01-27 Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now Tom Lane 7.1.1
2000-01-26 Add: Bruce Momjian 7.1.1
2000-01-17 Create a new parsetree node type, TypeCast, so that transformation of Tom Lane 7.1.1
2000-01-09 Another round of planner/optimizer work. This is just restructuring and Tom Lane 7.1.1
1999-12-16 Some changes to prepare for LONG attributes. Jan Wieck 7.1.1
1999-11-23 Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp Bruce Momjian 7.1.1
1999-11-15 Clean up possible memory leakage in nodeSubplan Tom Lane 7.1.1
1999-08-21 Major revision of sort-node handling: push knowledge of query Tom Lane 7.1.1
1999-08-16 Major planner/optimizer revision: get rid of PathOrder node type, Tom Lane 7.1.1
1999-07-27 First cut at doing LIKE/regex indexing optimization in Tom Lane 7.1.1
1999-07-25 Remove 'restrictinfojoinid' field from RestrictInfo nodes. Tom Lane 7.1.1
1999-07-17 Move some system includes into c.h, and remove duplicates. Bruce Momjian 7.1.1
1999-07-15 Remove unused #includes in *.c files. Bruce Momjian 7.1.1
1999-07-15 Clean up #include in /include directory. Add scripts for checking includes. Bruce Momjian 7.1.1
1999-05-26 Make functions static or NOT_USED as appropriate. Bruce Momjian 7.1.1