aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAge
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Take fewer snapshots.Robert Haas2011-12-21
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-26
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Add comment about the two different query strings that ExecuteQuery()Tom Lane2008-07-21
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-02
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-25
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13