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. | Bruce Momjian | 1997-09-05 |
| | |||
* | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 |
| | |||
* | cleanup. | Bruce Momjian | 1997-09-05 |
| | |||
* | Restore CurScanPosition() for flex. | Vadim B. Mikheev | 1997-09-05 |
| | | | | Fix it for lex. | ||
* | Cleanup. | Bruce Momjian | 1997-09-05 |
| | |||
* | Better error reporting. | Bruce Momjian | 1997-09-05 |
| | |||
* | Add // comments. | Bruce Momjian | 1997-09-05 |
| | |||
* | More tab cleanup. | Bruce Momjian | 1997-09-04 |
| | |||
* | Add comparision routines to support indices on datetime and timespan. | Thomas G. Lockhart | 1997-09-04 |
| | |||
* | Add comparision routines and catalog entries to support indices on | Thomas G. Lockhart | 1997-09-04 |
| | | | | datetime and timespan. | ||
* | Tabs in comments fix. | Bruce Momjian | 1997-09-04 |
| | |||
* | Fix for dashes in comments. | Bruce Momjian | 1997-09-04 |
| | |||
* | Fix conditional casting. | Bruce Momjian | 1997-09-04 |
| | |||
* | Fix syntax error in psql help. | Bruce Momjian | 1997-09-04 |
| | |||
* | struct Trigger changed | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | Prototypes, definitions... | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | pg_trigger changed | Vadim B. Mikheev | 1997-09-04 |
| | |||
* | 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 |
| | |||
* | Fix syntax error. | Bruce Momjian | 1997-09-03 |
| | |||
* | 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. | ||
* | Triggers added to Relation | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | + Member for actions in CreateTrigStmt. | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | Function prototypes. | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | #define TriggerRelationName "pg_trigger" | Vadim B. Mikheev | 1997-09-01 |
| | |||
* | 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 | ||
* | Update information and query results for upcoming v6.2 release. | Thomas G. Lockhart | 1997-09-01 |
| | |||
* | Test new intersection and closest point operators. | Thomas G. Lockhart | 1997-09-01 |
| | | | | | Fix up results labels on queries. Update existing queries which now return good results. | ||
* | Test new intersection and closest point operators. | Thomas G. Lockhart | 1997-09-01 |
| | | | | Fix up results labels on queries. | ||
* | Test for "current" time by comparing against "now". | Thomas G. Lockhart | 1997-09-01 |
| | |||
* | Shift time zone to GMT to correctly evaluate "current" time. | Thomas G. Lockhart | 1997-09-01 |
| | |||
* | Rearrange scanning code to support extended comments. | Thomas G. Lockhart | 1997-09-01 |
| | | | | Use #define symbols rather than integers for scanning states. | ||
* | Add structure for subselects. | Thomas G. Lockhart | 1997-09-01 |
| | | | | Add field to support "WITH TIME ZONE". | ||
* | 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. | ||
* | Fix return value data type declarations for box_circle() and poly_circle(). | Thomas G. Lockhart | 1997-09-01 |
| | |||
* | CREATE/DROP TRIGGER statement nodes | Vadim B. Mikheev | 1997-08-31 |
| | |||
* | CREATE/DROP TRIGGER functions | Vadim B. Mikheev | 1997-08-31 |
| |