OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / access / hash / hash.c
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-01 Tom LaneDept of second thoughts: after studying index_getnext...
2009-11-01 Tom LaneFix two serious bugs introduced into hash indexes by...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-05-05 Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-10-17 Tom LaneRemove useless mark/restore support in hash index AM...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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...
next