| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane | 2001-05-30 | 1 | -10/+14 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -6/+6 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -7/+11 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 2 | -32/+39 |
| * | Repair a number of places that didn't bother to check whether PageAddItem | Tom Lane | 2001-03-07 | 3 | -6/+15 |
| * | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 | 2 | -5/+5 |
| * | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 9 | -18/+18 |
| * | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 | 1 | -2/+8 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -5/+1 |
| * | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane | 2000-11-30 | 1 | -1/+2 |
| * | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -4/+1 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -5/+4 |
| * | WAL | Vadim B. Mikheev | 2000-10-21 | 1 | -2/+28 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -3/+4 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -62/+28 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -14/+10 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -126/+41 |
| * | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 | 1 | -6/+5 |
| * | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 | 1 | -7/+7 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -53/+71 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -109/+100 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -4/+2 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 4 | -19/+19 |
| * | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 | 4 | -9/+9 |
| * | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue | 2000-03-01 | 1 | -4/+5 |
| * | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 | 1 | -7/+20 |
| * | Add: | Bruce Momjian | 2000-01-26 | 9 | -18/+27 |
| * | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane | 2000-01-19 | 1 | -3/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -2/+2 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -3/+2 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -8/+9 |
| * | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 4 | -11/+11 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 5 | -30/+5 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 5 | -8/+13 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 8 | -31/+31 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 8 | -27/+8 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 2 | -4/+2 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 2 | -2/+4 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 3 | -10/+10 |
| * | compile cleanup | Bruce Momjian | 1999-03-14 | 1 | -2/+3 |
| * | Compile cleanup | Bruce Momjian | 1999-03-14 | 1 | -2/+2 |