aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Re-use free space on index pages with duplicates.Vadim B. Mikheev1999-08-09
* Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane1999-08-08
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Clean up gcc warning about unused static decl.Tom Lane1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix silly typo in commentary...Tom Lane1999-07-17
* Revise _bt_binsrch() so that its binary search loop takesTom Lane1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* cleanupBruce Momjian1999-07-09
* Update tuple size check.Bruce Momjian1999-07-03
* Fix for insertion of tuple too large.Bruce Momjian1999-07-03
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* typo fix.Bruce Momjian1999-07-02
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-29
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* Concurrency... Highest one...Vadim B. Mikheev1999-06-07
* Have to release meta page before reading root one!Vadim B. Mikheev1999-06-07
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-06
* 1. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev1999-06-03
* 1. MyProc->xid assignment is moved to GetNewTransactionId so newerVadim B. Mikheev1999-06-03
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-31
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Release allocated memory during AtAbort_Memory.Tom Lane1999-05-13
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-09
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-09
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-07
* Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> forVadim B. Mikheev1999-05-01
* Use page-level ExtendLock lock instead of table-level -Vadim B. Mikheev1999-05-01
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev1999-04-22
* There are some bugs about backward scanning usingBruce Momjian1999-04-13
* Unique btree-s:Vadim B. Mikheev1999-04-12
* Small cleanups.Bruce Momjian1999-03-30
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* cleanupBruce Momjian1999-03-14
* compile cleanupBruce Momjian1999-03-14
* Compile cleanupBruce Momjian1999-03-14