summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtutils.c
Commit message (Expand)AuthorAgeFilesLines
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-28/+140
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix up btree's initial scankey processing to be able to detect redundantTom Lane2006-12-281-84/+188
* pgindent run for 8.2.Bruce Momjian2006-10-041-36/+37
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+7
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-11/+13
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+14
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-6/+195
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-071-23/+87
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove the no-longer-useful BTItem/BTItemData level of structure, andTom Lane2006-01-251-28/+2
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-251-45/+237
* Instead of using a numberOfRequiredKeys count to distinguish requiredTom Lane2006-01-231-62/+76
* Improve comments about btree's use of ScanKey data structures: thereTom Lane2006-01-171-8/+9
* Push the responsibility for handling ignore_killed_tuples down intoTom Lane2005-12-071-11/+61
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-3/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-44/+42
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-131-7/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Calculation of keys_are_unique flag was wrong for cases involvingTom Lane2004-12-151-12/+12
* Pgindent run for 8.0.Bruce Momjian2004-08-291-29/+31
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-131/+176
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-79/+69
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-6/+4
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-13/+54
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-6/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-15/+17
* Small cleanup of spacing.Bruce Momjian2001-05-171-3/+1
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-3/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-21/+28
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Put external declarations into header files.Peter Eisentraut2000-11-211-2/+2
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-251-125/+220
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-211-24/+48
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-211-48/+6
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-18/+20
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+4
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-181-15/+54
* Add:Bruce Momjian2000-01-261-2/+3
* Currently,only the first column of multi-column indicesBruce Momjian1999-09-271-2/+8