aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtcompare.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Clean up #include's.Bruce Momjian2000-06-15
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add btree indexing of boolean valuesBruce Momjian2000-02-10
* Patch from Hiroshi for overflow btree comparison.Bruce Momjian2000-01-28
* Add:Bruce Momjian2000-01-26
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add a set of braces to clarify conditional nesting.Thomas G. Lockhart1999-01-20
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Compare 'char' and 'text' lexicographically.Vadim B. Mikheev1997-06-11
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* Fix bttextcmp() to use unsigned char*.Vadim B. Mikheev1997-04-18
* Fix btabstimecmp ().Vadim B. Mikheev1997-04-07
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Almost done access...Marc G. Fournier1996-11-05
* More include file cleanupsMarc G. Fournier1996-11-03
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* #include file cleanupMarc G. Fournier1996-10-20
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09