Commit Graph

23 Commits (757bf69a2e259c76baed94fa06e792664ab5ed67)

Author SHA1 Message Date
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
Bruce Momjian e6c6146eb8 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 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
Thomas G. Lockhart fbf12681ab Include tinterval comparison functions for span of interval. 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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 a1635450b3 Cleanups needed for indent. Remove }; 29 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
Thomas G. Lockhart 1ba73ed3a0 Update some reltime code to use new common routines. 29 years ago
Marc G. Fournier 85a95b9b0d Here is the Mismatched input/output patch for tintervals as reported over 29 years ago
Marc G. Fournier 18518c0147 needs float.h for DBL_MIN under FreeBSD 29 years ago
Marc G. Fournier 2ab34dfe1a From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier 53d8be3bbf Date/Time updates from Thomas... 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 30 years ago
Marc G. Fournier 0020e8790d Another directory that compiles with no errors, and few warnings 30 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago