aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* Tree dividing is not appropriate in Rtree.Tatsuo Ishii1999-11-15
* Fix typo so it actually compiles...Tom Lane1999-11-14
* Add index recreation suggestion to end of world error message.Bruce Momjian1999-11-14
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Rearrange heap_beginscan to eliminate extra call onTom Lane1999-10-30
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Add a notion of a 'catalog version number' that can indicateTom Lane1999-10-24
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Check RELSEG_SIZE when postmaster starting up.Tatsuo Ishii1999-10-16
* Add blcksz to struct ControlFileData to check BLCKSZ is sameTatsuo Ishii1999-10-12
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* Currently,only the first column of multi-column indicesBruce Momjian1999-09-27
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Changes made by Hiroshi Inoue and approved by Vadim.Tatsuo Ishii1999-09-16
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-09
* IsTransactionBlock() should return true in TBLOCK_ABORT state.Tom Lane1999-09-05
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-04
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* 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