Commit Graph

43 Commits (0a7fb4e9184539afcb6fed0f1d2bc0abddc2b0a6)

Author SHA1 Message Date
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Bruce Momjian a28f117790 This is the second time I've answered this exact same problem in two 26 years ago
Jan Wieck 3e00c9db4a Fixed CREATE TYPE to recognize changed parsenodes 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
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Tom Lane 6eb8d255d2 Allow CREATE FUNCTION's WITH clause to be used for all language types, 26 years ago
Bruce Momjian 9394d62c73 I have been working with user defined types and user defined c 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 098e043849 Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 780068f812 From: Jan Wieck <jwieck@debis.com> 28 years ago
Marc G. Fournier a04dcc9137 From: Jan Wieck <jwieck@debis.com> 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 5a5cb30096 Fix tolower loops to go in proper direction for cache. 28 years ago
Bruce Momjian d79b9a1b7a Re-order args for TypeCreate() to be clearer. 28 years ago
Vadim B. Mikheev 7bff4c5078 Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 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 ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian 6ed1715b1f Cleanup for NAMEDATALEN use. 29 years ago
Bruce Momjian 87352726b2 Change end-of-line comma to semicolon. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Bruce Momjian c9c0e111b8 More compile cleanups 29 years ago
Bryan Henderson 7886d7351e Fix perbyte_cpu thing 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier 7385619f14 Clean it up so that it compiles 29 years ago
Marc G. Fournier 510ebf75a1 Another first pass at cleaning up the #includes 29 years ago
Bryan Henderson d27c28fdc0 Allow only superuser to do backend copy. 29 years ago
Bryan Henderson 3341750769 Require superuser privilege to create C function. 29 years ago
Marc G. Fournier f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago