aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsort.c
Commit message (Expand)AuthorAge
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-10
* Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane2000-07-21
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Final #include cleanup.Bruce Momjian2000-06-15
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Need defense against oversize index entries in btree CREATE INDEX,Tom Lane2000-01-08
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-09
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Change:Marc G. Fournier1998-02-21
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Added check is new item successfuly inserted to a page or not.Vadim B. Mikheev1997-06-06