postgresql/src/backend
Thomas G. Lockhart 16d65f5c25 Add SQL/92 "constants" current_date, current_time, and current_timestamp.
Add SQL/92 types decimal and numeric (temporary for syntax support).
 These types need more support in the backend to be really implemented,
 and the parser will need to be changed at that time.
Adjust limits on precision parameters for FLOAT(p) to match IEEE-compliant
 arithmetic. Perhaps these limits should be processor-specific or obtained
 from system include files instead.
1997-09-24 17:53:53 +00:00
..
access Coerce type of NULL pointer return to suppress gcc compiler warnings. 1997-09-24 17:45:21 +00:00
bootstrap Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
catalog Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
commands Blowaway relation buffers from buffer pool before truncation. 1997-09-22 07:12:33 +00:00
executor Coerce type of NULL pointer return to suppress gcc compiler warnings. 1997-09-24 17:45:21 +00:00
lib Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
libpq Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
main Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
nodes + _copyGroup(Group *from) 1997-09-19 06:52:49 +00:00
optimizer Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
parser Add SQL/92 "constants" current_date, current_time, and current_timestamp. 1997-09-24 17:53:53 +00:00
port AIx patch from Frank Dana. 1997-09-23 17:43:33 +00:00
postmaster Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
regex Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
rewrite Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
storage Blowaway relation buffers from buffer pool before truncation: 1997-09-22 07:13:56 +00:00
tcop Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
tioga Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
utils Remove extra float.h I added. 1997-09-24 15:40:59 +00:00
Makefile Replace missing directory delimiter for postmaster installation command. 1997-09-20 16:08:24 +00:00