Commit Graph

60 Commits (4786a808d9f58746ebb77bf78a6ae2d0854cd6b9)

Author SHA1 Message Date
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc) 26 years ago
Tom Lane 5c63975504 Float-to-int conversion functions should return NULL when given NULL 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Tom Lane f74b94db09 Finally found a platform which has finite() but nonetheless sets errno 26 years ago
Tom Lane 1f122a7c4c Replace float.c's #ifdef finite check with a proper autoconf check, so it 27 years ago
Tom Lane be09bc9ff2 Modify nodeAgg.c so that no rows are returned for a GROUP BY 27 years ago
Bruce Momjian ad604ac372 values.h patch from Alex Howansky 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 27 years ago
Bruce Momjian 050371fccd More cpu cleanups, only for 6.6. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane d30e2ac306 Portability patches for HPUX 11 and Unixware in configure 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Tom Lane 157349e3af Improper addition of NaN/Infinity recognition to float8in() 27 years ago
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