| Commit message (Expand) | Author | Age |
* | Speedup of PL/pgSQL by calling ExecEvalExpr() directly | Jan Wieck | 1999-01-27 |
* | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 |
* | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | 1999-01-24 |
* | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | This is the final state of the rule system for 6.4 after the | Bruce Momjian | 1998-08-24 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev | 1997-09-29 |
* | Return error if char *query is null in SPI_prepare() | Vadim B. Mikheev | 1997-09-26 |
* | Fix handling of SPI_tuptable. | Vadim B. Mikheev | 1997-09-25 |
* | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart | 1997-09-24 |
* | + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations | Vadim B. Mikheev | 1997-09-24 |
* | Added: SPI_copytuple() & SPI_modifytuple() | Vadim B. Mikheev | 1997-09-12 |
* | Allow to call utility funcs without SPI_connect. | Vadim B. Mikheev | 1997-09-12 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | Use strcasecmp in SPI_fnumber(TupleDesc tupdesc, char *fname). | Vadim B. Mikheev | 1997-09-12 |
* | Cleanups. | Vadim B. Mikheev | 1997-09-11 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Cleanups. | Vadim B. Mikheev | 1997-09-06 |
* | execMain.c: little changes in trigger interface... | Vadim B. Mikheev | 1997-09-04 |
* | Get rid of #include "../backend/parser/parse.h | Vadim B. Mikheev | 1997-08-31 |
* | SPI manager. | Vadim B. Mikheev | 1997-08-29 |