]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtsearch.c
Update copyright via script for 2017
[postgresql] / src / backend / access / nbtree / nbtsearch.c
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Tom LaneFix silly typo in commentary...
1999-07-16 Tom LaneRevise _bt_binsrch() so that its binary search loop...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Vadim B. MikheevGet rid of page-level locking in btree-s.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-13 Bruce MomjianThere are some bugs about backward scanning using
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-02 Bruce MomjianFix for relname.data from SHIOZAKI Takehiko
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-13 Bruce MomjianRemove added NullProc define, and use fmgr.h value...
1998-04-10 Marc G. FournierOops...I used Relation->rd_fd->relname exactly, instead...
1998-04-10 Marc G. FournierOkay, add relation name to the file generating the...
1998-04-10 Marc G. FournierSee if I can determine where the BTP_CHAIN error is...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-10-22 Vadim B. MikheevFix multi-column index scans in internal pages.
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-06-10 Vadim B. MikheevDuplicates handling...
1997-05-30 Vadim B. MikheevFix duplicates handling.
1997-05-05 Vadim B. MikheevBug: backend crashes in btbeginscan()->btrescan()-...
1997-04-24 Vadim B. Mikheev_bt_endpoint fixed: set currentItemData to Invalid...
1997-04-16 Vadim B. Mikheev1. BTREE_VERSION_1: using bti_itup->t_tid as unique...
1997-03-24 Vadim B. Mikheev+ NULLs handling
1997-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
1997-02-18 Bruce MomjianUpdate btree patches that were missed.
1997-01-05 Vadim B. MikheevReleasing empty root page in _bt_endpoint () to avoid
1996-12-15 Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
1996-12-06 Vadim B. Mikheev1. _bt_compare fixed to work properly with new code...
1996-11-21 Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-05 Marc G. FournierAlmost done access...
1996-11-03 Marc G. FournierMore include file cleanups
1996-11-03 Marc G. FournierChanges required so that access/* compiles cleanly...
1996-10-30 Marc G. FournierFixes:
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-20 Marc G. Fournier#include file cleanup
1996-07-30 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01