aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/portalcmds.c
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* 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
* 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
* Add a couple of missing FreeQueryDesc calls. Noticed while testing aAlvaro Herrera2008-03-20
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-24
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* 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
* Fix an error in the original coding of holdable cursors: PersistHoldablePortalTom Lane2007-02-06
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-19
* pgindent run for 8.2.Bruce Momjian2006-10-04
* 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
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-18
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise handling of dropped columns in JOIN alias lists to avoid aTom Lane2005-06-03
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* PersistHoldablePortal must establish the correct value for ActiveSnapshotTom Lane2005-04-11
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-28
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17