index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtutils.c
Commit message (
Expand
)
Author
Age
*
Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btree
Tom Lane
2010-01-03
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
*
Remove very ancient tuple-counting infrastructure (IncrRetrieved() and
Tom Lane
2009-10-08
*
Change the reloptions machinery to use a table-based parser, and provide
Alvaro Herrera
2009-01-05
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Repair two places where SIGTERM exit could leave shared memory state
Tom Lane
2008-04-16
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
*
Minor tweaking of index special-space definitions so that the various
Tom Lane
2007-04-09
*
Make 'col IS NULL' clauses be indexable conditions.
Tom Lane
2007-04-06
*
Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock
Tom Lane
2007-03-30
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-28
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Modify btree to delete known-dead index entries without an actual VACUUM.
Tom Lane
2006-07-25
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Remove the no-longer-useful BTItem/BTItemData level of structure, and
Tom Lane
2006-01-25
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
*
Improve comments about btree's use of ScanKey data structures: there
Tom Lane
2006-01-17
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Calculation of keys_are_unique flag was wrong for cases involving
Tom Lane
2004-12-15
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
A visit from the message-style police ...
Tom Lane
2003-07-28
*
Error message editing in backend/access.
Tom Lane
2003-07-21
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Mark index entries "killed" when they are no longer visible to any
Tom Lane
2002-05-24
*
Restructure indexscan API (index_beginscan, index_getnext) per
Tom Lane
2002-05-20
[next]