aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/spi.sgml
Commit message (Expand)AuthorAge
* Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack beforeTom Lane2008-02-12
* This is small patch fixes a spi example (PG_MODULE_MAGIC is required asBruce Momjian2007-09-14
* Improve description of SPI_scroll_cursor_move's return values, per aTom Lane2007-07-05
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-03
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* Remove the prohibition on executing cursor commands through SPI_execute.Tom Lane2007-03-25
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Document limitation of SPI_execute() using multiple queries in a singleBruce Momjian2007-02-18
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Spellchecking and suchPeter Eisentraut2006-10-23
* Remove unhelpful/misleading advice about how to use SPI_saveplan().Tom Lane2006-09-10
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Fix incorrect SPI example, per Yoshihisa Nakano.Tom Lane2005-12-07
* Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr.Neil Conway2005-09-12
* I've had this small patch in my local tree for a while. It documentsBruce Momjian2005-07-29
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-02
* Add SPI_getnspname(), including documentation.Neil Conway2005-03-29
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-22
* Change -> and <- to use proper ampersand markups.Bruce Momjian2005-01-22
* More minor updates and copy-editing.Tom Lane2004-12-30
* Spell checker runPeter Eisentraut2004-12-13
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Document SPI_push() and SPI_pop().Bruce Momjian2004-03-17
* Fix for underscore in ID sgml markup.Bruce Momjian2004-03-05
* Add new SPI functions for use by PL/Java:Bruce Momjian2004-03-05
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Move docs about index cost estimation functions and writing a proceduralTom Lane2003-10-22
* Add/edit index entries.Peter Eisentraut2003-08-31
* Major cleanup of SPI chapterPeter Eisentraut2003-08-27
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Update docs for new INFO, NOTICE, WARNING elog() levels.Bruce Momjian2002-03-06
* Deprecate 'current' date/time constant.Thomas G. Lockhart2001-11-21
* Overhaul SPI documentation: bring it into some semblance of agreementTom Lane2001-11-14
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-05
* A little reformatting for better print appearance.Peter Eisentraut2001-10-31
* More uppercasing.Bruce Momjian2001-10-12
* Uppercase keywords where appropriate.Bruce Momjian2001-10-12
* Bunch of copy fitting and style sheet tweakage to get decent looking printPeter Eisentraut2001-10-09
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Fix typo.Tatsuo Ishii2001-09-10
* Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane2001-08-02