summaryrefslogtreecommitdiff
path: root/src/backend/commands/prepare.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-201-2/+2
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-25/+2
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-2/+25
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-14/+14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-1/+5
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-5/+5
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-161-17/+24
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-5/+137
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-141-1/+25
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-291-3/+7
* Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we wereTom Lane2005-10-211-1/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-41/+41
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-221-1/+53
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-1/+2
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-4/+4
* Log queries for client-side prepare/execute. Simon RiggsBruce Momjian2005-05-241-3/+6
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* PREPARE and EXPLAIN need to copy the source query just like we recentlyTom Lane2004-12-121-2/+13
* Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane2004-12-031-5/+3
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-251-4/+1
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-3/+5
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-5/+6
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-111-2/+2