postgresql/src
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
..
backend Add SQL/92 "constants" current_date, current_time, and current_timestamp. 1997-09-24 17:53:53 +00:00
bin Remove debugging "puts" print statement. 1997-09-24 17:46:14 +00:00
include + SPI_palloc(), SPI_repalloc(), SPI_pfree() 1997-09-24 08:32:09 +00:00
interfaces Cleanup. 1997-09-23 00:02:44 +00:00
lextest Lex/yacc source cleanup like indent. 1997-09-08 03:20:18 +00:00
makefiles HPUX 10 patch. 1997-09-24 04:20:29 +00:00
man Add -S to top of manual page. 1997-09-24 03:20:54 +00:00
template Remove aix power pc. 1997-09-24 15:49:46 +00:00
test Timetravel tests. 1997-09-24 08:36:47 +00:00
tools Let's hope this fixes the "bug" that was introduced 1997-09-13 16:27:13 +00:00
tutorial Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
utils Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Update configure. 1997-09-24 15:57:28 +00:00
configure.in Update configure. 1997-09-24 15:57:28 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in Add appropriate links into the interfaces directory, as well as a Makefile 1997-08-16 20:56:28 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Make sure that LIBPQDIR points to the right directory 1997-08-17 00:39:02 +00:00