Commit Graph

108 Commits (3522d0eaba5a976f09a48810dd25dff6ab3565df)

Author SHA1 Message Date
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Thomas G. Lockhart 1d1cf38c0d Fix max(int8) result by making sure int8larger() copies its result 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Thomas G. Lockhart 910fe5891e Add routines to convert between int8 and text/varchar types. 27 years ago
Tom Lane 724119a979 Modify int8 to not depend on sscanf(), and fix configure's test 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
Thomas G. Lockhart fa838876e9 Include 8-byte integer type. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 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 9d00fbbeb0 Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff. 28 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
Thomas G. Lockhart 0c3b6e670a Initial 64-bit integer package. 29 years ago