summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2002-09-041-5/+9
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-3/+45
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-33/+21
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-1/+4
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-5/+1
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-18/+17
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-169/+148
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-6/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-25/+32
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-221-3/+3
* 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-241-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-5/+1
* 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
* 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
* 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+11
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-011-4/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-3/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-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
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-8/+8
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-8/+8
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-11/+9
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-36/+36
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-368/+399
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-2/+2
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2