| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do some restructuring to improve performance of the catcaches. Teach | Tom Lane | 2001-06-18 | 1 | -2/+2 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -21/+15 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -24/+12 |
| * | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 1 | -5/+5 |
| * | Small include file fix for pg_variabie.h | Bruce Momjian | 2001-05-14 | 1 | -4/+2 |
| * | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian | 2001-05-14 | 1 | -2/+1 |
| * | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 | 1 | -2/+1 |
| * | Restore pre-7.1 behavior of allowing DROP of a table whose underlying | Tom Lane | 2001-04-02 | 1 | -3/+12 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -6/+9 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -161/+167 |
| * | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 | 1 | -170/+170 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+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 |
| * | 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 |
| * | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 | 1 | -2/+2 |
| * | 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 |
| * | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 | 1 | -18/+27 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -64/+18 |
| * | 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 |
| * | New file naming. Database OID is used as "tablespace" id and | Vadim B. Mikheev | 2000-10-16 | 1 | -1/+16 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -9/+13 |
| * | Improve the following. | Hiroshi Inoue | 2000-08-30 | 1 | -2/+5 |
| * | Toast all the system-table columns that seem to need it. It turns out | Tom Lane | 2000-08-06 | 1 | -24/+110 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -3/+7 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -1/+2 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -11/+13 |
| * | 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 | 1 | -14/+11 |
| * | Modify index-opening code to guarantee that the indexes of a relation | Tom Lane | 2000-06-19 | 1 | -6/+56 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -10/+4 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -8/+126 |
| * | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 | 1 | -9/+19 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -11/+3 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -2/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Repair memory leaks that caused CacheCxt to grow without bound. We | Tom Lane | 2000-05-21 | 1 | -22/+23 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -91/+103 |
| * | Fix low-probability bug in relcache startup: write_irels wrote the | Tom Lane | 2000-03-31 | 1 | -4/+23 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 1 | -2/+2 |
| * | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue | 2000-03-09 | 1 | -1/+21 |
| * | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 | 1 | -4/+4 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -73/+161 |
| * | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 1 | -162/+259 |