| Commit message (Expand) | Author | Age |
* | Repair a number of places that didn't bother to check whether PageAddItem | Tom Lane | 2001-03-07 |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane | 2000-11-30 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | WAL | Vadim B. Mikheev | 2000-10-21 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |
* | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | 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 |
* | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue | 2000-03-01 |
* | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | 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 |
* | 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 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | 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 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | compile cleanup | Bruce Momjian | 1999-03-14 |
* | Compile cleanup | Bruce Momjian | 1999-03-14 |
* | Enclosed below I have a patch to allow a btree index on the int8 type. | Bruce Momjian | 1999-03-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |