| Commit message (Expand) | Author | Age |
* | Can you please apply the following patch to current CVS | Bruce Momjian | 2000-07-12 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 |
* | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 |
* | Don't run in CacheMemoryContext more than necessary. | Tom Lane | 2000-07-02 |
* | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Make renaming a temp table behave sensibly. We don't need to touch | Tom Lane | 2000-06-20 |
* | Fix handling of type tuple associated with a temp relation. We have | Tom Lane | 2000-06-20 |
* | Modify index-opening code to guarantee that the indexes of a relation | Tom Lane | 2000-06-19 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 |
* | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 |
* | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 |
* | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. | Bruce Momjian | 2000-06-08 |
* | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian | 2000-06-07 |
* | Add index on pg_index.indrelid for Tom Lane. | Bruce Momjian | 2000-06-07 |
* | init_fcache was being careless about using SearchSysCacheTuple result | Tom Lane | 2000-06-06 |
* | Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. | Tom Lane | 2000-06-06 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Repair memory leaks that caused CacheCxt to grow without bound. We | Tom Lane | 2000-05-21 |
* | Clean up grotty references to CacheCxt (externs inside functions, | Tom Lane | 2000-05-20 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix low-probability bug in relcache startup: write_irels wrote the | Tom Lane | 2000-03-31 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue | 2000-03-09 |
* | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 |
* | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | If we don't have any stats for a boolean column, assume | Tom Lane | 2000-02-16 |
* | Squash longstanding memory leak: when catcache.c copied a tuple into | Tom Lane | 2000-02-04 |
* | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 |
* | Modify uses of RelationFlushRelation and RelationCacheInvalidate so that | Tom Lane | 2000-01-29 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Update for index change. Semes it didn't work the first time. | Bruce Momjian | 2000-01-24 |
* | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian | 2000-01-24 |
* | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane | 2000-01-23 |
* | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 |
* | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane | 2000-01-17 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 |
* | Improve cache invalidation handling. Eespecially | Hiroshi Inoue | 2000-01-10 |
* | Clean up datatypes and comments for op_class() routine. | Tom Lane | 1999-12-31 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |