summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-09-06Cleanups.Vadim B. Mikheev
1997-09-06New entab version.Bruce Momjian
1997-09-06New entab version.Bruce Momjian
1997-09-06Update entab version.Bruce Momjian
1997-09-06Fix for entab.Bruce Momjian
1997-09-06Cleanup needed for indent.Bruce Momjian
1997-09-05Cleanups needed for indent.Bruce Momjian
1997-09-05Cleanups needed for indent.Bruce Momjian
1997-09-05Cleanups needed for indent.Bruce Momjian
1997-09-05Cleanups needed for indent.Bruce Momjian
1997-09-05Cleanups needed for indent. Remove };Bruce Momjian
1997-09-05cleanup.Bruce Momjian
1997-09-05Restore CurScanPosition() for flex.Vadim B. Mikheev
Fix it for lex.
1997-09-05Cleanup.Bruce Momjian
1997-09-05Better error reporting.Bruce Momjian
1997-09-05Add // comments.Bruce Momjian
1997-09-04More tab cleanup.Bruce Momjian
1997-09-04Add comparision routines to support indices on datetime and timespan.Thomas G. Lockhart
1997-09-04Add comparision routines and catalog entries to support indices onThomas G. Lockhart
datetime and timespan.
1997-09-04Tabs in comments fix.Bruce Momjian
1997-09-04Fix for dashes in comments.Bruce Momjian
1997-09-04Fix conditional casting.Bruce Momjian
1997-09-04Fix syntax error in psql help.Bruce Momjian
1997-09-04struct Trigger changedVadim B. Mikheev
1997-09-04Prototypes, definitions...Vadim B. Mikheev
1997-09-04pg_trigger changedVadim B. Mikheev
1997-09-04CREATE/DROP TRIGGER syntaxVadim B. Mikheev
1997-09-04Fixed _copyRangeTblEntryVadim B. Mikheev
1997-09-04execMain.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-04Before row insertion triggers call.Vadim B. Mikheev
1997-09-04heap_destroy:RelationRemoveTriggers()Vadim B. Mikheev
1997-09-03Fix syntax error.Bruce Momjian
1997-09-02Remove comment line in rules section. Keith reports trouble on SolarisThomas G. Lockhart
and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
1997-09-01Triggers added to RelationVadim B. Mikheev
1997-09-01+ Member for actions in CreateTrigStmt.Vadim B. Mikheev
1997-09-01Function prototypes.Vadim B. Mikheev
1997-09-01#define TriggerRelationName "pg_trigger"Vadim B. Mikheev
1997-09-01trigger_dynamic()->handle_load() func for loading SPI-triggersVadim B. Mikheev
1997-09-01Calls of RelationBuildTriggers() & FreeTriggerDesc()Vadim B. Mikheev
1997-09-01BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.Vadim B. Mikheev
1997-09-01BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev
RelationBuildTriggers() & FreeTriggerDesc() in trigger.c
1997-09-01Update information and query results for upcoming v6.2 release.Thomas G. Lockhart
1997-09-01Test 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-01Test new intersection and closest point operators.Thomas G. Lockhart
Fix up results labels on queries.
1997-09-01Test for "current" time by comparing against "now".Thomas G. Lockhart
1997-09-01Shift time zone to GMT to correctly evaluate "current" time.Thomas G. Lockhart
1997-09-01Rearrange scanning code to support extended comments.Thomas G. Lockhart
Use #define symbols rather than integers for scanning states.
1997-09-01Add structure for subselects.Thomas G. Lockhart
Add field to support "WITH TIME ZONE".
1997-09-01Add 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-01Add detection and warnings for UNION and HAVING clauses.Thomas G. Lockhart
Generate non-fatal warning only and proceed by ignoring clauses.