Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Quick hack to get CHECK working for incoming betta. | Vadim B. Mikheev | 1997-09-12 |
| | |||
* | Added: SPI_copytuple() & SPI_modifytuple() | Vadim B. Mikheev | 1997-09-12 |
| | |||
* | RelationBuildRuleLock(): char* --> Datum for ruleaction and | Vadim B. Mikheev | 1997-09-12 |
| | | | | rule_evqual_string. | ||
* | 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 |
| | |||
* | Cleanup for array fix patch. | Bruce Momjian | 1997-09-10 |
| | |||
* | Fix for arrays. | Bruce Momjian | 1997-09-10 |
| | |||
* | 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 |
| | |||
* | Lex/yacc source cleanup like indent. | Bruce Momjian | 1997-09-08 |
| | |||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 |
| | | | | indenting. Also static variable indenting. | ||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
| | |||
* | More cleanups for indent. | Bruce Momjian | 1997-09-06 |
| | |||
* | Cleanups. | Vadim B. Mikheev | 1997-09-06 |
| | |||
* | Cleanup needed for indent. | Bruce Momjian | 1997-09-06 |
| | |||
* | Cleanups needed for indent. | Bruce Momjian | 1997-09-05 |
| | |||
* | Cleanups needed for indent. | Bruce Momjian | 1997-09-05 |
| | |||
* | Cleanups needed for indent. | Bruce Momjian | 1997-09-05 |
| | |||
* | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 |
| | |||
* | Restore CurScanPosition() for flex. | Vadim B. Mikheev | 1997-09-05 |
| | | | | Fix it for lex. | ||
* | Add // comments. | Bruce Momjian | 1997-09-05 |
| | |||
* | Add comparision routines and catalog entries to support indices on | Thomas G. Lockhart | 1997-09-04 |
| | | | | datetime and timespan. | ||
* | CREATE/DROP TRIGGER syntax | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | Fixed _copyRangeTblEntry | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | execMain.c: little changes in trigger interface... | Vadim B. Mikheev | 1997-09-04 |
| | | | | | spi.c: functions to prepare/run and preserve plans for duration of transaction/session. Some data utilities. | ||
* | Before row insertion triggers call. | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | heap_destroy:RelationRemoveTriggers() | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | Remove comment line in rules section. Keith reports trouble on Solaris | Thomas G. Lockhart | 1997-09-02 |
| | | | | and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments. | ||
* | trigger_dynamic()->handle_load() func for loading SPI-triggers | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | Calls of RelationBuildTriggers() & FreeTriggerDesc() | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup. | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | BEFORE/AFTER ROW INSERT triggers startup from CopyFrom() | Vadim B. Mikheev | 1997-09-01 |
| | | | | RelationBuildTriggers() & FreeTriggerDesc() in trigger.c | ||
* | Shift time zone to GMT to correctly evaluate "current" time. | Thomas G. Lockhart | 1997-09-01 |
| | |||
* | Add SQL92 string handling features (SUBSTRING, TRIM, EXTRACT). | Thomas G. Lockhart | 1997-09-01 |
| | | | | | | | Add parsing for UNION and outer JOINs. Implement SQL92 "WITH TIME ZONE". Allow some reserved words as identifiers and column labels. Clean up indentation and "orphan spaces and tabs". | ||
* | Add detection and warnings for UNION and HAVING clauses. | Thomas G. Lockhart | 1997-09-01 |
| | | | | Generate non-fatal warning only and proceed by ignoring clauses. | ||
* | Add more reserved words, mostly for SQL92 compliance. | Thomas G. Lockhart | 1997-09-01 |
| | | | | Include reserved words for string handling, outer joins, and unions. | ||
* | Use exclusive states for parsing quoted strings. | Thomas G. Lockhart | 1997-09-01 |
| | | | | | | Implement extended comments ("/* ... */") using exclusive states. Modify definitions of operators to remove some restrictions on characters and character order. | ||
* | CREATE/DROP TRIGGER | Vadim B. Mikheev | 1997-08-31 |
| | |||
* | Get rid of #include "../backend/parser/parse.h | Vadim B. Mikheev | 1997-08-31 |
| | |||
* | Workplace for CREATE/DROP TRIGGER | Vadim B. Mikheev | 1997-08-31 |
| | |||
* | Indexing of pg_trigger | Vadim B. Mikheev | 1997-08-31 |
| | |||
* | Add spi.o | Vadim B. Mikheev | 1997-08-30 |
| | |||
* | TupleUpdatedByCurXactAndCmd () changed due to | Vadim B. Mikheev | 1997-08-29 |
| | | | | | | Fix very old bug which made tuples changed/inserted by a commnd visible to command itself (so we had multiple update of updated tuples, etc). | ||
* | New results destination for SPI manager. | Vadim B. Mikheev | 1997-08-29 |
| | |||
* | SPI manager. | Vadim B. Mikheev | 1997-08-29 |
| | |||
* | Fix very old bug which made tuples changed/inserted by a commnd | Vadim B. Mikheev | 1997-08-29 |
| | | | | | visible to command itself (so we had multiple update of updated tuples, etc). | ||
* | Fix time_cmp | Vadim B. Mikheev | 1997-08-28 |
| | |||
* | Clean CommandInfo after posting to client. | Vadim B. Mikheev | 1997-08-28 |
| |