aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAge
* 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
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Remove some unnecessary conversion work in build_regtype_array().Tom Lane2007-01-28
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-16
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-08
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-29