Commit Graph

39 Commits (396571d79c422711347871dc15a443e88eaca1a5)

Author SHA1 Message Date
Thomas G. Lockhart 396571d79c Very minor cleanup of no-op code. 28 years ago
Tom Lane 990fa43c23 Get rid of some minor compiler warnings. 28 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
Thomas G. Lockhart 402b47cffa Disable not-ready-to-use support code for the line data type. 28 years ago
Thomas G. Lockhart 21d1e474f5 Some old cleanup fixes for close_ps() from G. Thaker. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Thomas G. Lockhart 70c4c57e42 Make a few line routines visible. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Thomas G. Lockhart 3f52d1705a Define boolean functions for lseg <, <=, <>, >=, > 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 4293adc117 Disable checking for zero or one points with deeper parens on input. 29 years ago
Thomas G. Lockhart 75aef05530 Add point_ne() function. 29 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 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 ec05063be0 Cleanups needed for indent. 29 years ago
Bruce Momjian ae50c8d84b Cleanups needed for indent. 29 years ago
Bruce Momjian a1635450b3 Cleanups needed for indent. Remove }; 29 years ago
Bruce Momjian 0ab2921290 Change time function names to be more consistent, and check for zero divides, from Michael Reifenberg. 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
Thomas G. Lockhart 215bc83d75 Remove #ifdef'd support for old i/o styles. 29 years ago
Thomas G. Lockhart 06ea3c9a24 Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allow 29 years ago
Bruce Momjian afb089d4a4 Put back old lines. 29 years ago
Bruce Momjian 93b03649d4 Cleanup for AIX from Darren. 29 years ago
Thomas G. Lockhart ac534bee01 Clean up redundant tests for valid pointers in geometric types. 29 years ago
Marc G. Fournier 3e871388b5 From: Darren King <aixssd!darrenk@abs.net> 29 years ago
Marc G. Fournier 6ea80b470b From: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de> 29 years ago
Thomas G. Lockhart 64d9b50893 Fix timezone manipulation code to avoid crashes on some machines. 29 years ago
Thomas G. Lockhart d464e31593 Remove valid pointer checks for returns from palloc() since palloc() will not 29 years ago
Marc G. Fournier 094ec2d3f3 More timezone patches by Thomas: 29 years ago
Marc G. Fournier 9e2a87b62d Major patch 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 b913dd1f9e Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c 29 years ago
Marc G. Fournier c9002ecb21 Produce a clean compile of backend... 30 years ago
Marc G. Fournier 18a7989e1a - merging in Dr. George's tree with ours 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago