]> granicus.if.org Git - postgresql/history - src/include/parser/parse_clause.h
Add FILLFACTOR to CREATE INDEX.
[postgresql] / src / include / parser / parse_clause.h
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-23 Tom LaneStill another place to make the world safe for zero...
2004-01-23 Neil ConwayFix a minor bug introduced by the recent CREATE TABLE...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-07 Tom Lanecreate_unique_plan() should not discard existing output...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-06-16 Tom LaneAllow GROUP BY, ORDER BY, DISTINCT targets to be unknow...
2003-06-15 Tom LaneCause GROUP BY clause to adopt ordering operators from...
2003-03-22 Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-19 Tom LaneRewrite parser's handling of INSERT ... SELECT so that...
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-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-02-23 Thomas G. LockhartAdd parameters to function calls to pass back table...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-12-29 Bruce MomjianFix for ORDER BY in UNION.
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.