| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: Spell checking | Peter Eisentraut | 2014-07-16 | 1 | -1/+1 |
| * | doc: Improve DocBook XML validity | Peter Eisentraut | 2014-02-23 | 1 | -88/+88 |
| * | Prevent leakage of SPI tuple tables during subtransaction abort. | Tom Lane | 2013-07-25 | 1 | -3/+13 |
| * | Improve SPI documentation about null-flags arrays. | Tom Lane | 2013-05-03 | 1 | -34/+71 |
| * | Change plan caching to honor, not resist, changes in search_path. | Tom Lane | 2013-01-25 | 1 | -0/+14 |
| * | Fix SPI documentation for new handling of ExecutorRun's count parameter. | Tom Lane | 2013-01-24 | 1 | -16/+25 |
| * | Invent a "one-shot" variant of CachedPlans for better performance. | Tom Lane | 2013-01-04 | 1 | -10/+15 |
| * | Return the number of rows processed when COPY is executed through SPI. | Heikki Linnakangas | 2012-10-03 | 1 | -1/+4 |
| * | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 | 1 | -70/+167 |
| * | Fix a whitespace issue with the man pages | Peter Eisentraut | 2011-08-07 | 1 | -23/+8 |
| * | Capitalization fixes | Peter Eisentraut | 2011-06-19 | 1 | -2/+2 |
| * | Avoid extra whitespace in the arguments of <indexterm>. | Tom Lane | 2011-04-08 | 1 | -2/+5 |
| * | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 | 1 | -1/+1 |
| * | remove tags. | Bruce Momjian | 2011-02-06 | 1 | -1/+1 |
| * | Update contrib documention mentions to point to actual documentation | Bruce Momjian | 2011-01-26 | 1 | -2/+2 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Spell and markup checking | Peter Eisentraut | 2010-08-17 | 1 | -5/+5 |
| * | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 | 1 | -3/+3 |
| * | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 | 1 | -9/+281 |
| * | Fix manpages related to SPI functions. | Alvaro Herrera | 2009-08-05 | 1 | -6/+51 |
| * | Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for the | Heikki Linnakangas | 2009-01-21 | 1 | -1/+11 |
| * | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 | 1 | -1/+4 |
| * | Add SPI-level support for executing SQL commands with one-time-use plans, | Tom Lane | 2008-04-01 | 1 | -11/+301 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -3/+2 |
| * | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before | Tom Lane | 2008-02-12 | 1 | -6/+9 |
| * | This is small patch fixes a spi example (PG_MODULE_MAGIC is required as | Bruce Momjian | 2007-09-14 | 1 | -2/+6 |
| * | Improve description of SPI_scroll_cursor_move's return values, per a | Tom Lane | 2007-07-05 | 1 | -3/+4 |
| * | Fix some typos in the documentation. Patch from Brian Gough. Backport | Neil Conway | 2007-05-03 | 1 | -2/+2 |
| * | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane | 2007-04-16 | 1 | -4/+318 |
| * | Remove the prohibition on executing cursor commands through SPI_execute. | Tom Lane | 2007-03-25 | 1 | -12/+2 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 1 | -38/+62 |
| * | Document limitation of SPI_execute() using multiple queries in a single | Bruce Momjian | 2007-02-18 | 1 | -2/+3 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 | 1 | -3/+3 |
| * | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 | 1 | -11/+11 |
| * | Spellchecking and such | Peter Eisentraut | 2006-10-23 | 1 | -2/+2 |
| * | Remove unhelpful/misleading advice about how to use SPI_saveplan(). | Tom Lane | 2006-09-10 | 1 | -5/+2 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -14/+44 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -13/+15 |
| * | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 | 1 | -3/+1 |
| * | Fix incorrect SPI example, per Yoshihisa Nakano. | Tom Lane | 2005-12-07 | 1 | -5/+5 |
| * | Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr. | Neil Conway | 2005-09-12 | 1 | -2/+2 |
| * | I've had this small patch in my local tree for a while. It documents | Bruce Momjian | 2005-07-29 | 1 | -3/+10 |
| * | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway | 2005-05-02 | 1 | -13/+13 |
| * | Add SPI_getnspname(), including documentation. | Neil Conway | 2005-03-29 | 1 | -1/+55 |
| * | More < and > cleanups converted to ampersands. | Bruce Momjian | 2005-01-22 | 1 | -16/+16 |
| * | Change -> and <- to use proper ampersand markups. | Bruce Momjian | 2005-01-22 | 1 | -5/+5 |
| * | More minor updates and copy-editing. | Tom Lane | 2004-12-30 | 1 | -33/+56 |
| * | Spell checker run | Peter Eisentraut | 2004-12-13 | 1 | -5/+5 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -78/+338 |