Commit Graph

138 Commits (812095d6043c3e5ae9ea49e6b89cf9aaae83a39d)

Author SHA1 Message Date
Vadim B. Mikheev 12be3e08f1 FOR UPDATE is in parser & rules. 27 years ago
Bruce Momjian 4deb20f4ce Fix for missing NAN. 27 years ago
Thomas G. Lockhart c715788681 Handle "NaN" and "Infinity" for input values. 27 years ago
Tom Lane 92eacaf523 Change exp() behavior to generate error on underflow rather 27 years ago
Thomas G. Lockhart 643c7beddf Add text<->float8 and text<->float4 conversion functions. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Marc G. Fournier 1af6b56427 From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 28 years ago
Marc G. Fournier 07e3fb08be More work in the right direction on linux/alpha 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier e6e364088a Move all the isinf() stuff from float.c to isinf.c, and build it according to 28 years ago
Marc G. Fournier 8adc838ff6 Various cleanups for the i386_solaris environment 28 years ago
Bruce Momjian deea69b90e Change some ABORTS to ERROR. Add line number when COPY Failure. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian c30b8f9dbd AIX float fix. 29 years ago
Bruce Momjian 55780ae0e8 Remove extra float.h I added. 29 years ago
Bruce Momjian 88325bd010 AIX fixes. 29 years ago
Thomas G. Lockhart 2d2562e90d Fix up error messages to remove extra newline. Use "zero" rather than "0.0". 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 29 years ago
Bruce Momjian 79e78f0b80 Added SCO support, from Daniel Harris. 29 years ago
Thomas G. Lockhart fe74581fa0 Use finite() macro if available to check returns from pow() and exp(). 29 years ago
Thomas G. Lockhart 9fd868d16a Rename new float and int conversion routines to avoid conflicts with 29 years ago
Thomas G. Lockhart 64d9b50893 Fix timezone manipulation code to avoid crashes on some machines. 29 years ago
Marc G. Fournier 5dde558ce6 From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Bruce Momjian 6eb0525185 Prevent under/over flow of float8 constants in parser. Small regression fix. 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Marc G. Fournier 0a16069901 Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure... 29 years ago
Bruce Momjian 6ffae202a9 Add missing #. 29 years ago
Marc G. Fournier 151d484ca5 Minor changes for NeXT compile 29 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 30 years ago
Marc G. Fournier df6a9e633c more removal of PORTNAME_* 30 years ago
Bryan Henderson 1e39d14ff3 Correct #if statement so it compiles on Solaris. Thanks Keith Parks. 30 years ago
Marc G. Fournier 321b8c80fd At this rate, maybe next year sometime I'll get this done... 30 years ago
Marc G. Fournier 926a066d40 Added a SVR4 port 30 years ago
Marc G. Fournier ffae4ebde9 Brought in NEOSOFT's port to i386_solaris 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago