Commit Graph

52 Commits (3406901a2928627477374769416a32b01a08b131)

Author SHA1 Message Date
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 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 40cad8b66f My first cut at libpq revision didn't handle MULTIBYTE correctly, 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
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Tom Lane c77a29a14e Substantial rewrite of async.c to avoid problems with non-reentrant stdio 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Marc G. Fournier 6c4982851a From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 28 years ago
Marc G. Fournier a0659e3e2c From: Tom Lane <tgl@sss.pgh.pa.us> 28 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian edbd51395c What I've done: 28 years ago
Bruce Momjian 09baa3cc81 This patch... 28 years ago
Marc G. Fournier 0a0bd3d646 remove the call to port-protos.h ... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 726c3854cb Inline fastgetattr and others so data access does not use function 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Marc G. Fournier 9ef6b32c47 Makefile cleaned up 28 years ago
Bruce Momjian a68a132a6c Add VARHDRSZ where needed. Many places just used 4. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian 5aaf00f3f3 Remove NOT_USED for Massimo. 28 years ago
Bruce Momjian e2617c856e Fix for compile warning, from Ernst Molitor. 28 years ago
Bruce Momjian f3af1368bd Rename strNcpy to StrNCpy, and change third parameter. 28 years ago
Bruce Momjian 1ea01720d5 heapattr functions now return a Datum, not char *. 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 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 28 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 28 years ago
Bruce Momjian 6ed1715b1f Cleanup for NAMEDATALEN use. 29 years ago
Marc G. Fournier 977654d55b Massimo's Deadlock patches w/o the #ifdefs 29 years ago
Marc G. Fournier 60265ee651 Switch over NEED_RUSAGE to HAVE_RUSAGE for configure 29 years ago
Bryan Henderson e5ff0b930a Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson. 29 years ago
Marc G. Fournier 194ed4efe5 More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it> 29 years ago
Marc G. Fournier f0bcb1762d #ifdef ASYNC_DEBUG various sections of async.c 29 years ago
Bruce Momjian c90c058bf0 Fix from Jan agreed with by Massimo. 29 years ago
Bryan Henderson 7bf3bae1a4 Add #include <sys/types.h> so it works with Ultrix's in.h 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
Marc G. Fournier 9a7fda57ee -Wall'd 29 years ago
Marc G. Fournier 94e825145d Document more #ifdef's into config.h 29 years ago