Commit Graph

43 Commits (0a1c2805b35f59b3654d51c965d03699e60b50f7)

Author SHA1 Message Date
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Vadim B. Mikheev 0d78e8c112 Lmgr cleanup, new locking modes for LLL. 28 years ago
Bruce Momjian 5aea4062d6 Inline function, rename libpq variablees, change lrel to lockrel. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 4cbfeef912 Inline some small functions called for every row. 28 years ago
Bruce Momjian 4b6fcc4459 Remove GetDatabaseName/Path and use globals. Make consts later. 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
Marc G. Fournier 4e9dd95296 From: Peter T Mount <patches@maidast.demon.co.uk> 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 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
Bruce Momjian 3fa2bb316c Remove archive stuff. 28 years ago
Vadim B. Mikheev eca199d7b0 Debug stuff added to BlowawayRelationBuffers(). 28 years ago
Vadim B. Mikheev 14f81d8d34 Decrement relation reference count incremented in 28 years ago
Vadim B. Mikheev 5fb82eb4c7 Blowaway relation buffers from buffer pool before truncation: 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 8cb4154492 Inline frequently called functions. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 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 b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 28 years ago
Bruce Momjian 022903f22e Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian 79e78f0b80 Added SCO support, from Daniel Harris. 29 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 29 years ago
Vadim B. Mikheev d6b8f637f9 CommitInfoNeedsSave[buffer - 1] = 0 29 years ago
Vadim B. Mikheev d3dfc664d0 PrintBufferUsage() changed to report about shared, local and direct 29 years ago
Marc G. Fournier 159f8c63ad From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Marc G. Fournier 37a8bdba43 The second patch adds a more explicative error message to BufferPoolCheckLeak. 29 years ago
Vadim B. Mikheev 9ff69034b2 Fixing possible losing data changes: 29 years ago
Vadim B. Mikheev eb08b3ce4f No more LateWrite, but there is WriteMode; 29 years ago
Vadim B. Mikheev 2ca05fe45d ReleaseTmpRelBuffers is ReleaseRelationBuffers now. 29 years ago
Vadim B. Mikheev ae753b86b5 ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool now 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier 66637f4a2f Clean up Makefile 29 years ago
Marc G. Fournier aceac3a927 Fix for pg_log bug 29 years ago
Marc G. Fournier b619cb09d9 iBrought in a fix for backend crashes 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago