]> granicus.if.org Git - postgresql/history - src/backend/nodes/print.c
Make some small planner API cleanups.
[postgresql] / src / backend / nodes / print.c
2019-01-29 Tom LaneMake some small planner API cleanups.
2019-01-28 Tom LaneIn the planner, replace an empty FROM clause with a...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Peter EisentrautAdd const qualifiers to node inspection functions
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
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-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
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-05-08 Tom LaneAlter string format used for integer and OID lists...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-01-22 Tom LaneImprove print_expr() a little. It's still not very...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2001-12-20 Bruce MomjianMIN() -> Min, fixes compile problem.
2001-12-19 Tom LaneFix buffer-overrun problem in pretty printer.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneExtend code that deduces implied equality clauses to...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
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-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-02-22 Bruce Momjianfix compile problem.
1999-02-21 Bruce Momjianpathkeys.c cleanup.
1999-02-20 Bruce Momjianpathkeys fixes
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-10 Bruce MomjianRename Path.keys to Path.pathkeys. Too many 'keys...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-16 Thomas G. LockhartCheck for null pointer returned from get_opname().
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-20 Bruce MomjianParser cleanup.
next