Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-06 | Cleanups. | Vadim B. Mikheev | |
1997-09-06 | New entab version. | Bruce Momjian | |
1997-09-06 | New entab version. | Bruce Momjian | |
1997-09-06 | Update entab version. | Bruce Momjian | |
1997-09-06 | Fix for entab. | Bruce Momjian | |
1997-09-06 | Cleanup 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. | 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 | |
Fix it for lex. | |||
1997-09-05 | Cleanup. | Bruce Momjian | |
1997-09-05 | Better error reporting. | Bruce Momjian | |
1997-09-05 | Add // comments. | Bruce Momjian | |
1997-09-04 | 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 | |
datetime and timespan. | |||
1997-09-04 | 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 | |
spi.c: functions to prepare/run and preserve plans for duration of transaction/session. Some data utilities. | |||
1997-09-04 | Before row insertion triggers call. | Vadim B. Mikheev | |
1997-09-04 | heap_destroy:RelationRemoveTriggers() | Vadim B. Mikheev | |
1997-09-03 | Fix syntax error. | Bruce Momjian | |
1997-09-02 | Remove comment line in rules section. Keith reports trouble on Solaris | Thomas G. Lockhart | |
and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments. | |||
1997-09-01 | 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 | |
RelationBuildTriggers() & FreeTriggerDesc() in trigger.c | |||
1997-09-01 | 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 | |
Fix up results labels on queries. Update existing queries which now return good results. | |||
1997-09-01 | Test new intersection and closest point operators. | Thomas G. Lockhart | |
Fix up results labels on queries. | |||
1997-09-01 | 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 | |
Use #define symbols rather than integers for scanning states. | |||
1997-09-01 | Add structure for subselects. | Thomas G. Lockhart | |
Add field to support "WITH TIME ZONE". | |||
1997-09-01 | Add SQL92 string handling features (SUBSTRING, TRIM, EXTRACT). | Thomas G. Lockhart | |
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". | |||
1997-09-01 | Add detection and warnings for UNION and HAVING clauses. | Thomas G. Lockhart | |
Generate non-fatal warning only and proceed by ignoring clauses. |