| Commit message (Expand) | Author | Age |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 |
* | Improve comments. | Tom Lane | 2000-10-19 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 |
* | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 |
* | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Improve the following. | Hiroshi Inoue | 2000-08-30 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 |
* | Remove debugging Assert that should never have been committed in the | Tom Lane | 2000-08-11 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 |
* | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 |
* | Type lztext is toast. | Tom Lane | 2000-07-30 |
* | Clean up some sloppy casts --- Oid vs. Datum, that sort of thing. | Tom Lane | 2000-07-23 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | 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 |