| Commit message (Expand) | Author | Age |
* | First pass through, of many to come, towards making the whole source | Marc G. Fournier | 1997-12-17 |
* | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian | 1997-12-11 |
* | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 |
* | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian | 1997-11-28 |
* | Cleaups of comments. | Bruce Momjian | 1997-11-27 |
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Remove unused files. | Bruce Momjian | 1997-11-21 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Call ExecEvalExpr with &isDone (not with NULL). | Vadim B. Mikheev | 1997-11-19 |
* | Define prototype for ExecutorLimit() to avoid compiler complaints. | Thomas G. Lockhart | 1997-11-17 |
* | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 |
* | Free ascii representations of compared values! | Vadim B. Mikheev | 1997-10-27 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev | 1997-10-12 |
* | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev | 1997-09-29 |
* | Make GetAttributeByNum visible again for external use. | Bruce Momjian | 1997-09-27 |
* | 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 |
* | Fix: Operand Order Affects OR. | Vadim B. Mikheev | 1997-09-22 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Fix pfree problem. | Vadim B. Mikheev | 1997-09-15 |
* | 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 |
* | Add typdefs to pgindent run. | 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 |
* | BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup. | Vadim B. Mikheev | 1997-09-01 |
* | Get rid of #include "../backend/parser/parse.h | Vadim B. Mikheev | 1997-08-31 |
* | Add spi.o | Vadim B. Mikheev | 1997-08-30 |
* | SPI manager. | Vadim B. Mikheev | 1997-08-29 |
* | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 |
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 |
* | + ExecConstraints() | Vadim B. Mikheev | 1997-08-22 |
* | DEFAULT handling | Vadim B. Mikheev | 1997-08-22 |
* | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 |
* | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal... | Bruce Momjian | 1997-08-21 |
* | More NOT_USEDs | Bruce Momjian | 1997-08-20 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |