summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-07-02typo fix.Bruce Momjian
1999-06-29Avoid disk writes for read-only transactions.Vadim B. Mikheev
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-06-12Reversed out Massimo patch.Bruce Momjian
1999-06-12I don't like last minute patches before the final freeze, but I believe thatBruce Momjian
1999-06-101. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev
1999-06-07Concurrency... Highest one...Vadim B. Mikheev
1999-06-07Have to release meta page before reading root one!Vadim B. Mikheev
1999-06-061. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev
1999-06-031. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev
1999-06-031. MyProc->xid assignment is moved to GetNewTransactionId so newerVadim B. Mikheev
1999-05-31Clean up memory leaks in LO operations by freeing LO's privateTom Lane
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian
1999-05-25Get rid of page-level locking in btree-s.Vadim B. Mikheev
1999-05-25pgindent run over code.Bruce Momjian
1999-05-13Release allocated memory during AtAbort_Memory.Tom Lane
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Update hash and join routines to use fd.c's new temp-fileTom Lane
1999-05-09Add 'temporary file' facility to fd.c, and arrange for tempTom Lane
1999-05-07Fix LMGR for MVCC.Vadim B. Mikheev
1999-05-01Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> forVadim B. Mikheev
1999-05-01Use page-level ExtendLock lock instead of table-level -Vadim B. Mikheev
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-04-22Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev
1999-04-13There are some bugs about backward scanning usingBruce Momjian
1999-04-12Unique btree-s:Vadim B. Mikheev
1999-03-30Small cleanups.Bruce Momjian
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-03-14cleanupBruce Momjian
1999-03-14compile cleanupBruce Momjian
1999-03-14Compile cleanupBruce Momjian
1999-03-14Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1999-01-27Turns out it's easy to cache the fmgr function lookupTom Lane
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-24Tighten coding of inner loops in nocachegetattr ...Tom Lane
1999-01-24Use heap_attisnull, rather than heap_getattr, for a smallTom Lane
1999-01-24Replace typtoout() and gettypelem() with a single routine,Tom Lane
1999-01-20Add a set of braces to clarify conditional nesting.Thomas G. Lockhart
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-16Serialized mode works!Vadim B. Mikheev