summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAgeFilesLines
* Re-use free space on index pages with duplicates.Vadim B. Mikheev1999-08-091-20/+9
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-8/+8
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-8/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+3
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-10/+11
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-251-20/+18
* pgindent run over code.Bruce Momjian1999-05-251-20/+21
* Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> forVadim B. Mikheev1999-05-011-14/+9
* Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev1999-04-221-2/+14
* Unique btree-s:Vadim B. Mikheev1999-04-121-4/+19
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-2/+12
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-4/+23
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-11/+10
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-25/+25
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+5
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-13/+1
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-3/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Remove trailing period from an elog message.Thomas G. Lockhart1997-12-091-2/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-163/+163
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1435/+1488
* More NOT_USEDsBruce Momjian1997-08-201-5/+2
* Duplicates handling...Vadim B. Mikheev1997-06-101-101/+283
* Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev1997-06-061-13/+23
* If we have to split leaf page in the chain of duplicatesVadim B. Mikheev1997-05-311-41/+24
* Fix duplicates handling.Vadim B. Mikheev1997-05-301-67/+380
* 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev1997-04-161-42/+21
* + NULLs handlingVadim B. Mikheev1997-03-241-8/+112
* would you mind committing the following changes for me? (the firstBruce Momjian1997-01-251-2/+2
* Fixed (I hope) unique btree index implementation.Vadim B. Mikheev1997-01-101-26/+88
* _bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev1996-12-061-50/+76
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-45/+102
* Almost done access...Marc G. Fournier1996-11-051-28/+7
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-12/+7
* Make sure the btree patch gets into 2.0 as well...Marc G. Fournier1996-10-251-9/+50
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-3/+5
* #include file cleanupMarc G. Fournier1996-10-201-9/+33
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+831