| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway | 2003-12-02 | 1 | -4/+12 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 | 1 | -12/+16 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 1 | -10/+38 |
| * | _SPI_cursor_operation forgot to check for failure return from | Tom Lane | 2003-09-23 | 1 | -4/+9 |
| * | Since SPI_modifytuple's natts argument is the number of attributes to be | Tom Lane | 2003-09-16 | 1 | -2/+2 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -5/+6 |
| * | Fix nasty little order-of-operations bug in _SPI_cursor_operation. | Tom Lane | 2003-08-08 | 1 | -6/+17 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -14/+15 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 1 | -23/+33 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -6/+2 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -9/+9 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -24/+26 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 1 | -3/+3 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -150/+73 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -3/+3 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -2/+2 |
| * | Put back encoding-conversion step in processing of incoming queries; | Tom Lane | 2003-04-27 | 1 | -6/+2 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -2/+2 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+2 |
| * | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane | 2003-03-11 | 1 | -3/+6 |
| * | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 | 1 | -93/+11 |
| * | Fix SPI result logic for case where there are multiple statements of the | Tom Lane | 2003-02-14 | 1 | -1/+19 |
| * | SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned | Tom Lane | 2003-01-29 | 1 | -1/+14 |
| * | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane | 2003-01-21 | 1 | -43/+57 |
| * | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 | 1 | -12/+13 |
| * | Skip unnecessary plan-copying now that plan trees are read-only in the | Tom Lane | 2002-12-17 | 1 | -5/+2 |
| * | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 | 1 | -4/+4 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -10/+10 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 1 | -57/+53 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -6/+3 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -3/+6 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -6/+3 |
| * | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane | 2002-10-14 | 1 | -117/+212 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -6/+7 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -8/+6 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -4/+8 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -21/+1 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -2/+2 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -3/+4 |
| * | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 | 1 | -26/+34 |
| * | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 | 1 | -3/+3 |
| * | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane | 2002-02-14 | 1 | -7/+24 |
| * | SPI_cursor_open must copy by-reference parameter values into the | Tom Lane | 2002-01-03 | 1 | -6/+28 |
| * | Insert CommandCounterIncrement call into SPI_cursor_open. | Tom Lane | 2001-11-21 | 1 | -1/+4 |
| * | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 1 | -10/+3 |
| * | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 | 1 | -1/+35 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -45/+44 |