summaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-241-3/+4
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-64/+18
* 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/+9
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-29/+39
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-6/+4
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-061-4/+12
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-3/+2
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-2/+2
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-3/+3
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-3/+3
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-1/+2
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-2/+2
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-11/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-2/+7
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-41/+36
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-031-1/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-2/+2
* PersistHoldablePortal must establish the correct value for ActiveSnapshotTom Lane2005-04-111-1/+6
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-281-2/+11
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-2/+2
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-2/+2
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-1/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-17/+17
* 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-4/+15
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-65/+92
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-16/+26
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-111-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-5/+5
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-1/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut2003-08-241-14/+9
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-31/+33