summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtcompare.c
Commit message (Expand)AuthorAgeFilesLines
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-0/+106
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-271-10/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-4/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-6/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-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-1/+85
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-1/+10
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+2
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-122/+16
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-12/+21
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-29/+1
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-3/+6
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-75/+131
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+7
* Add btree indexing of boolean valuesBruce Momjian2000-02-101-1/+7
* Patch from Hiroshi for overflow btree comparison.Bruce Momjian2000-01-281-2/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Make number of args to a function configurable.Bruce Momjian2000-01-101-2/+2
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-141-1/+12
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add a set of braces to clarify conditional nesting.Thomas G. Lockhart1999-01-201-1/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-22/+37
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-25/+1
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-1/+25
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-25/+1