index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtinsert.c
Commit message (
Expand
)
Author
Age
*
Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial
Tom Lane
2004-08-17
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
In _bt_check_unique() loop, don't bother applying _bt_isequal() to
Tom Lane
2003-09-02
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
A visit from the message-style police ...
Tom Lane
2003-07-28
*
Error message editing in backend/access.
Tom Lane
2003-07-21
*
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2003-05-27
*
First cut at recycling space in btree indexes. Still some rough edges
Tom Lane
2003-02-23
*
More infrastructure for btree compaction project. Tree-traversal code
Tom Lane
2003-02-22
*
Make btree index structure adjustments and WAL logging changes needed to
Tom Lane
2003-02-21
*
pgindent run.
Bruce Momjian
2002-09-04
*
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-08-06
*
There already was a macro PageGetItemId; this is now used in (almost)
Bruce Momjian
2002-07-02
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Wups, managed to break ANALYZE with one aspect of that heap_fetch change.
Tom Lane
2002-05-24
*
Mark index entries "killed" when they are no longer visible to any
Tom Lane
2002-05-24
*
Change made to elog:
Bruce Momjian
2002-03-06
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
*
Fix race condition that could allow two concurrent transactions
Tom Lane
2002-01-01
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Tweak btree page split logic so that when splitting a page that is
Tom Lane
2001-09-29
*
Ensure that all TransactionId comparisons are encapsulated in macros
Tom Lane
2001-08-23
*
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2001-07-15
*
Statistical system views (yet without the config stuff, but
Jan Wieck
2001-06-22
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Runtime btree recovery is now ON by default.
Vadim B. Mikheev
2001-02-07
*
Runtime tree recovery is implemented, just testing is left -:)
Vadim B. Mikheev
2001-02-02
*
Couple additional functions to fix tree at runtime.
Vadim B. Mikheev
2001-01-31
*
Call _bt_fixroot() from _bt_insertonpg.
Vadim B. Mikheev
2001-01-29
*
First step in attempt to fix tree at runtime: create upper levels
Vadim B. Mikheev
2001-01-26
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.
Tom Lane
2001-01-23
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
MUST update (in-memory) data page BEFORE XLogInsert to log
Vadim B. Mikheev
2000-12-29
*
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-16
*
WAL
Vadim B. Mikheev
2000-10-21
*
WAL
Vadim B. Mikheev
2000-10-13
*
WAL
Vadim B. Mikheev
2000-10-13
*
Suppress gcc warnings.
Tom Lane
2000-10-05
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
*
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
Tom Lane
2000-08-25
*
Fix sloppiness about alignment requirements in findsplitloc() space
Tom Lane
2000-07-21
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
[next]