aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAge
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-07
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-21
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-01
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Add:Bruce Momjian2000-01-26
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* 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
* 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
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* 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
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* compile cleanupBruce Momjian1999-03-14
* Compile cleanupBruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Initial MVCC code.Vadim B. Mikheev1998-12-15