Commit Graph

39 Commits (2aa080fc933cac47205bc79f026fc89dab0e5149)

Author SHA1 Message Date
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 28 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
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
Bruce Momjian ec9d5d71ec Update now that attcacheoff initial value is -1 always. 28 years ago
Marc G. Fournier c10908e0d2 Symptom: 28 years ago
Bruce Momjian 0f582cee86 char() cleanup and more cacheoff improvements. 28 years ago
Bruce Momjian 1637684af4 Cleanup getattr code. Make CHAR() use attcacheoff. 28 years ago
Bruce Momjian 726c3854cb Inline fastgetattr and others so data access does not use function 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Vadim B. Mikheev 32cd09ac6d Good Bye, Time Travel! 29 years ago
Thomas G. Lockhart 0e699286d3 Coerce type of NULL pointer return to suppress gcc compiler warnings. 29 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 29 years ago
Bruce Momjian 1ea01720d5 heapattr functions now return a Datum, not char *. 29 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 75c6c2b608 Inlined heap_getattr(). 29 years ago
Bruce Momjian c4cb617504 Major patch to speed up backend startup after profiling analysis. 29 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bryan Henderson b36e3042e7 Add comments describing interface to heap_getattr(). 29 years ago
Bryan Henderson 9005a38bdb Change portname "sparc" to "sunos4" and change some portname dependencies to 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 30 years ago
Marc G. Fournier 1c3a7767ca Re-add -I../.. for fmgr.h 30 years ago
Marc G. Fournier fd569a2308 Clean up a few of the #include files 30 years ago
Marc G. Fournier 0c960e7fc0 More include file cleanups 30 years ago
Marc G. Fournier a95674269f More intelligent #include cleanups, as pointed out by Bryan... 30 years ago
Marc G. Fournier ea94d639d0 Okay, so I was going backwards on my include cleanup... 30 years ago
Marc G. Fournier ba4ad2c71a Added misc include files 30 years ago
Marc G. Fournier 82b83f6f71 Cosmetic changes to ordering of #include files 30 years ago
Marc G. Fournier d458a1c747 Other then: 30 years ago
Marc G. Fournier 5a0b450c78 First pass at fixing my own mistakes 30 years ago
Marc G. Fournier e77f64af62 There...that pretty much cleans up redundant/unused #includes in 30 years ago
Marc G. Fournier 9834913cd0 All #include's removed from *.h files, so cleaning up the .c #includes... 30 years ago
Marc G. Fournier 3023dc6af0 A few changes to cleanup the code. 30 years ago
Marc G. Fournier e1f31a2bb6 added #include "config.h" for ESCAPE_PATCH define 30 years ago
Marc G. Fournier 9da9c0915a Fixes: 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago