| Commit message (Expand) | Author | Age | Files | Lines |
* | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 | 4 | -357/+357 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 8 | -16/+16 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -3/+2 |
* | Add some debugging support code (ifdef'd out in normal use). | Tom Lane | 2001-01-08 | 1 | -5/+14 |
* | Fix memory leak in relcache handling of rules: allocate rule parsetrees | Tom Lane | 2001-01-06 | 1 | -3/+3 |
* | init_irels() is changed to be called in RelationCacheInitializePhase2() | Hiroshi Inoue | 2001-01-06 | 1 | -8/+15 |
* | Rename and document some invalidation routines to make it clearer that | Tom Lane | 2001-01-05 | 2 | -48/+104 |
* | I neglected to remove a debug message,sorry. | Hiroshi Inoue | 2001-01-04 | 1 | -4/+1 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 | 1 | -48/+60 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 1 | -22/+3 |
* | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 | 2 | -8/+16 |
* | Suppress compiler warnings. | Tom Lane | 2000-12-09 | 1 | -2/+1 |
* | REINDEX under WAL. | Hiroshi Inoue | 2000-12-08 | 1 | -1/+60 |
* | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane | 2000-11-30 | 1 | -1/+49 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -5/+2 |
* | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane | 2000-11-24 | 1 | -13/+15 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -1/+22 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 4 | -403/+527 |
* | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 | 3 | -450/+307 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 3 | -337/+175 |
* | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -1/+56 |
* | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev | 2000-10-23 | 1 | -16/+84 |
* | Improve comments. | Tom Lane | 2000-10-19 | 1 | -2/+15 |
* | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 1 | -1/+16 |
* | Fix temp relation handling for indexes, cleanup | Bruce Momjian | 2000-10-11 | 1 | -20/+9 |
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -18/+18 |
* | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -9/+13 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
* | Improve the following. | Hiroshi Inoue | 2000-08-30 | 1 | -2/+5 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 1 | -230/+24 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 1 | -15/+44 |
* | Remove debugging Assert that should never have been committed in the | Tom Lane | 2000-08-11 | 1 | -4/+1 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -23/+11 |
* | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 | 1 | -24/+110 |
* | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 | 1 | -7/+33 |
* | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -3/+7 |
* | Clean up some sloppy casts --- Oid vs. Datum, that sort of thing. | Tom Lane | 2000-07-23 | 1 | -50/+28 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -1/+2 |
* | Can you please apply the following patch to current CVS | Bruce Momjian | 2000-07-12 | 1 | -4/+3 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -5/+10 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 2 | -23/+25 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -2/+3 |
* | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 | 1 | -1/+3 |
* | Don't run in CacheMemoryContext more than necessary. | Tom Lane | 2000-07-02 | 1 | -150/+34 |
* | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 1 | -161/+188 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 3 | -53/+71 |
* | Make renaming a temp table behave sensibly. We don't need to touch | Tom Lane | 2000-06-20 | 1 | -25/+109 |
* | Fix handling of type tuple associated with a temp relation. We have | Tom Lane | 2000-06-20 | 1 | -6/+12 |
* | Modify index-opening code to guarantee that the indexes of a relation | Tom Lane | 2000-06-19 | 1 | -6/+56 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -2/+2 |