aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck2000-07-05
* Small fix for ALTER TABLE xxx* ADD COLUMN ...Jan Wieck2000-07-05
* Automatically create toast tables on ALTER TABLE ... ADD COLUMNJan Wieck2000-07-05
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-05
* Fixed lztextlen() bug in MULTIBYTE, still thinking that lztextJan Wieck2000-07-05
* Moving toaster out of NO ELOG area in heap_update().Jan Wieck2000-07-04
* Expand secondary password file feature, so that you can use thesePeter Eisentraut2000-07-04
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* DataFill() has no business resetting xact status bitsTom Lane2000-07-04
* miscVadim B. Mikheev2000-07-04
* unlock buffer before releasing in heap_insertVadim B. Mikheev2000-07-04
* Add missing #include for TOAST.Tom Lane2000-07-03
* TOASTJan Wieck2000-07-03
* Move global internal files to PGDATA/global.Peter Eisentraut2000-07-03
* Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut2000-07-03
* In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian2000-07-03
* Add a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatisfiesDirty().Hiroshi Inoue2000-07-03
* Clean up memory-context stuff, other minor infelicities.Tom Lane2000-07-03
* Remove unused variable. (Hey Peter, you use gcc, why didn't youTom Lane2000-07-03
* heap' loggingVadim B. Mikheev2000-07-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* Don't run in CacheMemoryContext more than necessary.Tom Lane2000-07-02
* Don't run in CacheMemoryContext longer than necessary.Tom Lane2000-07-02
* Remove memory leak from VACUUM parsing.Tom Lane2000-07-02
* New memmgr logic in xact.c failed if AbortTransaction() is called whenTom Lane2000-07-02
* Back out Karels to_char changes.Bruce Momjian2000-07-01
* We don't need config.status substituting anything into Gen_fmgrtab.sh, wePeter Eisentraut2000-07-01
* In the attache is new to_date()/to_timestamp() version.Bruce Momjian2000-07-01
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* RemoveView was doing things the hard way...Tom Lane2000-06-30
* Use a private memory context to store rule information in each relcacheTom Lane2000-06-30
* Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane2000-06-29
* Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane2000-06-29
* Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane2000-06-29
* Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDIBruce Momjian2000-06-29
* Suppress memory leak in COPY WITH OIDS TO wherever.Tom Lane2000-06-28
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Tamotsu Nakagawa has posted a fix for this to a local mail list inBruce Momjian2000-06-27
* Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut2000-06-25
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-20
* Make inheritance planning logic a little simpler and clearer,Tom Lane2000-06-20
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-20
* Modify index-opening code to guarantee that the indexes of a relationTom Lane2000-06-19
* Ensure that kernel error code is included in smgr-level error reports.Tom Lane2000-06-19
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Reinstate BufFileTell().Tom Lane2000-06-18
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17