Commit Graph

218 Commits (9679345f3c5ec071f63db358581e28f06c8744a7)

Author SHA1 Message Date
Tom Lane 9426047021 Clean up bogosities in use of random(3) and srandom(3) --- do not assume 26 years ago
Tom Lane 463f1f5cda Convert all remaining float4 and float8 functions to new fmgr style. 26 years ago
Tom Lane 87cdaf5491 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 26 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Tom Lane 8ecac94bb2 Functions on 'text' type updated to new fmgr style. 'text' is 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
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