aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hash.c
Commit message (Expand)AuthorAge
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-11
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-17
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-02
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-02
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-23
* During VACUUM FULL, truncate off any deletable pages that are at theTom Lane2003-02-24
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-09
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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
* No more #ifdef XLOG.Vadim B. Mikheev2000-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
* 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
* 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-01
* Add:Bruce Momjian2000-01-26
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24