aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Runtime btree recovery is now ON by default.Vadim B. Mikheev2001-02-07
* Runtime tree recovery is implemented, just testing is left -:)Vadim B. Mikheev2001-02-02
* Couple additional functions to fix tree at runtime.Vadim B. Mikheev2001-01-31
* Call _bt_fixroot() from _bt_insertonpg.Vadim B. Mikheev2001-01-29
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* First step in attempt to fix tree at runtime: create upper levelsVadim B. Mikheev2001-01-26
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.Tom Lane2001-01-23
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* MUST update (in-memory) data page BEFORE XLogInsert to logVadim B. Mikheev2000-12-29
* nbtree_xlog_newroot: set meta flag in meta page opaque.Vadim B. Mikheev2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.Vadim B. Mikheev2000-11-01
* WAL fixes.Vadim B. Mikheev2000-10-29
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* WALVadim B. Mikheev2000-10-13
* WALVadim B. Mikheev2000-10-13
* Suppress gcc warnings.Tom Lane2000-10-05
* Btree WAL logging.Vadim B. Mikheev2000-10-04
* 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