Commit Graph

56 Commits (44fbe20d620d4f2e39aaa9896de4683e55b0d317)

Author SHA1 Message Date
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 4f6c49fef0 Clean up index/btree comments/macros, as approved. 25 years ago
Tom Lane 059e361481 Although we can't support out-of-line TOAST storage in indexes (yet), 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 25 years ago
Tom Lane 06dde51ef0 Silence compiler warning. 25 years ago
Tom Lane 1f5cc8c78a Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that 25 years ago
Bruce Momjian 312063c97b Make pgsql compile on FreeBSD-alpha. 25 years ago
Tom Lane acbbeffc29 Clean up some ugly coding (hardwired constants) in index_formtuple. 25 years ago
Jan Wieck f67e79045d 2nd try for the index tuple toast hack. This time as suggested 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Bruce Momjian bd52f4bffd More cleanups. Still doesn't work. 26 years ago
Tom Lane ecd0bfa81a Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. 26 years ago
Bruce Momjian faf7d78174 Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 27 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 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 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 202751921d Alignment cleanup so no more massive switch statements for alignment, 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 50ad4a70b9 Make 'name' type int aligned, like char/varchar. 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
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
Bruce Momjian e3f2eb1f39 Fix for varchar functions, and indextyple j-1 fix. 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! 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 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 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Vadim B. Mikheev 7540eda8f4 Someone forgot about aligning in fastgetiattr()... 29 years ago
Vadim B. Mikheev 14ed5b3ecd Someone forgot about 'case sizeof(int32)' for 29 years ago
Marc G. Fournier 1c3a7767ca Re-add -I../.. for fmgr.h 29 years ago
Marc G. Fournier fd569a2308 Clean up a few of the #include files 29 years ago
Marc G. Fournier dd71c36933 That pretty much totally cleans up the includes files here. 29 years ago
Marc G. Fournier 0c960e7fc0 More include file cleanups 29 years ago
Marc G. Fournier a95674269f More intelligent #include cleanups, as pointed out by Bryan... 29 years ago
Marc G. Fournier 82b83f6f71 Cosmetic changes to ordering of #include files 29 years ago