aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtinsert.c
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-12
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Mention MD5 function index for indexing long values.Bruce Momjian2005-08-11
* Make new hints follow style guide.Tom Lane2005-08-10
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-10
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane2004-10-26
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane2004-08-17
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-21
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Improve btree's initial-positioning-strategy code so that we never needTom Lane2003-12-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* 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