index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtinsert.c
Age
Commit message (
Expand
)
Author
2002-09-04
pgindent run.
Bruce Momjian
2002-08-06
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-07-02
There already was a macro PageGetItemId; this is now used in (almost)
Bruce Momjian
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-05-24
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-03-06
Change made to elog:
Bruce Momjian
2002-03-02
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-01-01
Fix race condition that could allow two concurrent transactions
Tom Lane
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-29
Tweak btree page split logic so that when splitting a page that is
Tom Lane
2001-08-23
Ensure that all TransactionId comparisons are encapsulated in macros
Tom Lane
2001-07-15
Restructure index AM interface for index building and index tuple deletion,
Tom Lane
2001-06-22
Statistical system views (yet without the config stuff, but
Jan Wieck
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-07
Runtime btree recovery is now ON by default.
Vadim B. Mikheev
2001-02-02
Runtime tree recovery is implemented, just testing is left -:)
Vadim B. Mikheev
2001-01-31
Couple additional functions to fix tree at runtime.
Vadim B. Mikheev
2001-01-29
Call _bt_fixroot() from _bt_insertonpg.
Vadim B. Mikheev
2001-01-26
First step in attempt to fix tree at runtime: create upper levels
Vadim B. Mikheev
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-23
Do _bt_wrtbuf() outside critical section, per discussion with Vadim 1/19.
Tom Lane
2001-01-14
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-12
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2000-12-29
MUST update (in-memory) data page BEFORE XLogInsert to log
Vadim B. Mikheev
2000-12-28
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-03
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-11-30
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-16
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-10-21
WAL
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-05
Suppress gcc warnings.
Tom Lane
2000-10-04
Btree WAL logging.
Vadim B. Mikheev
2000-08-25
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
Tom Lane
2000-07-21
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-06-08
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-05-30
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-03-17
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-02-18
Replace inefficient _bt_invokestrat calls with direct calls to the
Tom Lane
2000-01-26
Add:
Bruce Momjian
2000-01-15
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
1999-12-26
It turns out that the item size limit for btree indexes is about BLCKSZ/3,
Tom Lane
1999-11-22
Add system indexes to match all caches.
Bruce Momjian
1999-08-09
Re-use free space on index pages with duplicates.
Vadim B. Mikheev
1999-07-19
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
[next]