| Commit message (Expand) | Author | Age |
* | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 |
* | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 |
* | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 |
* | Need to switch to tuples memory context when replacing the toasted | Jan Wieck | 2000-07-21 |
* | Temporary fix to make TOAST vacuum-safe. All values are forced to be | Jan Wieck | 2000-07-21 |
* | Some security checks that we've found an external value completely | Jan Wieck | 2000-07-11 |
* | Bugfix. If toasted tuple containted NULLs, DataFill() was handed | Jan Wieck | 2000-07-06 |
* | Moving toaster out of NO ELOG area in heap_update(). | Jan Wieck | 2000-07-04 |
* | unlock buffer before releasing in heap_insert | Vadim B. Mikheev | 2000-07-04 |
* | Add missing #include for TOAST. | Tom Lane | 2000-07-03 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | heap' logging | Vadim B. Mikheev | 2000-07-03 |
* | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 |
* | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | heap' xlog records | Vadim B. Mikheev | 2000-06-02 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | Repair memory leaks that caused CacheCxt to grow without bound. We | Tom Lane | 2000-05-21 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Enable backward sequential scan even after reaching EOF. | Hiroshi Inoue | 2000-02-09 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 |
* | Added new pg_id to fix initdb problems | Peter Eisentraut | 2000-01-20 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Improve cache invalidation handling. Eespecially | Hiroshi Inoue | 2000-01-10 |
* | Added empty TOASTER files and corrected some minor glitches | Jan Wieck | 1999-12-21 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | 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 |
* | 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 |
* | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 |
* | 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 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |