| Commit message (Expand) | Author | Age |
* | Changed TOAST relations to have relkind RELKIND_TOASTVALUE. | Jan Wieck | 2000-07-05 |
* | Small fix for ALTER TABLE xxx* ADD COLUMN ... | Jan Wieck | 2000-07-05 |
* | Automatically create toast tables on ALTER TABLE ... ADD COLUMN | Jan Wieck | 2000-07-05 |
* | Bugfix in ALTER TABLE CREATE TOAST TABLE | Jan Wieck | 2000-07-05 |
* | Fixed lztextlen() bug in MULTIBYTE, still thinking that lztext | Jan Wieck | 2000-07-05 |
* | Moving toaster out of NO ELOG area in heap_update(). | Jan Wieck | 2000-07-04 |
* | Expand secondary password file feature, so that you can use these | Peter Eisentraut | 2000-07-04 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 |
* | DataFill() has no business resetting xact status bits | Tom Lane | 2000-07-04 |
* | misc | Vadim B. Mikheev | 2000-07-04 |
* | unlock buffer before releasing in heap_insert | Vadim B. Mikheev | 2000-07-04 |
* | Add missing #include for TOAST. | Tom Lane | 2000-07-03 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Move global internal files to PGDATA/global. | Peter Eisentraut | 2000-07-03 |
* | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut | 2000-07-03 |
* | In the attache is new (correct) version. I add TZ (timezone) support | Bruce Momjian | 2000-07-03 |
* | Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatisfiesDirty(). | Hiroshi Inoue | 2000-07-03 |
* | Clean up memory-context stuff, other minor infelicities. | Tom Lane | 2000-07-03 |
* | Remove unused variable. (Hey Peter, you use gcc, why didn't you | Tom Lane | 2000-07-03 |
* | heap' logging | Vadim B. Mikheev | 2000-07-03 |
* | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 |
* | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 |
* | Don't run in CacheMemoryContext more than necessary. | Tom Lane | 2000-07-02 |
* | Don't run in CacheMemoryContext longer than necessary. | Tom Lane | 2000-07-02 |
* | Remove memory leak from VACUUM parsing. | Tom Lane | 2000-07-02 |
* | New memmgr logic in xact.c failed if AbortTransaction() is called when | Tom Lane | 2000-07-02 |
* | Back out Karels to_char changes. | Bruce Momjian | 2000-07-01 |
* | We don't need config.status substituting anything into Gen_fmgrtab.sh, we | Peter Eisentraut | 2000-07-01 |
* | In the attache is new to_date()/to_timestamp() version. | Bruce Momjian | 2000-07-01 |
* | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 |
* | RemoveView was doing things the hard way... | Tom Lane | 2000-06-30 |
* | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 |
* | Add test code to copy all parse/plan trees. Repair essential omissions | Tom Lane | 2000-06-29 |
* | Remove freefuncs.c, which hasn't been used in a long time and is not | Tom Lane | 2000-06-29 |
* | Add SIGFPE to list of signals never to block. #ifdef all signals in | Tom Lane | 2000-06-29 |
* | Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDI | Bruce Momjian | 2000-06-29 |
* | Suppress memory leak in COPY WITH OIDS TO wherever. | Tom Lane | 2000-06-28 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Tamotsu Nakagawa has posted a fix for this to a local mail list in | Bruce Momjian | 2000-06-27 |
* | Relaxed pickiness about user and group commands in transaction blocks. | Peter Eisentraut | 2000-06-25 |
* | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 |
* | Make renaming a temp table behave sensibly. We don't need to touch | Tom Lane | 2000-06-20 |
* | Make inheritance planning logic a little simpler and clearer, | 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 |
* | Ensure that kernel error code is included in smgr-level error reports. | 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 |
* | Reinstate BufFileTell(). | Tom Lane | 2000-06-18 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |