1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00
Commit Graph

40858 Commits

Author SHA1 Message Date
2d0e6b0ff7 Test new intersection and closest point operators.
Fix up results labels on queries.
1997-09-01 06:18:45 +00:00
f2a9e203e8 Test for "current" time by comparing against "now". 1997-09-01 06:16:08 +00:00
98462b73f8 Shift time zone to GMT to correctly evaluate "current" time. 1997-09-01 06:13:21 +00:00
b776831e8b Rearrange scanning code to support extended comments.
Use #define symbols rather than integers for scanning states.
1997-09-01 06:09:53 +00:00
1bf90bc7d3 Add structure for subselects.
Add field to support "WITH TIME ZONE".
1997-09-01 06:04:59 +00:00
570620c569 Add SQL92 string handling features (SUBSTRING, TRIM, EXTRACT).
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 06:00:35 +00:00
05cdb99bfb Add detection and warnings for UNION and HAVING clauses.
Generate non-fatal warning only and proceed by ignoring clauses.
1997-09-01 05:56:34 +00:00
05eb632864 Add more reserved words, mostly for SQL92 compliance.
Include reserved words for string handling, outer joins, and unions.
1997-09-01 05:53:31 +00:00
559a28747a Use exclusive states for parsing quoted strings.
Implement extended comments ("/* ... */") using exclusive states.
Modify definitions of operators to remove some restrictions on characters
 and character order.
1997-09-01 05:51:52 +00:00
1370a08746 Fix return value data type declarations for box_circle() and poly_circle(). 1997-09-01 05:46:09 +00:00
8dd090f6da CREATE/DROP TRIGGER statement nodes 1997-08-31 11:43:09 +00:00
bcf03a7ed6 CREATE/DROP TRIGGER functions 1997-08-31 11:42:21 +00:00
502f6f3889 CREATE/DROP TRIGGER 1997-08-31 11:41:55 +00:00
d65584d297 Get rid of #include "../backend/parser/parse.h 1997-08-31 11:41:20 +00:00
4e9a3f4ef0 Workplace for CREATE/DROP TRIGGER 1997-08-31 11:40:13 +00:00
f2cc46dd54 Indexing of pg_trigger 1997-08-31 09:56:18 +00:00
2d7b93c0ca Welcome, triggers 1997-08-31 09:55:24 +00:00
6a061da272 Update patch from Peter <patches@maidast.demon.co.uk> 1997-08-31 08:15:13 +00:00
0b6dc93b32 Add spi.o 1997-08-30 10:28:47 +00:00
65191fabfd indent flag change. 1997-08-29 21:41:33 +00:00
0aea0f2063 Cleanup. 1997-08-29 21:20:09 +00:00
fddc57bfcd Add PGINDENT and support program. 1997-08-29 21:13:00 +00:00
448332a769 TupleUpdatedByCurXactAndCmd () changed due to
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).
1997-08-29 09:12:20 +00:00
d8933d5cff New results destination for SPI manager. 1997-08-29 09:06:27 +00:00
0d0254d1fb SPI manager. 1997-08-29 09:05:57 +00:00
3152996ffb 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).
1997-08-29 09:05:25 +00:00
e06099c607 heap_getattr fix for aix. 1997-08-29 00:44:55 +00:00
8fd0898814 Fix time_cmp 1997-08-28 05:06:29 +00:00
ed118276e3 Clean CommandInfo after posting to client. 1997-08-28 05:05:43 +00:00
becd2f9b82 Fix for "default = '...'" in CREATE TYPE 1997-08-28 05:02:01 +00:00
174bc0c1e7 Tests for CHECK/DEFAULT 1997-08-28 04:49:34 +00:00
3751b49545 Number of tuples inserted/affected by INSERT/UPDATE/DELETE... 1997-08-27 09:05:24 +00:00
40ac5a692b heap_delete returns int now (for non-functional deletes). 1997-08-27 09:03:47 +00:00
ceac1d5a4e Only need to check for strerror once :) 1997-08-27 05:06:20 +00:00
ed7a17dca0 Remove unneeded stat calls. 1997-08-27 03:48:50 +00:00
75c6c2b608 Inlined heap_getattr(). 1997-08-26 23:31:58 +00:00
20afa04d03 Fix for pointer arithmetic. 1997-08-26 19:24:36 +00:00
6451b04a08 rename sections. 1997-08-26 17:39:32 +00:00
ed626314e6 unix.1 renamed to pgintro.1. 1997-08-26 17:30:09 +00:00
99e9deac73 Manual page renaming. 1997-08-26 17:00:23 +00:00
5927d47b4f Change void * to Dllist*. 1997-08-26 14:05:47 +00:00
0bdd6d1e00 pg_passwd cleanup. 1997-08-25 23:28:04 +00:00
86062218da pg_passwd cleanup. 1997-08-25 23:11:21 +00:00
c6e7baa7e1 pg_passwd cleanup 1997-08-25 20:00:03 +00:00
f8fda03d12 pg_password utility. Cleanup for psql passwords. New datetime contrib stuff for new version. Fix for strutils needing config.h. 1997-08-25 19:41:52 +00:00
8d0e658d06 Small cleanup. 1997-08-25 04:15:40 +00:00
c4cb617504 Major patch to speed up backend startup after profiling analysis. 1997-08-24 23:08:01 +00:00
281ba3f40d Update .similar version file. 1997-08-22 18:48:25 +00:00
e045278e7e Fix for no NULL in CREATE TABLE. 1997-08-22 17:15:41 +00:00
50881e336b Remove compile warning. 1997-08-22 16:48:14 +00:00