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
/
nbtsearch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the
Tom Lane
2009-05-05
1
-9
/
+13
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
1
-1
/
+3
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
1
-1
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Improve a number of elog messages for not-supposed-to-happen cases in btrees,
Tom Lane
2007-12-31
1
-7
/
+8
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-5
/
+5
*
Fix up pgstats counting of live and dead tuples to recognize that committed
Tom Lane
2007-05-27
1
-2
/
+2
*
Make 'col IS NULL' clauses be indexable conditions.
Tom Lane
2007-04-06
1
-3
/
+1
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-19
/
+49
*
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
-10
/
+14
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-9
/
+17
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-26
/
+27
*
Optimize the case where a btree indexscan has current and mark positions
Tom Lane
2006-08-24
1
-1
/
+18
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
1
-239
/
+310
*
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
-11
/
+5
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
1
-34
/
+85
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
1
-3
/
+3
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
1
-24
/
+42
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
1
-20
/
+4
*
A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty
Tom Lane
2005-12-07
1
-8
/
+10
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-19
/
+20
*
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
-142
/
+137
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
1
-1
/
+4
*
Avoid unnecessary palloc overhead in _bt_first(). The temporary
Tom Lane
2005-06-19
1
-21
/
+4
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
1
-5
/
+7
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-66
/
+78
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Tweak indexscan and seqscan code to arrange that steps from one page to
Tom Lane
2004-04-21
1
-19
/
+10
*
Further cleanup in _bt_first: eliminate duplicate code paths.
Tom Lane
2003-12-21
1
-99
/
+70
*
Previous change exposed some opportunities for further simplification
Tom Lane
2003-12-21
1
-37
/
+11
*
Improve btree's initial-positioning-strategy code so that we never need
Tom Lane
2003-12-21
1
-116
/
+173
*
$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
-83
/
+178
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
1
-5
/
+8
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
1
-4
/
+4
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-44
/
+47
*
Fix longstanding error in _bt_search(): should moveright at top of loop not
Tom Lane
2003-07-29
1
-10
/
+10
*
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
-10
/
+10
*
More infrastructure for btree compaction project. Tree-traversal code
Tom Lane
2003-02-22
1
-45
/
+175
*
Make btree index structure adjustments and WAL logging changes needed to
Tom Lane
2003-02-21
1
-44
/
+89
*
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
-7
/
+4
[next]