Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Fix for "default = '...'" in CREATE TYPE | Vadim B. Mikheev | 1997-08-28 |
| | |||
* | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 |
| | |||
* | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev | 1997-08-27 |
| | |||
* | Remove unneeded stat calls. | Bruce Momjian | 1997-08-27 |
| | |||
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 |
| | |||
* | Fix for pointer arithmetic. | Bruce Momjian | 1997-08-26 |
| | |||
* | Change void * to Dllist*. | Bruce Momjian | 1997-08-26 |
| | |||
* | pg_password utility. Cleanup for psql passwords. New datetime contrib ↵ | Bruce Momjian | 1997-08-25 |
| | | | | stuff for new version. Fix for strutils needing config.h. | ||
* | Small cleanup. | Bruce Momjian | 1997-08-25 |
| | |||
* | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 |
| | |||
* | Remove compile warning. | Bruce Momjian | 1997-08-22 |
| | |||
* | Restore CONSTRAINT keyword (was lost ... by unknown way) | Vadim B. Mikheev | 1997-08-22 |
| | |||
* | + ExecConstraints() | Vadim B. Mikheev | 1997-08-22 |
| | |||
* | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 |
| | | | | | elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom | ||
* | Remove DEFAULT/CHECK infos from catalog on DROP TABLE | Vadim B. Mikheev | 1997-08-22 |
| | | | | Store CHECK infos on CREATE TABLE | ||
* | We store Cash/money as int of size 4, so make it an int rather than a long. | Bruce Momjian | 1997-08-22 |
| |