| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -45/+44 |
| * | Make SPI's column-accessing functions work for system columns as well as | Tom Lane | 2001-10-23 | 1 | -21/+61 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -5/+3 |
| * | Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, | Tom Lane | 2001-08-02 | 1 | -3/+30 |
| * | Tweak memory context sizing for saved SPI plans. | Tom Lane | 2001-08-02 | 1 | -20/+27 |
| * | If spi.c wants to use malloc, it better test for malloc failure. | Tom Lane | 2001-06-01 | 1 | -7/+17 |
| * | Enhancement of SPI to get access to portals | Jan Wieck | 2001-05-21 | 1 | -9/+312 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -20/+19 |
| * | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | 2001-02-19 | 1 | -5/+13 |
| * | Repair guaranteed core dump in SPI_exec(). Guess this routine wasn't | Tom Lane | 2001-01-04 | 1 | -3/+6 |
| * | Make tuple receive/print routines TOAST-aware. Formerly, printtup would | Tom Lane | 2000-12-01 | 1 | -9/+27 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -4/+7 |
| * | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -37/+2 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -110/+56 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -3/+5 |
| * | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane | 2000-04-04 | 1 | -9/+10 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -1/+21 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -5/+5 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -31/+33 |
| * | Rip out QueryTreeList structure, root and branch. Querytree | Tom Lane | 1999-05-13 | 1 | -47/+31 |
| * | Small cleanups. | Bruce Momjian | 1999-03-30 | 1 | -2/+2 |
| * | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier | 1999-03-09 | 1 | -4/+4 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -4/+4 |
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 1 | -2/+37 |
| * | Speedup of PL/pgSQL by calling ExecEvalExpr() directly | Jan Wieck | 1999-01-27 | 1 | -23/+14 |
| * | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 | 1 | -4/+2 |
| * | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | 1999-01-24 | 1 | -6/+6 |
| * | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -47/+5 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -7/+8 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+2 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -61/+61 |
| * | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 | 1 | -1/+1 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -1/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -51/+52 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 1 | -1/+1 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -1/+3 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -3/+3 |
| * | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 | 1 | -1/+1 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -0/+1 |
| * | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev | 1997-09-29 | 1 | -0/+6 |
| * | Return error if char *query is null in SPI_prepare() | Vadim B. Mikheev | 1997-09-26 | 1 | -1/+1 |
| * | Fix handling of SPI_tuptable. | Vadim B. Mikheev | 1997-09-25 | 1 | -19/+12 |
| * | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 | 1 | -1/+1 |
| * | + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations | Vadim B. Mikheev | 1997-09-24 | 1 | -0/+65 |
| * | Added: SPI_copytuple() & SPI_modifytuple() | Vadim B. Mikheev | 1997-09-12 | 1 | -6/+103 |
| * | Allow to call utility funcs without SPI_connect. | Vadim B. Mikheev | 1997-09-12 | 1 | -47/+5 |