aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAge
* Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane2004-08-17
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* In _bt_check_unique() loop, don't bother applying _bt_isequal() toTom Lane2003-09-02
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/access.Tom Lane2003-07-21
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* First cut at recycling space in btree indexes. Still some rough edgesTom Lane2003-02-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* pgindent run.Bruce Momjian2002-09-04
* Restructure local-buffer handling per recent pghackers discussion.Tom 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
* Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane2002-05-24
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Fix race condition that could allow two concurrent transactionsTom Lane2002-01-01
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Tweak btree page split logic so that when splitting a page that isTom Lane2001-09-29
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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
* 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
* 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
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* WALVadim B. Mikheev2000-10-21
* 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
* Tweak btree insertion to avoid O(N^2) slowdown with large numbers ofTom Lane2000-08-25
* 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
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30