aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAge
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-25
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-21
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* It turns out that the item size limit for btree indexes is about BLCKSZ/3,Tom Lane1999-12-26
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Re-use free space on index pages with duplicates.Vadim B. Mikheev1999-08-09
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> forVadim B. Mikheev1999-05-01
* Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev1999-04-22
* Unique btree-s:Vadim B. Mikheev1999-04-12
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Remove trailing period from an elog message.Thomas G. Lockhart1997-12-09
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* More NOT_USEDsBruce Momjian1997-08-20
* Duplicates handling...Vadim B. Mikheev1997-06-10
* Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev1997-06-06
* If we have to split leaf page in the chain of duplicatesVadim B. Mikheev1997-05-31
* Fix duplicates handling.Vadim B. Mikheev1997-05-30