summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtutils.c
AgeCommit message (Expand)Author
2002-09-04pgindent run.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-05-17Small cleanup of spacing.Bruce Momjian
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-07-25Clean up and document btree code for ordering keys. Neat stuff,Tom Lane
2000-07-21Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-01-26Add:Bruce Momjian
1999-09-27Currently,only the first column of multi-column indicesBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-05-25Get rid of page-level locking in btree-s.Vadim B. Mikheev
1999-04-13There are some bugs about backward scanning usingBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1998-09-07Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-04-27This patch...Bruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-04-161. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev
1997-03-24+ NULLs handlingVadim B. Mikheev
1997-03-18Patches for Vadim's multikey indexing...Marc G. Fournier
1996-11-05Almost done access...Marc G. Fournier
1996-11-03More include file cleanupsMarc G. Fournier
1996-11-03Changes required so that access/* compiles cleanly...Marc G. Fournier
1996-10-23Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier
1996-10-20#include file cleanupMarc G. Fournier
1996-07-30Fixes:Marc G. Fournier