]> granicus.if.org Git - postgresql/history - src/backend/nodes/list.c
Recast "ONLY" column CHECK constraints as NO INHERIT
[postgresql] / src / backend / nodes / list.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Peter EisentrautAdd const qualifiers to node inspection functions
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-03-17 Neil ConwayTrivial comment tweak.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-01 Tom LaneFastList is history, yay.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-07 Neil ConwayCleanup: move the 'Value' node into a separate file...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
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-21 Tom LaneChange parse-time representation of float literals...
2000-02-06 Tom LaneRename same() to sameseti() to have a slightly less...
2000-01-26 Bruce MomjianAdd:
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-14 Tom LaneLispUnion routine didn't generate a proper union: anytime
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-22 Bruce Momjianifdef out append().
1999-02-22 Bruce Momjianmore cleanup
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-19 Bruce MomjianReplace foo/bar to l1/l2.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-12-20 Bruce MomjianRename parameter.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01