summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Small code cleanups,formatting.Bruce Momjian2001-05-181-5/+1
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-6/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-128/+143
* Runtime btree recovery is now ON by default.Vadim B. Mikheev2001-02-071-2/+2
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-2/+2
* First step in attempt to fix tree at runtime: create upper levelsVadim B. Mikheev2001-01-261-5/+10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* nbtree_xlog_newroot: set meta flag in meta page opaque.Vadim B. Mikheev2000-12-291-1/+4
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-519/+108
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-8/+1
* Put external declarations into header files.Peter Eisentraut2000-11-211-4/+1
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-7/+4
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-011-1/+11
* WAL fixes.Vadim B. Mikheev2000-10-291-5/+12
* WALVadim B. Mikheev2000-10-211-274/+341
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-32/+28
* WALVadim B. Mikheev2000-10-131-11/+158
* WALVadim B. Mikheev2000-10-131-1/+581
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-101-4/+58
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-211-74/+55
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-68/+37
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-11/+8
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-12/+7
* Final #include cleanup.Bruce Momjian2000-06-151-3/+1
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-141-7/+7
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-33/+71
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-11/+8
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-19/+20
* Implement reindex commandHiroshi Inoue2000-02-181-2/+8
* Add:Bruce Momjian2000-01-261-2/+3
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-3/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Mention index name when reporting corruption.Bruce Momjian1999-12-011-2/+3
* Add index recreation suggestion to end of world error message.Bruce Momjian1999-11-141-2/+2
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-171-16/+14
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-8/+9
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-8/+8
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-8/+8
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Concurrency... Highest one...Vadim B. Mikheev1999-06-071-5/+8
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-251-6/+7
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-251-24/+29
* pgindent run over code.Bruce Momjian1999-05-251-10/+10
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-19/+18
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-42/+41