aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Cleanup needed for indent.Bruce Momjian1997-09-06
|
* Cleanups needed for indent.Bruce Momjian1997-09-05
|
* Cleanups needed for indent.Bruce Momjian1997-09-05
|
* Cleanups needed for indent.Bruce Momjian1997-09-05
|
* Cleanups needed for indent.Bruce Momjian1997-09-05
|
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
|
* cleanup.Bruce Momjian1997-09-05
|
* Restore CurScanPosition() for flex.Vadim B. Mikheev1997-09-05
| | | | Fix it for lex.
* Cleanup.Bruce Momjian1997-09-05
|
* Better error reporting.Bruce Momjian1997-09-05
|
* Add // comments.Bruce Momjian1997-09-05
|
* More tab cleanup.Bruce Momjian1997-09-04
|
* Add comparision routines to support indices on datetime and timespan.Thomas G. Lockhart1997-09-04
|
* Add comparision routines and catalog entries to support indices onThomas G. Lockhart1997-09-04
| | | | datetime and timespan.
* Tabs in comments fix.Bruce Momjian1997-09-04
|
* Fix for dashes in comments.Bruce Momjian1997-09-04
|
* Fix conditional casting.Bruce Momjian1997-09-04
|
* Fix syntax error in psql help.Bruce Momjian1997-09-04
|
* struct Trigger changedVadim B. Mikheev1997-09-04
|
* Prototypes, definitions...Vadim B. Mikheev1997-09-04
|
* pg_trigger changedVadim B. Mikheev1997-09-04
|
* CREATE/DROP TRIGGER syntaxVadim B. Mikheev1997-09-04
|
* Fixed _copyRangeTblEntryVadim B. Mikheev1997-09-04
|
* execMain.c: little changes in trigger interface...Vadim B. Mikheev1997-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. Mikheev1997-09-04
|
* heap_destroy:RelationRemoveTriggers()Vadim B. Mikheev1997-09-04
|
* Fix syntax error.Bruce Momjian1997-09-03
|
* Remove comment line in rules section. Keith reports trouble on SolarisThomas G. Lockhart1997-09-02
| | | | and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
* Triggers added to RelationVadim B. Mikheev1997-09-01
|
* + Member for actions in CreateTrigStmt.Vadim B. Mikheev1997-09-01
|
* Function prototypes.Vadim B. Mikheev1997-09-01
|
* #define TriggerRelationName "pg_trigger"Vadim B. Mikheev1997-09-01
|
* trigger_dynamic()->handle_load() func for loading SPI-triggersVadim B. Mikheev1997-09-01
|
* Calls of RelationBuildTriggers() & FreeTriggerDesc()Vadim B. Mikheev1997-09-01
|
* BEFORE/AFTER ROW INSERT/DELETE/UPDATE triggers startup.Vadim B. Mikheev1997-09-01
|
* BEFORE/AFTER ROW INSERT triggers startup from CopyFrom()Vadim B. Mikheev1997-09-01
| | | | RelationBuildTriggers() & FreeTriggerDesc() in trigger.c
* Update information and query results for upcoming v6.2 release.Thomas G. Lockhart1997-09-01
|
* Test new intersection and closest point operators.Thomas G. Lockhart1997-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. Lockhart1997-09-01
| | | | Fix up results labels on queries.
* Test for "current" time by comparing against "now".Thomas G. Lockhart1997-09-01
|
* Shift time zone to GMT to correctly evaluate "current" time.Thomas G. Lockhart1997-09-01
|
* Rearrange scanning code to support extended comments.Thomas G. Lockhart1997-09-01
| | | | Use #define symbols rather than integers for scanning states.
* Add structure for subselects.Thomas G. Lockhart1997-09-01
| | | | Add field to support "WITH TIME ZONE".
* Add SQL92 string handling features (SUBSTRING, TRIM, EXTRACT).Thomas G. Lockhart1997-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. Lockhart1997-09-01
| | | | Generate non-fatal warning only and proceed by ignoring clauses.
* Add more reserved words, mostly for SQL92 compliance.Thomas G. Lockhart1997-09-01
| | | | Include reserved words for string handling, outer joins, and unions.
* Use exclusive states for parsing quoted strings.Thomas G. Lockhart1997-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. Lockhart1997-09-01
|
* CREATE/DROP TRIGGER statement nodesVadim B. Mikheev1997-08-31
|
* CREATE/DROP TRIGGER functionsVadim B. Mikheev1997-08-31
|