]> granicus.if.org Git - postgresql/history - src/backend/access/hash/hash.c
Skip ambulkdelete scan if there's nothing to delete and the index is not
[postgresql] / src / backend / access / hash / hash.c
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-17 Neil ConwayMicro-optimization of markpos() and restrpos() in btree...
2004-11-11 Neil ConwayRemove obsolete comment from btbuild() and hashbuild...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-04 Tom LaneReimplement hash index locking algorithms, per my recen...
2003-09-02 Tom LaneSeveral fixes for hash indexes that involve changing...
2003-09-02 Tom LaneRewrite hashbulkdelete() to make it amenable to new...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-21 Tom LaneError message editing in backend/access.
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Bruce MomjianClean up index/btree comments/macros, as approved.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-21 Vadim B. MikheevWAL
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-14 Tom LaneI had overlooked the fact that some fmgr-callable funct...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-01 Hiroshi InoueChange reindex command to work properly with gist/hash...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-05 Marc G. Fournieranother directory cleaned of extraneous #includes
1996-11-03 Marc G. FournierChanges required so that access/* compiles cleanly...
1996-10-31 Marc G. FournierRemove -I../.. and -I../../include from Makefile
1996-10-24 Marc G. FournierTake out the PERFECT_MMGR #ifdefs:
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-21 Marc G. Fournier-Wall'd
1996-10-20 Marc G. FournierFirst pass at fixing my own mistakes
1996-10-20 Marc G. FournierOkay...another directory cleaned out and compilable
1996-08-26 Marc G. FournierThere, now we support GiST...now what? :)
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01