summaryrefslogtreecommitdiff
path: root/doc/src/sgml/spi.sgml
Commit message (Expand)AuthorAgeFilesLines
* doc: Spell checkingPeter Eisentraut2014-07-161-1/+1
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-231-88/+88
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-251-3/+13
* Improve SPI documentation about null-flags arrays.Tom Lane2013-05-031-34/+71
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-251-0/+14
* Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane2013-01-241-16/+25
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-10/+15
* Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas2012-10-031-1/+4
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-70/+167
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-071-23/+8
* Capitalization fixesPeter Eisentraut2011-06-191-2/+2
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-081-2/+5
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-1/+1
* remove tags.Bruce Momjian2011-02-061-1/+1
* Update contrib documention mentions to point to actual documentationBruce Momjian2011-01-261-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Spell and markup checkingPeter Eisentraut2010-08-171-5/+5
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-031-3/+3
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-9/+281
* Fix manpages related to SPI functions.Alvaro Herrera2009-08-051-6/+51
* Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for theHeikki Linnakangas2009-01-211-1/+11
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-071-1/+4
* Add SPI-level support for executing SQL commands with one-time-use plans,Tom Lane2008-04-011-11/+301
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+2
* Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack beforeTom Lane2008-02-121-6/+9
* This is small patch fixes a spi example (PG_MODULE_MAGIC is required asBruce Momjian2007-09-141-2/+6
* Improve description of SPI_scroll_cursor_move's return values, per aTom Lane2007-07-051-3/+4
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-031-2/+2
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-4/+318
* Remove the prohibition on executing cursor commands through SPI_execute.Tom Lane2007-03-251-12/+2
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-151-38/+62
* Document limitation of SPI_execute() using multiple queries in a singleBruce Momjian2007-02-181-2/+3
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-011-3/+3
* Update documentation on may/can/might:Bruce Momjian2007-01-311-11/+11
* Spellchecking and suchPeter Eisentraut2006-10-231-2/+2
* Remove unhelpful/misleading advice about how to use SPI_saveplan().Tom Lane2006-09-101-5/+2
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-14/+44
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-13/+15
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-3/+1
* Fix incorrect SPI example, per Yoshihisa Nakano.Tom Lane2005-12-071-5/+5
* Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr.Neil Conway2005-09-121-2/+2
* I've had this small patch in my local tree for a while. It documentsBruce Momjian2005-07-291-3/+10
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-021-13/+13
* Add SPI_getnspname(), including documentation.Neil Conway2005-03-291-1/+55
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-221-16/+16
* Change -> and <- to use proper ampersand markups.Bruce Momjian2005-01-221-5/+5
* More minor updates and copy-editing.Tom Lane2004-12-301-33/+56
* Spell checker runPeter Eisentraut2004-12-131-5/+5
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-78/+338