Commit Graph

63 Commits (d062f0f4e91f68b1f55b04691bd92d1efc83dc54)

Author SHA1 Message Date
Tom Lane 2c5aa2acb4 Do some restructuring to improve performance of the catcaches. Teach 24 years ago
Tom Lane 1d584f97b9 Clean up various to-do items associated with system indexes: 24 years ago
Tom Lane f905d65ee3 Rewrite of planner statistics-gathering code. ANALYZE is now available as 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 660ca3e01c Change /*---- commants to /* where appropriate. pgindent will tighten 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane ddeab22565 Clean up syscache so that recursive invocation is safe, and remove error 25 years ago
Tom Lane 996659f255 Fix handling of type tuple associated with a temp relation. We have 25 years ago
Tom Lane 9cf80f2f55 Clean out another pocket of functions called via nonspecific function 25 years ago
Bruce Momjian 7d301947e5 Re-order pg_listener index so it can later be used in an index scan. 25 years ago
Bruce Momjian 4bd5006812 Add index on pg_index.indrelid for Tom Lane. 25 years ago
Tom Lane e57e991e80 Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 8bcac56086 Update for index change. Semes it didn't work the first time. 26 years ago
Bruce Momjian da5aba105f Remove Ops parameter from STATRELID cache lookup, for Tom Lane and 26 years ago
Tom Lane 27fee810ff Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches 26 years ago
Bruce Momjian 8f401e8042 Cleanup for pg_statistic commit. 26 years ago
Bruce Momjian 74f418eb9a Add pg_statistic index, add missing Hiroshi file. 26 years ago
Bruce Momjian 95997e159b Rename heap_replace to heap_update. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Jan Wieck 73bfcf6b22 Changed pg_rewrite attributes ev_qual and ev_action to the new 26 years ago
Bruce Momjian dc5c7713bc Commit to make clearer distinction for temp names and real names. 26 years ago
Bruce Momjian d16b706e7a Allow indexes on system catalogs for use in cache code. 26 years ago
Jan Wieck daaeafd9e1 Removed (useless) pg_proc_prosrc_index 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 0e14dfe0fb Intercept temp table lookups further up to map temp names. 26 years ago
Tom Lane 5af4b04f31 Move get_attdisbursion to lsyscache. Clean up get_typdefault. 26 years ago
Bruce Momjian c175de56dc Reverse out cache changes that are not ready yet. 26 years ago
Bruce Momjian 7944d501f4 Use -ieee alpha flag for gcc and egcs only. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 69817665cb Final cleanup 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian db15dc05ad Fix for \do and ceil()/float. 26 years ago
Tom Lane ce2586dbc9 Clean up inefficient and just plain bad code in some hot-spot 26 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 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
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Bruce Momjian 0da6358f37 Cleanup use of 16 that should be NAMEDATALEN. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Thomas G. Lockhart 52dd4cfd7c Fix CACHEDEBUG debugging statements; usually not used and apparently 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 780068f812 From: Jan Wieck <jwieck@debis.com> 28 years ago
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago