| Commit message (Expand) | Author | Age |
* | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before | Tom Lane | 2008-02-12 |
* | This is small patch fixes a spi example (PG_MODULE_MAGIC is required as | Bruce Momjian | 2007-09-14 |
* | Improve description of SPI_scroll_cursor_move's return values, per a | Tom Lane | 2007-07-05 |
* | Fix some typos in the documentation. Patch from Brian Gough. Backport | Neil Conway | 2007-05-03 |
* | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 |
* | Remove the prohibition on executing cursor commands through SPI_execute. | Tom Lane | 2007-03-25 |
* | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 |
* | Document limitation of SPI_execute() using multiple queries in a single | Bruce Momjian | 2007-02-18 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Spellchecking and such | Peter Eisentraut | 2006-10-23 |
* | Remove unhelpful/misleading advice about how to use SPI_saveplan(). | Tom Lane | 2006-09-10 |
* | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | Fix incorrect SPI example, per Yoshihisa Nakano. | Tom Lane | 2005-12-07 |
* | Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr. | Neil Conway | 2005-09-12 |
* | I've had this small patch in my local tree for a while. It documents | Bruce Momjian | 2005-07-29 |
* | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 |
* | Add SPI_getnspname(), including documentation. | Neil Conway | 2005-03-29 |
* | More < and > cleanups converted to ampersands. | Bruce Momjian | 2005-01-22 |
* | Change -> and <- to use proper ampersand markups. | Bruce Momjian | 2005-01-22 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-30 |
* | Spell checker run | Peter Eisentraut | 2004-12-13 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Document SPI_push() and SPI_pop(). | Bruce Momjian | 2004-03-17 |
* | Fix for underscore in ID sgml markup. | Bruce Momjian | 2004-03-05 |
* | Add new SPI functions for use by PL/Java: | Bruce Momjian | 2004-03-05 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Move docs about index cost estimation functions and writing a procedural | Tom Lane | 2003-10-22 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Major cleanup of SPI chapter | Peter Eisentraut | 2003-08-27 |
* | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane | 2003-01-21 |
* | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 |
* | Update docs for new INFO, NOTICE, WARNING elog() levels. | Bruce Momjian | 2002-03-06 |
* | Deprecate 'current' date/time constant. | Thomas G. Lockhart | 2001-11-21 |
* | Overhaul SPI documentation: bring it into some semblance of agreement | Tom Lane | 2001-11-14 |
* | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 |
* | A little reformatting for better print appearance. | Peter Eisentraut | 2001-10-31 |
* | More uppercasing. | Bruce Momjian | 2001-10-12 |
* | Uppercase keywords where appropriate. | Bruce Momjian | 2001-10-12 |
* | Bunch of copy fitting and style sheet tweakage to get decent looking print | Peter Eisentraut | 2001-10-09 |
* | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 |
* | Fix typo. | Tatsuo Ishii | 2001-09-10 |
* | Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, | Tom Lane | 2001-08-02 |