Commit Graph

102 Commits (3522d0eaba5a976f09a48810dd25dff6ab3565df)

Author SHA1 Message Date
Bruce Momjian 73b94657b0 Throw error on pg_atoi(''), regression adjustments. 23 years ago
Bruce Momjian 846ea08d34 Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp 23 years ago
Bruce Momjian 7aee5ed3b7 Fix tid to in/out as unsigned. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Peter Eisentraut fba790ad58 Makeover for Unixware 7.1.1 25 years ago
Tom Lane 463f1f5cda Convert all remaining float4 and float8 functions to new fmgr style. 25 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian d62c25d452 cleanup of long long int atoi test. 26 years ago
Bruce Momjian 103cf75651 Re-apply range check patch after fixing LIMIT_H test and defines. 26 years ago
Bruce Momjian 46db8ac712 Backup pg_atoi patch for long checking. Caused initdb problems. 26 years ago
Bruce Momjian 5035d7b985 pg_atoi() does range check on int4 data only if 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 3f2fff5c5d Search contrib/tcl for tcl startup. 27 years ago
Bruce Momjian 786b1802c8 The pg_atoi() function uses strtol() to convert the string to numbers. Some 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 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
Marc G. Fournier 10ff1eea60 First clean compile without a "PORTNAME" variable being set... 28 years ago
Marc G. Fournier 5379b84eff More cleanups. I can now compile without PORTNAME being defined n 28 years ago
Thomas G. Lockhart 2fa330284c Use limits.h for INT, SHRT, and SCHAR min and max values rather than 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 28 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 28 years ago
Marc G. Fournier 5514c1fa23 Add fcvt() as a check to configure so that we can get rid of the BSD44_derived 29 years ago
Marc G. Fournier a69c5fc81a Add ccsym to tools to determine OS/compiler specific symbols 29 years ago
Bruce Momjian cb6cb7745d Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full 29 years ago
Bryan Henderson 9c0afeabb7 More stuff to make it compile on various ports. 29 years ago
Marc G. Fournier 0020e8790d Another directory that compiles with no errors, and few warnings 29 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Marc G. Fournier df6a9e633c more removal of PORTNAME_* 29 years ago
Marc G. Fournier 18a7989e1a - merging in Dr. George's tree with ours 29 years ago