aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-25
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-10
* Add commentary about varying usage of scankeys in btree code.Tom Lane2000-07-25
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-25
* Further cleanup of btbuild (CREATE INDEX). Avoid storing unneededTom Lane2000-07-21
* Fix sloppiness about alignment requirements in findsplitloc() spaceTom Lane2000-07-21
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* 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
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Final #include cleanup.Bruce Momjian2000-06-15
* Clean up #include's.Bruce Momjian2000-06-15
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Implement reindex commandHiroshi Inoue2000-02-18
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-18
* 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
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* 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
* Need defense against oversize index entries in btree CREATE INDEX,Tom Lane2000-01-08
* It turns out that the item size limit for btree indexes is about BLCKSZ/3,Tom Lane1999-12-26
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Mention index name when reporting corruption.Bruce Momjian1999-12-01
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Fix typo so it actually compiles...Tom Lane1999-11-14
* Add index recreation suggestion to end of world error message.Bruce Momjian1999-11-14
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Currently,only the first column of multi-column indicesBruce Momjian1999-09-27
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Re-use free space on index pages with duplicates.Vadim B. Mikheev1999-08-09
* Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane1999-08-08
* 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