| Commit message (Expand) | Author | Age |
* | More cleanups. Still doesn't work. | Bruce Momjian | 2000-01-11 |
* | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 |
* | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 |
* | Improve cache invalidation handling. Eespecially | Hiroshi Inoue | 2000-01-10 |
* | Need defense against oversize index entries in btree CREATE INDEX, | Tom Lane | 2000-01-08 |
* | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |
* | It turns out that the item size limit for btree indexes is about BLCKSZ/3, | Tom Lane | 1999-12-26 |
* | Added empty TOASTER files and corrected some minor glitches | Jan Wieck | 1999-12-21 |
* | Required catalog changes for extended LONG attribute storage. | Jan Wieck | 1999-12-20 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | Mention index name when reporting corruption. | Bruce Momjian | 1999-12-01 |
* | Try to detect oversize tuple before corrupting relation, instead of | Tom Lane | 1999-11-29 |
* | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | New parallel regression test shell and related things. | Jan Wieck | 1999-11-19 |
* | Tree dividing is not appropriate in Rtree. | Tatsuo Ishii | 1999-11-15 |
* | Fix typo so it actually compiles... | Tom Lane | 1999-11-14 |
* | Add index recreation suggestion to end of world error message. | Bruce Momjian | 1999-11-14 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Rearrange heap_beginscan to eliminate extra call on | Tom Lane | 1999-10-30 |
* | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 |
* | Add a notion of a 'catalog version number' that can indicate | Tom Lane | 1999-10-24 |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 |
* | Check RELSEG_SIZE when postmaster starting up. | Tatsuo Ishii | 1999-10-16 |
* | Add blcksz to struct ControlFileData to check BLCKSZ is same | Tatsuo Ishii | 1999-10-12 |
* | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 |
* | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck | 1999-09-29 |
* | Make tree compilable (+WAL). | Vadim B. Mikheev | 1999-09-28 |
* | Currently,only the first column of multi-column indices | Bruce Momjian | 1999-09-27 |
* | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Changes made by Hiroshi Inoue and approved by Vadim. | Tatsuo Ishii | 1999-09-16 |
* | Repair incorrect cleanup of heap memory allocation during | Tom Lane | 1999-09-09 |
* | IsTransactionBlock() should return true in TBLOCK_ABORT state. | Tom Lane | 1999-09-05 |
* | Invalidate temp entries for aborted transactions. | Bruce Momjian | 1999-09-04 |
* | Modify RelationFlushRelation so that if the relcache entry | Tom Lane | 1999-09-04 |
* | Re-use free space on index pages with duplicates. | Vadim B. Mikheev | 1999-08-09 |
* | Fix nbtree's failure to clear BTScans list during xact abort. | Tom Lane | 1999-08-08 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | Clean up gcc warning about unused static decl. | Tom Lane | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |