summaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-291-8/+4
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-1/+6
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-101-7/+4
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-261-10/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-021-3/+10
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+5
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-131-3/+3
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-2/+4
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-2/+3
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-1/+2
* Add comment about the two different query strings that ExecuteQuery()Tom Lane2008-07-211-1/+7
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-12/+8
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+1
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-021-2/+6
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-5/+3
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-251-5/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-15/+15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-2/+2
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-13/+5
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-251-19/+2
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-15/+9
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-261-73/+80
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-161-1/+4
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-2/+2
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-2/+30
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-257/+294
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-95/+91
* Remove some unnecessary conversion work in build_regtype_array().Tom Lane2007-01-281-7/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-21/+19
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-271-18/+4
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-2/+1
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-1/+2
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-1/+2
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-3/+3
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+8
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-6/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+2