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
/
nbtutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-28
/
+140
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-28
1
-84
/
+188
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-36
/
+37
*
Modify btree to delete known-dead index entries without an actual VACUUM.
Tom Lane
2006-07-25
1
-1
/
+7
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+3
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-11
/
+13
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-1
/
+14
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
1
-6
/
+195
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
1
-23
/
+87
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Remove the no-longer-useful BTItem/BTItemData level of structure, and
Tom Lane
2006-01-25
1
-28
/
+2
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
1
-45
/
+237
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
1
-62
/
+76
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
1
-8
/
+9
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
1
-11
/
+61
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-3
/
+3
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
1
-3
/
+1
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-44
/
+42
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
1
-7
/
+10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Calculation of keys_are_unique flag was wrong for cases involving
Tom Lane
2004-12-15
1
-12
/
+12
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-29
/
+31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
1
-2
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
1
-131
/
+176
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
1
-79
/
+69
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
A visit from the message-style police ...
Tom Lane
2003-07-28
1
-2
/
+2
*
Error message editing in backend/access.
Tom Lane
2003-07-21
1
-6
/
+4
*
pgindent run.
Bruce Momjian
2002-09-04
1
-5
/
+5
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Mark index entries "killed" when they are no longer visible to any
Tom Lane
2002-05-24
1
-13
/
+54
*
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-05-20
1
-6
/
+6
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-3
/
+1
*
Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo
Tom Lane
2001-10-06
1
-15
/
+17
*
Small cleanup of spacing.
Bruce Momjian
2001-05-17
1
-3
/
+1
*
Fix comments that were mis-wrapped, for Tom Lane.
Bruce Momjian
2001-03-23
1
-3
/
+3
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-21
/
+28
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
1
-2
/
+2
*
Clean up and document btree code for ordering keys. Neat stuff,
Tom Lane
2000-07-25
1
-125
/
+220
*
Fix sloppiness about alignment requirements in findsplitloc() space
Tom Lane
2000-07-21
1
-24
/
+48
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
1
-48
/
+6
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
1
-18
/
+20
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-2
/
+4
*
Replace inefficient _bt_invokestrat calls with direct calls to the
Tom Lane
2000-02-18
1
-15
/
+54
*
Add:
Bruce Momjian
2000-01-26
1
-2
/
+3
*
Currently,only the first column of multi-column indices
Bruce Momjian
1999-09-27
1
-2
/
+8
[next]