Commit Graph

45 Commits (0966516b75f792cfa9fd6a53fc370e06cfca6bee)

Author SHA1 Message Date
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 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 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 8a52b893b3 Further cleanup of dynahash.c API, in pursuit of portability and 25 years ago
Tom Lane fcd2e372a7 Consistently use gcc's __attribute__((format)) to check sprintf-style 25 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
Tom Lane 1b8a219eef Clean up non-reentrant interface for hash_seq/HashTableWalk, so that 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 77d31cf3c1 2. trigger.c fails to compile due to a syntax error. It contains 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 5c33b3c658 Change a few routines into macros to improve speed of COPY IN inner loop. 26 years ago
Tom Lane 887afac1f5 Remove now-dead sort modules. 27 years ago
Tom Lane 130e372b5d Minor improvements to stringinfo package to make it more 27 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 27 years ago
Tom Lane 185b427284 Fix some latent bugs in dllist.c (carelessness about setting 27 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Jan Wieck eeff2c94be Fixed nodeToString() to put out "<>" for NULL strings again. 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian 6df719184c Fix spelling of "including 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 7229513943 Fix prototypes so they don't look like function definitions. 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
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 30 years ago
Marc G. Fournier 1d0dd471fa Okay...this pretty much cleans out the include files. 30 years ago
Marc G. Fournier 90113e2847 another one quickly done up 30 years ago
Marc G. Fournier 99412aef23 remove: 30 years ago
Marc G. Fournier 870be9fa8e Clean up th ecompile process by centralizing the include files 30 years ago