aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* More cleanups. Still doesn't work.Bruce Momjian2000-01-11
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Need defense against oversize index entries in btree CREATE INDEX,Tom Lane2000-01-08
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* It turns out that the item size limit for btree indexes is about BLCKSZ/3,Tom Lane1999-12-26
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Mention index name when reporting corruption.Bruce Momjian1999-12-01
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-29
* 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