summaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAgeFilesLines
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-301-10/+14
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-6/+6
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-7/+11
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-32/+39
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-073-6/+15
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-222-5/+5
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-249-18/+18
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-081-2/+8
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+1
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-1/+2
* Put external declarations into header files.Peter Eisentraut2000-11-211-4/+1
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-5/+4
* WALVadim B. Mikheev2000-10-211-2/+28
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-3/+4
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-62/+28
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-14/+10
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-126/+41
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-6/+5
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-141-7/+7
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-53/+71
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-109/+100
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-4/+2
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-124-19/+19
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-174-9/+9
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-011-4/+5
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-7/+20
* Add:Bruce Momjian2000-01-269-18/+27
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-3/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Make number of args to a function configurable.Bruce Momjian2000-01-101-2/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-3/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-8/+9
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-194-11/+11
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-175-30/+5
* Final cleanup.Bruce Momjian1999-07-165-8/+13
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-158-31/+31
* Remove unused #includes in *.c files.Bruce Momjian1999-07-158-27/+8
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-152-4/+2
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-142-2/+4
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-253-10/+10
* compile cleanupBruce Momjian1999-03-141-2/+3
* Compile cleanupBruce Momjian1999-03-141-2/+2