Commit Graph

202 Commits (1bd3a8f58bb8147628a85643b0246051a6e4e5ee)

Author SHA1 Message Date
Tom Lane 8f9fa0e143 Type lztext is toast. 26 years ago
Tom Lane 8d77c1a8aa Clean up some sloppy casts --- Oid vs. Datum, that sort of thing. 26 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 26 years ago
Bruce Momjian dce43d22f0 Can you please apply the following patch to current CVS 26 years ago
Tom Lane badce86a2c First stage of reclaiming memory in executor by resetting short-term 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Tom Lane cdeca5f590 Make toast-table creation and deletion work somewhat reliably. 26 years ago
Bruce Momjian 80c646958a Attached is a new patch which addresses this problem. (oids in 26 years ago
Tom Lane 07dfe97731 Don't run in CacheMemoryContext more than necessary. 26 years ago
Tom Lane b41f4ab8c4 Use a private memory context to store rule information in each relcache 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Tom Lane 9f1a223046 Make renaming a temp table behave sensibly. We don't need to touch 26 years ago
Tom Lane 996659f255 Fix handling of type tuple associated with a temp relation. We have 26 years ago
Tom Lane a1dfaef6c6 Modify index-opening code to guarantee that the indexes of a relation 26 years ago
Tom Lane c590273fef Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 26 years ago
Tom Lane 1ee26b7764 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 26 years ago
Tom Lane d03a933ec5 Fix performance problems with pg_index lookups (see, for example, 26 years ago
Tom Lane 9cf80f2f55 Clean out another pocket of functions called via nonspecific function 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Bruce Momjian 5690933d6c Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. 26 years ago
Bruce Momjian 7d301947e5 Re-order pg_listener index so it can later be used in an index scan. 26 years ago
Bruce Momjian 4bd5006812 Add index on pg_index.indrelid for Tom Lane. 26 years ago
Tom Lane 42ad25fcd1 init_fcache was being careless about using SearchSysCacheTuple result 26 years ago
Tom Lane e57e991e80 Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. 26 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 26 years ago
Bruce Momjian cc2b5e5815 Remove NT-specific file open defines by defining our own open macros for 26 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Tom Lane 9dab9ab5e4 Repair memory leaks that caused CacheCxt to grow without bound. We 26 years ago
Tom Lane 25a7a7f446 Clean up grotty references to CacheCxt (externs inside functions, 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 14bc951d30 Fix low-probability bug in relcache startup: write_irels wrote the 26 years ago
Tom Lane 341b328b18 Fix a bunch of minor portability problems and maybe-bugs revealed by 26 years ago
Hiroshi Inoue fd9ff86bd9 Trial implementation of ALTER DROP COLUMN. 26 years ago
Jan Wieck 75133d9a46 Reactivated LZTEXT data type and changed rule plan- and qual-strings 26 years ago
Tom Lane d8cedf67ad Clean up some really grotty coding in catcache.c, improve hashing 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Tom Lane 68be513f8b If we don't have any stats for a boolean column, assume 26 years ago
Tom Lane b64826a47d Squash longstanding memory leak: when catcache.c copied a tuple into 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 26 years ago
Tom Lane 04103e00f1 Modify uses of RelationFlushRelation and RelationCacheInvalidate so that 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
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Tom Lane 9e0b463473 setheapoverride() is history. Uses replaced with CommandCounterIncrement() 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Bruce Momjian 6456b17bc1 Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. 26 years ago