aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/portal.h
Commit message (Expand)AuthorAge
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Enhancement of SPI to get access to portalsJan Wieck2001-05-21
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-09
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* finally, this directory is (should be!) totally cleanMarc G. Fournier1996-11-04
* remove:Marc G. Fournier1996-10-31
* More cleanups of the include filesMarc G. Fournier1996-08-28