]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtinsert.c
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
[postgresql] / src / backend / access / nbtree / nbtinsert.c
2000-08-25 Tom LaneTweak btree insertion to avoid O(N^2) slowdown with...
2000-07-21 Tom LaneFix sloppiness about alignment requirements in findspli...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-18 Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-26 Tom LaneIt turns out that the item size limit for btree indexes...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-08-09 Vadim B. MikheevRe-use free space on index pages with duplicates.
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
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-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Vadim B. MikheevGet rid of page-level locking in btree-s.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-01 Vadim B. MikheevPatch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for
1999-04-22 Vadim B. MikheevFix duplicating ROOT page in concurrent updates.
1999-04-12 Vadim B. MikheevUnique btree-s:
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
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...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1998-12-15 Vadim B. MikheevInitial MVCC code.
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-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-09 Thomas G. LockhartRemove trailing period from an elog message.
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 MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-20 Bruce MomjianMore NOT_USEDs
1997-06-10 Vadim B. MikheevDuplicates handling...
1997-06-06 Vadim B. MikheevAdded check is new item successfuly inserted to a page...
1997-05-31 Vadim B. MikheevIf we have to split leaf page in the chain of duplicates
1997-05-30 Vadim B. MikheevFix duplicates handling.
1997-04-16 Vadim B. Mikheev1. BTREE_VERSION_1: using bti_itup->t_tid as unique...
1997-03-24 Vadim B. Mikheev+ NULLs handling
1997-01-25 Bruce Momjianwould you mind committing the following changes for...
1997-01-10 Vadim B. MikheevFixed (I hope) unique btree index implementation.
1996-12-06 Vadim B. Mikheev_bt_updateitem is returned in code, but works only...
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-05 Marc G. FournierAlmost done access...
1996-11-03 Marc G. FournierChanges required so that access/* compiles cleanly...
1996-10-25 Marc G. FournierMake sure the btree patch gets into 2.0 as well...
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-20 Marc G. Fournier#include file cleanup
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01