index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtinsert.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-use free space on index pages with duplicates.
Vadim B. Mikheev
1999-08-09
1
-20
/
+9
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
1
-8
/
+8
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
1
-6
/
+1
*
Final cleanup.
Bruce Momjian
1999-07-16
1
-2
/
+3
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
1
-4
/
+4
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-8
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+3
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
1
-1
/
+2
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
1
-10
/
+11
*
Get rid of page-level locking in btree-s.
Vadim B. Mikheev
1999-05-25
1
-20
/
+18
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-20
/
+21
*
Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for
Vadim B. Mikheev
1999-05-01
1
-14
/
+9
*
Fix duplicating ROOT page in concurrent updates.
Vadim B. Mikheev
1999-04-22
1
-2
/
+14
*
Unique btree-s:
Vadim B. Mikheev
1999-04-12
1
-4
/
+19
*
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-28
1
-2
/
+12
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
1
-2
/
+2
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
1
-3
/
+2
*
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-29
1
-1
/
+2
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
1
-4
/
+23
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
1
-11
/
+10
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
1
-2
/
+2
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
1
-25
/
+25
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
1
-3
/
+5
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
1
-2
/
+2
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
1
-13
/
+1
*
Thank god for searchable mail archives.
PostgreSQL Daemon
1998-01-15
1
-3
/
+2
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
1
-3
/
+3
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-3
/
+3
*
Remove trailing period from an elog message.
Thomas G. Lockhart
1997-12-09
1
-2
/
+2
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
1
-2
/
+2
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-2
/
+2
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-163
/
+163
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-1435
/
+1488
*
More NOT_USEDs
Bruce Momjian
1997-08-20
1
-5
/
+2
*
Duplicates handling...
Vadim B. Mikheev
1997-06-10
1
-101
/
+283
*
Added check is new item successfuly inserted to a page or not.
Vadim B. Mikheev
1997-06-06
1
-13
/
+23
*
If we have to split leaf page in the chain of duplicates
Vadim B. Mikheev
1997-05-31
1
-41
/
+24
*
Fix duplicates handling.
Vadim B. Mikheev
1997-05-30
1
-67
/
+380
*
1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given
Vadim B. Mikheev
1997-04-16
1
-42
/
+21
*
+ NULLs handling
Vadim B. Mikheev
1997-03-24
1
-8
/
+112
*
would you mind committing the following changes for me? (the first
Bruce Momjian
1997-01-25
1
-2
/
+2
*
Fixed (I hope) unique btree index implementation.
Vadim B. Mikheev
1997-01-10
1
-26
/
+88
*
_bt_updateitem is returned in code, but works only if sizes of keys
Vadim B. Mikheev
1996-12-06
1
-50
/
+76
*
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Marc G. Fournier
1996-11-13
1
-45
/
+102
*
Almost done access...
Marc G. Fournier
1996-11-05
1
-28
/
+7
*
Changes required so that access/* compiles cleanly...
Marc G. Fournier
1996-11-03
1
-12
/
+7
*
Make sure the btree patch gets into 2.0 as well...
Marc G. Fournier
1996-10-25
1
-9
/
+50
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
1
-3
/
+5
*
#include file cleanup
Marc G. Fournier
1996-10-20
1
-9
/
+33
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09
1
-0
/
+831