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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix multi-column index scans in internal pages.
Vadim B. Mikheev
1997-10-22
1
-3
/
+9
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
3
-9
/
+9
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
5
-13
/
+13
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
5
-40
/
+40
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
9
-696
/
+696
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
9
-5119
/
+5423
*
More NOT_USEDs
Bruce Momjian
1997-08-20
1
-5
/
+2
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
4
-12
/
+28
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
2
-15
/
+15
*
Compare 'char' and 'text' lexicographically.
Vadim B. Mikheev
1997-06-11
1
-6
/
+5
*
Duplicates handling...
Vadim B. Mikheev
1997-06-10
2
-124
/
+303
*
Added check is new item successfuly inserted to a page or not.
Vadim B. Mikheev
1997-06-06
2
-17
/
+29
*
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
4
-109
/
+531
*
From: Darren King <aixssd!darrenk@abs.net>
Marc G. Fournier
1997-05-22
1
-2
/
+3
*
Bug: backend crashes in btbeginscan()->btrescan()->_bt_orderkeys()
Vadim B. Mikheev
1997-05-05
2
-24
/
+31
*
_bt_endpoint fixed: set currentItemData to Invalid if no result.
Vadim B. Mikheev
1997-04-24
1
-1
/
+3
*
#ifdef BTREE_BUILD_STATS enables to get executor stats for btree
Vadim B. Mikheev
1997-04-18
2
-17
/
+37
*
Fix bttextcmp() to use unsigned char*.
Vadim B. Mikheev
1997-04-18
1
-9
/
+29
*
1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given
Vadim B. Mikheev
1997-04-16
5
-99
/
+167
*
Fix btabstimecmp ().
Vadim B. Mikheev
1997-04-07
1
-3
/
+3
*
+ NULLs handling
Vadim B. Mikheev
1997-03-24
5
-107
/
+432
*
Patches for Vadim's multikey indexing...
Marc G. Fournier
1997-03-18
3
-144
/
+190
*
Change "WARN" message generated if a unique index is attempted on a table/key
Marc G. Fournier
1997-02-25
1
-2
/
+2
*
Added: UNIQUE feature to bulkload code.
Vadim B. Mikheev
1997-02-22
2
-45
/
+54
*
Update btree patches that were missed.
Bruce Momjian
1997-02-18
3
-12
/
+64
*
Add prototypes and remove unused variables from btree Fastbuild patch.
Bruce Momjian
1997-02-14
1
-17
/
+2
*
What looks like some *major* improvements to btree indexing...
Marc G. Fournier
1997-02-12
2
-221
/
+371
*
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
*
index_insert has now HeapRelation as last param (for
Vadim B. Mikheev
1997-01-10
1
-4
/
+4
*
Releasing empty root page in _bt_endpoint () to avoid
Vadim B. Mikheev
1997-01-05
1
-2
/
+10
*
Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.
Bryan Henderson
1996-12-15
1
-9
/
+17
*
_bt_updateitem is returned in code, but works only if sizes of keys
Vadim B. Mikheev
1996-12-06
1
-50
/
+76
*
1. _bt_compare fixed to work properly with new code in _bt_insertonpg
Vadim B. Mikheev
1996-12-06
1
-10
/
+91
*
Fix memory overhelding while forming index' result:
Vadim B. Mikheev
1996-11-21
1
-17
/
+4
*
Remove PERFECT_MEM
Bruce Momjian
1996-11-15
2
-11
/
+5
*
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Marc G. Fournier
1996-11-13
3
-52
/
+115
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
1
-1
/
+2
*
Almost done access...
Marc G. Fournier
1996-11-05
10
-135
/
+70
*
More include file cleanups
Marc G. Fournier
1996-11-03
8
-122
/
+13
*
Changes required so that access/* compiles cleanly...
Marc G. Fournier
1996-11-03
6
-75
/
+41
*
Finish cleaning up -I lines
Marc G. Fournier
1996-11-03
1
-4
/
+2
*
Fixes:
Marc G. Fournier
1996-10-30
1
-2
/
+27
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27
2
-15
/
+38
*
Make sure the btree patch gets into 2.0 as well...
Marc G. Fournier
1996-10-25
1
-9
/
+50
*
Take out the PERFECT_MMGR #ifdefs:
Marc G. Fournier
1996-10-24
1
-3
/
+1
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
8
-38
/
+58
*
#include file cleanup
Marc G. Fournier
1996-10-20
9
-80
/
+258
*
Moved '#define *DEBUG' defines to config.h, and document where first
Marc G. Fournier
1996-10-18
1
-5
/
+1
[next]