OSDN Git Service

Revise collation derivation method and expression-tree representation.
[pg-rex/syncrep.git] / src / backend / commands / prepare.c
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-21 Tom LaneAdd comment about the two different query strings that...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-16 Tom LaneMake plancache store cursor options so it can pass...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-01-28 Tom LaneRemove some unnecessary conversion work in build_regtyp...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-11-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-10-21 Tom LaneFix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-24 Bruce MomjianLog queries for client-side prepare/execute. Simon...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-12 Tom LanePREPARE and EXPLAIN need to copy the source query just...
2004-12-03 Tom LaneUse StrNCpy not strncpy to fill hash key, to ensure...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-01 Peter EisentrautChange EXECUTE INTO to CREATE TABLE AS EXECUTE.
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-02-02 Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-15 Bruce MomjianRename:
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
next